[thelist] XSL question

David.Cantrell at Gunter.AF.mil David.Cantrell at Gunter.AF.mil
Wed Mar 12 09:44:57 CST 2003


> <xsl:template match="/">
> 	<xsl:variable name="phase1output">
> 		<xsl:apply-templates select="." mode="phase1" />
> 	</xsl:variable>
> 	<xsl:apply-templates select="$phase1output" 
> mode="phase2" /> </xsl:template>

SWEET! I didn't know (or had forgotten, probably more likely) that you could
use apply-templates inside a variable -- only makes sense of course.

That got me on the right track, and after about another 40 minutes or so of
code-monkeying I am right where I wanted to be!

Thanks!
-dave


More information about the thelist mailing list