PDA

View Full Version : msxml's cdata() alternative



ail
13 Sep 2005, 05:09 AM
The task is to build xsl that generates html output from any xml document exactly the way msxml does (tree structure).
The problem is I cannot match CDATA sections to distinguish their output from text node's one.
msxml uses cdata(), but it's about to be just the parser's extension,
and I cannot use match="cdata()"

Is there another way to match CDATA for IE? Or may be a way that works in both IE and Mozilla to do that?
That is the question.