Really the only way around it is to not use XML since your HTML has to have
closing tags to make the XML document valid.  As far as any XML parser is
concerned your HTML is not HTML anymore but is more XML.

        -Mike

-----Original Message-----
From: Butler, Shaun [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 18, 2001 10:10 AM
To: [EMAIL PROTECTED]
Subject: [PHP] XML Parser is a bit strict



I am using php 4.02 and Apache 1.3.12 and am trying to do some XML parsing.
HTML is also in the text I'm parsing and the xml parsing dies if it sees an
html tag that does not have a matching closing tag.  Is there any work
around
to this and if so is there a way to make it so XML tags don't need to be
closed too?

--
Shaun Butler
[EMAIL PROTECTED]
x2905

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to