Example

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>

See Also

Help Basic

Raw XML

Next

Raw XML

Example