[Home] [By Thread] [By Date] [Recent Entries]
Was this question not already answered today?
<xsl:template match="/*">
<xsl:for-each select="*">
<xsl:sort select="name()"/>
<xsl:value-of select="name()"/> <xsl:text/>
<xsl:for-each select="@*">
<xsl:sort select="name()"/>
<xsl:text/> - <xsl:value-of select="name()"/> <xsl:text/>
</xsl:for-each>
</xsl:for-each>
</xsl:template>Regards, Joerg shreekumar_veeramani@xxxxxxxxxxxxxx wrote: Hi, XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



