|
Subject: Re: [xsl] Re parsing element data generated by XSLT within the same stylesheet From: "David A. Lee" <dlee@xxxxxxxxxxx> Date: Tue, 29 Dec 2009 13:56:06 -0500 |
yes, assuming you are using xslt2, just do the forst pass into a variable
<xsl:variable name="x"> ...whatever you do so far.. </xsl:variable>
then apply teplates to the new variable, in a separate mode if there is a possibility of the various phases interacting badly.
<xsl:apply-templates mode="pass2" select="$x"/>
David
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Re parsing element data g, David Carlisle | Thread | [xsl] xsl for apply PI to xml file, Claudius Teodorescu |
| Re: [xsl] Re parsing element data g, David Carlisle | Date | RE: [xsl] Generate identifier, Michael Kay |
| Month |