The following example shows how to print out all of the active tags:
<xsl:for-each select="//tag">
<xsl:value-of select="@name"/><br/>
</xsl:for-each>
Help Basic
Raw XML
Did this topic help you? Email us your feedback. Last updated: 8/3/2007 3:02:18 PM © by Dovetail Software, Inc.