PHP library for parsing XML with a colons in tag names?

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2009-10-16T00:09:10Z Indexed on 2010/04/23 6:53 UTC
Read the original article Hit count: 252

Filed under:
|
|
|

I've been trying to use SimpleXML, but it doesn't seem to like XML that looks like this:

<xhtml:div>sample <xhtml:em>italic</xhtml:em> text</xhtml:div>

So what library will handle tags that look like that (have a colon in them)?

© Stack Overflow or respective owner

Related posts about php

Related posts about Xml