Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

please help me with xsl stylesheet

Status
Not open for further replies.

psxmandk

Technical User
Aug 18, 2000
1
0
0
DK
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=&quot;1.0&quot; encoding=&quot;windows-1252&quot;?>
<dataDictionary>
<registers>
<register name=&quot;hans&quot; description=&quot;hurlumhej&quot;>
<systemKey>
<column name=&quot;username&quot;/>
<column name=&quot;password&quot;/>
</systemKey>
<tables>
<table name=&quot;hans&quot; type=&quot;h&quot;/>
</tables>
<userKey>
<column name=&quot;peter&quot; format=&quot;&quot; formatNull=&quot;&quot;/>
</userKey>
<elaboratingTexts>
<elaboratingText name=&quot;default&quot;/>
</elaboratingTexts>
</register>
</registers>
</dataDictionary>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top