[jdom-interest] Full Infoset support?

Elliotte Rusty Harold elharo at metalab.unc.edu
Tue Sep 4 09:07:06 PDT 2001


About a year ago it was stated that a goal of JDOM was full infoset compatibility. i.e. every information item in the infoset should be exposed in a JDOM object tree somewhere. At the time we were thinking about namespaces, but it's relevant elsewhere as well.

Question: is this still a goal worth pursuing? If so, there are a number of areas where we're lacking and need some more work before 1.0. Specifically:

1. The notations information item of the Document information item 
2. The unparsed entities information item of the Document information item
3. The base URI of the document entity
4. The type of an attribute
5. The references of an attribute
6. Many other places...

I suspect most of these involve adding pieces to the API rather than changing what exists there now. Most work would be in the core and input packages, very little if any would be in the output package. The biggest downside is that we would be expanding memory usage by some percentage per object.

If we still want to aim for full infoset support, then I'll volunteer to do a read through off the infoset spec with an eye on what we still need to add to JDOM to support it. However, if we're no longer aiming for full infoset support, then there's not a lot of point to a detailed comparison. 

Infoset support is important for a number of newer specs including XInclude. It's also being used in some other areas such as XSLT conformance testing at OASIS. Currently, only SAX really exposes almost everything in the infoset. DOM definitely leaves out pieces. It would be nice if JDOM could be added to SAX as a very infoset savvy API. 
-- 

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo at metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+ 
|          The XML Bible, 2nd Edition (Hungry Minds, 2001)           |
|              http://www.ibiblio.org/xml/books/bible2/              |
|   http://www.amazon.com/exec/obidos/ISBN=0764547607/cafeaulaitA/   |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://www.cafeaulait.org/      | 
|  Read Cafe con Leche for XML News: http://www.ibiblio.org/xml/     |
+----------------------------------+---------------------------------+



More information about the jdom-interest mailing list