RE: [xsl] How to access the output document in XSL

Subject: RE: [xsl] How to access the output document in XSL
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Tue, 7 Sep 2004 07:28:34 +0300
Hi,


> I need to checkout if a specific node has been generated in the output
> document. Is there a way to access the output document?.

Not during the transformation unless you use an extension of some sort. If
you're using XSLT 2.0, you can generate the output into a variable, check the
variable content, and then copy the variable content into the result tree.

There may be ways to check condition during the transformation from the
source, but can't really help you there as you haven't shown us your source
and stylesheet.

Cheers,

Jarno - Neurotic Fish: Reinvent The Pain

Current Thread