This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: assigning child number to attribute


> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Eric K Taylor
> Sent: Friday, March 29, 2002 4:57 PM
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl] assigning child number to attribute
>
>
> still trying to convert a MSXSL file to XSLT. Have one remaining issue (I

...I think you mean MS "WD-XSL" to XSLT...

> think  : )
>
> In the old XSL, I used:
> <xsl:attribute
> name="href">#<xsl:eval>childNumber(this)</xsl:eval></xsl:attribute>
>
> <xsl:eval> seems objectionable, but I haven't figured out what the
> correct thing to use is.

	<xsl:attribute name="href">#<xsl:value-of
select="position()"/></xsl:attribute>

or
	... href="#{position()}" ...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]