Re: Ugh! accessing current value in <A name= in template

Subject: Re: Ugh! accessing current value in <A name= in template
From: "Amit Rekhi" <amitr@xxxxxxxxxxxxx>
Date: Mon, 2 Nov 1998 19:42:27 +0530
Jeremy,

>The XSL rule should be:
>
><xsl:template match="item/id">
>  <TD><A name="id{.}">&#160;</A><xsl:process-children/></TD>
></xsl:template>
>
        This seems to be more of a "get around". I agree with Andrew, that
there is may not be a facility in the XSL spec. to retrieve the element type
name.
        I feel ' name="id{.}" ' would point to an xml element with "id"
attribiute(defined in the DTD maybe) = "." eg.
.
.
<item id=".">

rather than give us the elementtype name of the current node.
I wish there was a such a mechanism in XSL



AMIT




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread