RE: [xsl] (newby) extraction of CDATA nodes to different XML files

Subject: RE: [xsl] (newby) extraction of CDATA nodes to different XML files
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 1 Apr 2005 13:08:10 +0100
> Well, actually this is the approach I was thinking about, but tryng to
> figure out how to develop such a multi-pass transformation, I got into
> the following problem: how can a template recognize that it has being
> applied multiple times and thus, how can it decide which CDATA section
> to process, among the three?

If the situation is very static (there are always three elements and their
names are known) then you can use modes.

If the situation is more dynamic you can pass parameters to the templates.
In XSLT 2.0, tunnel parameters are particularly suitable for this.

Michael Kay
http://www.saxonica.com/

Current Thread