onden: Wednesday, March 07, 2001 9:39 PM
Aan: '[EMAIL PROTECTED]'
Onderwerp: RE: [PHP] parsing html / xml (more)
Matt McClanahan wrote:
[...]
> You're not going to find an XML parser that allows for most HTML,
> because if such a parser did exist, it would be a broken XML parser.
Matt McClanahan wrote:
[...]
> You're not going to find an XML parser that allows for most HTML,
> because if such a parser did exist, it would be a broken XML parser. :)
[...]
Fair enough, and that's as I expected. So that brings me to the second part
of my question: is there any php library t
On Wed, Mar 07, 2001 at 10:07:37AM -0700, Nathaniel Hekman wrote:
> Here's another case that shows up often in html, but is illegal in xml, that
> I would need to parse: meta tags, tags, tags, and other
> "singletons".
>
>
>
>
>
> xml_parse would give an error, because t
Here's another case that shows up often in html, but is illegal in xml, that
I would need to parse: meta tags, tags, tags, and other
"singletons".
xml_parse would give an error, because the HEAD block is being closed with a
still-open META "block".
Nate
-Orig
4 matches
Mail list logo