[
Lists Home |
Date Index |
Thread Index
]
David Lyon wrote:
> I must admit I don't know much about infoset or non-infoset. Is Infoset a
> binary format?
The infoset is not a format at all. It is a data model, one of many.
This data model is based on text, not binary data.
This data model is related to but not identical to real XML. There are
*many* infosets that cannot be expressed in well-formed XML (an infinite
number in fact). There are also well-formed and even namespace
well-formed XML documents that do not have infosets. Off the top of my
head, I *think* that all namespace well-formed XML documents that only
use absolute namespace URIs have well-defined infosets. However, I could
be forgetting a tricky corner case.
--
Elliotte Rusty Harold elharo@metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
|