[Expat-discuss] non-parsed data (CDATA)

Andre Luis Monteiro andrelsm at iname.com
Wed Oct 25 02:38:37 CEST 2006


Hi

how does Expat handle non-parsed data? How to parse an XML element like this:

<script>
  if (a < b)  # well-formedness error?
    ... 
</script>

We need something like: 

<script>
   <![CDATA[
   ...
   ]]>
</script>

to get the CData section handlers working?


regards
André Luís


-- 

Search for products and services at: 
http://search.mail.com



More information about the Expat-discuss mailing list