>First save the output into a variable in which you have the desired
>output except for id="?" then use a node-set extension function
>to apply an identity transform together with the extra rule
><xsl:template match="*[@id='?@']">
> <xsl:copy>
> <xsl:copy-of select="@*"/>
> <xsl:attribute name="id">
> ....<xsl:number level="any" count="*[@id="'?']"/>
> </xsl:attribute>
> <xsl:apply-templates/>
> </xsl:template>
Thanks for your help, however I think its going to be easier to do it in the
post-xslt processing - Cheers,
Matt
=====================================================================
WARNING -This e-mail, including any attachments, is for the
personal use of the recipient(s) only.
Republication and re-dissemination, including posting to news
groups or web pages, is strictly prohibited without the express
prior consent of
Thomson Legal & Regulatory Group Asia Pacific Ltd
ACN 058 914 668
=====================================================================
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|