I am using NSXMLParser in an iPhone application to parse HTML files to link to RSS or Atom.
Everything works fine until the parser finds an element <script>that includes Javascript code without a CDATA declaration, this will result in a Parse error.
Can you tell the parser to skip all elements with a name <script>?
source
share