xsl-list
[Top] [All Lists]

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

2005-04-01 05:08:10
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/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--