RE: [PHP] parsing html / xml (more)

2001-03-08 Thread Bruin, Bolke de
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.

RE: [PHP] parsing html / xml (more)

2001-03-07 Thread Nathaniel Hekman
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

Re: [PHP] parsing html / xml (more)

2001-03-07 Thread Matt McClanahan
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

[PHP] parsing html / xml (more)

2001-03-07 Thread Nathaniel Hekman
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