Re: [xml-dev] Re: Non-infoset

From
<>
To
Date
2005-04-11T20:35:04Z
ID
<>
Thread
Re: [xml-dev] Re: Non-infoset
In article <> you write:
>I found another exception. If the DTD is not read, and an attribute 
>value contains an unrecognized entity reference, then the document does 
>not have an infoset.

The infoset is a property of the document.  If a processor doesn't
read the DTD, then it can only produce an approximation to the true
infoset, but the document still has an infoset, and that infoset has
the entities expanded.

-- Richard