Ignoring namespace prefix while parsing xml

Posted by Rachel on Stack Overflow See other posts from Stack Overflow or by Rachel
Published on 2010-05-10T13:29:06Z Indexed on 2010/05/10 13:34 UTC
Read the original article Hit count: 176

Filed under:
|

If a xhtml file has namespace prefixes in the document and the namespace for the prefixes is not defined, is it possible to ignore the prefixes and still parse the file when using SAX parser. Is there a way to get rid of the error "The prefix for element is not bound." without defining the namespace for the prefixes while parsing?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about nsxmlparser