Re: Discrepancy in Document.setXMLVersion & Entity.setXMLVersion behavior

On Wed, 2003-11-05 at 04:16, Neeraj Bajaj wrote:
> Document.setXMLVersion() throws DOMException but
> Entity.setXMLVersion() doesn't throw any exception.
> 
> 
> Is it just a miss or am i missing something here ?

Entities nodes are read-only, so xmlVersion and xmlEncoding should be
readonly on those nodes.

Philippe

Received on Wednesday, 5 November 2003 08:30:42 UTC