[xsl] how to get tagnames using xsl?

Subject: [xsl] how to get tagnames using xsl?
From: sha j <nameii@xxxxxxxxx>
Date: Sun, 7 Jan 2001 23:58:53 -0800 (PST)
Hi all
I have an XML file and I want to convert into an HTML
file. I want to print some of the XML tag names as the
text of HTML. I am doing this is a for-each loop.

<xsl:for-each select="document/*">
  <-- HERE I WANT TO PRINT THE TAG NAME-->
  <xsl:value-of select="."/>  
</xsl:for-each>

Could anyone help me with this?



__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread