|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: value of parent tag
On Wed, May 23 '01 at 10:46, Daniel Bauke wrote:
> and i need to know 'key' value of a parent tag in each
> particular <cc/>. on the example in 1st and 2nd <cc/> it's
> "abc", in 3rd and 4th - "cde".
Have you tried:
<xsl:template match="cc">
...
<xsl:value-of select="../@key" />
...
</xsl:template>
Goetz.
Attachment:
pgp00007.pgp
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








