Re: [xsl] Detecting the tags inside CDATA section

Subject: Re: [xsl] Detecting the tags inside CDATA section
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 14 Jul 2003 09:46:34 +0100
> I have a problem regarding a CDATA section in an XML file.

Ypur problem is that The CDATA markup is there.
Your subject line is misleading, there are no tags inside a CDATA
section, that's exactlye waht "CDATA" mean, treat < as a character,
not as the start of a tag.

If you didn't disable the tags with CDATA you;d see the elemnts with
XSLT.
(You'd also have to remove <?xml and <!DOCTYPE which are not allowed in
the midle of an xml document)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread