Re: HTML and XML

Bijan Parsia wrote:
> ...
> I'm not clear why one category of errors (well formedness ones) are so 
> much worse than other levels (e.g., validity ones). They are all errors. 
 > ...

...on different levels...

 > ...
> One nice thing about XML is separating these classes of errors so that 
> even if the document is not valid wrt the relevant schema, you can still 
> work with it (transform it, etc.)...

Indeed!

> ...What's so much worse about well 
> formedness errors?
> ...

By definition, that's an error that prevents the XML processor from 
doing it's job, turning a byte sequence into a sequence of elements, 
attributes, text data, etc.

>  ...

BR, Julian

Received on Monday, 16 February 2009 22:08:38 UTC