Re: Parsing HTML

On 5/16/07, Innovimax SARL <innovimax@gmail.com> wrote:
> > That last point is critical.   Firefox and other XHTML compliant browsers
> > won't display XHTML that isn't well-formed.  Atom won't allow XHTML
> > in text constructs without it being well-formed.  So, we don't have
> > to worry about XHTML because a regular XML parser will work just
> > fine.
>
> Ok but what about well formed XML, that is not XHTML but declared as XHTML ?
> <a><div/></a>

I don't understand the question.

That's just XML and we've got that one covered.

-- 
--Alex Milowski
"The excellence of grammar as a guide is proportional to the paucity of the
inflexions, i.e. to the degree of analysis effected by the language
considered."

Bertrand Russell in a footnote of Principles of Mathematics

Received on Wednesday, 16 May 2007 17:20:05 UTC