Hi
Could anyone help me with XSL stylesheet creation to the following XML
document, soo I can view all the information from the tags in an HTML
document !
Thanx.
Please e-mail reply to : jeb@scanjour.dk
Here is the XML document.
<?xml version="1.0" encoding="windows-1252"?>
<dataDictionary>
<registers>
<register name="hans" description="hurlumhej">
<systemKey>
<column name="username"/>
<column name="password"/>
</systemKey>
<tables>
<table name="hans" type="h"/>
</tables>
<userKey>
<column name="peter" format="" formatNull=""/>
</userKey>
<elaboratingTexts>
<elaboratingText name="default"/>
</elaboratingTexts>
</register>
</registers>
</dataDictionary>
Could anyone help me with XSL stylesheet creation to the following XML
document, soo I can view all the information from the tags in an HTML
document !
Thanx.
Please e-mail reply to : jeb@scanjour.dk
Here is the XML document.
<?xml version="1.0" encoding="windows-1252"?>
<dataDictionary>
<registers>
<register name="hans" description="hurlumhej">
<systemKey>
<column name="username"/>
<column name="password"/>
</systemKey>
<tables>
<table name="hans" type="h"/>
</tables>
<userKey>
<column name="peter" format="" formatNull=""/>
</userKey>
<elaboratingTexts>
<elaboratingText name="default"/>
</elaboratingTexts>
</register>
</registers>
</dataDictionary>