Re: [xml-dev] ten years later, time to repeat it?

From
Elliotte Harold <>
Date
2008-02-18T16:43:42Z
ID
<>
Thread
Re: [xml-dev] ten years later, time to repeat it?
bryan rasmussen wrote:
> Well, how about disallowing DTDs for validation, just allow the
> entitty declaring functionality with only internal entity declarations
> allowed, external DTDs should have absolute url. That gets rid of a
> good deal of complexity.
> 

It really doesn't, I'm afraid. You still have to be able to parse a 
pretty complete internal DTD subset. You still have browsers and parsers 
that don't handle the internal subset at all.

Entity definition is precisely where the nastiest interoperability 
problems arise. Mere validation is not nearly so dangerous. It's when 
the act of validating changes the infoset that we run into problems.

+ You can't always reasonably use or want an absolute URL.

-- 
Elliotte Rusty Harold  
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/