I dont know if there is a work around for this, but Im under the
understanding that XML has to (not an option) have a closing tag on
everything. I know in XHTML they have exeptions, but its slacker. ie.
invalid
<br>
valid
<br></br>
or
<br/>
I dont know if you can use XHTML syntax in XML, I dont think it works like
this, I think XML is more strict.
Chris Lee
Mediawaveonline.com
""Butler, Shaun"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> 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]