[fpc-pascal] fpc-xml: SAX_HTML parsing "script" tags

Lee Jenkins lee at datatrakpos.com
Mon May 17 00:53:52 CEST 2010


dmitry boyarintsev wrote:
> Hello
> 
> Is there any known way to parse html files with:
> <script>
> some script with  tricky symbols , like "< >" that ruins the parsing
> </script> tag?
> 

What about using CDATA section?

<script>
   <![CDATA[

   ]]>
</script>

--
Warm Regards,

Lee





More information about the fpc-pascal mailing list