Sept. 21, 2011
11:44 a.m.
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