Hi everyone.

I want to parse an HTML document with Pharo, But the following example fails:

        XMLDOMParser parse: (ZnEasy get: 'http://www.google.com/') contents. 

fails on some javascript (&&window...) due to a lazily omitted <![CDATA[ in the 
<script> section.
So Is there an easy way to get around this?

cami

Reply via email to