xsl-list
[Top] [All Lists]

Re: [xsl] Suggestions to improve my XSL writing style

2011-01-28 10:51:43
For the numbering, try adding this inside <xsl:template match="scene">:

<xsl:for-each select="parent::act">Act <xsl:number/>, </xsl:for-each>

-Brandon :)

It worked! Thank you kindly, Brandon.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>