O
One Handed Man \( OHM - Terry Burns \)
Does anyone know how to get to the Attributes of an XML node when XSLT
constructing transformation templates.
I can do this
<xsl:template select="op:title"/>
. . .
<book>
<title>I can use this value</title>
</book>
But how to I get at the title attribute ?????
<book title="I want the title attribute">
<xsl:template select= ??????? >
--
OHM ( Terry Burns )
. . . One-Handed-Man . . .
Time flies when you don't know what you're doing
constructing transformation templates.
I can do this
<xsl:template select="op:title"/>
. . .
<book>
<title>I can use this value</title>
</book>
But how to I get at the title attribute ?????
<book title="I want the title attribute">
<xsl:template select= ??????? >
--
OHM ( Terry Burns )
. . . One-Handed-Man . . .
Time flies when you don't know what you're doing