Announcement: SAX 1.0gamma

David Megginson ak117 at freenet.carleton.ca
Sat May 2 02:47:35 BST 1998


Implementors have requested more time to test SAX 1.0 before it
becomes final.

There will be no additional changes other than bug fixes; however,
since bugs have required several minor changes already, and since the
final, official, righteous SAX 1.0 version might still be a week or
more away, in the interest of openness I have uploaded SAX 1.0gamma (I
don't like "beta2") to the following (new) URL:

  http://www.megginson.com/SAX/

(The final SAX 1.0 will be mirrored at
http://www.microstar.com/XML/SAX/ as well).

The latest JavaDoc is also available online.  SAX is changing very
little now, and it is probably safe to start basing implementations on
it, as long as you're ready for a little tweaking.  Here are the (very
minor) changes since 1.0beta:


Interface Changes
-----------------

- bug fix: changed parameter to Parser.setLocale() to java.util.Locale
  (a single string is insufficient)

- bug fix: added default constructor to InputSource, to simplify
  subclassing

- bug fix: removed "extends IOException" from InputSource (it was
  retained accidentally from an earlier revision)

- bug fix: in the ParserFactory helper class, used
  "org.xml.sax.parser" instead of "sax.parser" for the system property
  name


Documentation Changes
---------------------

- doc fix: clarify that attributes in AttributeList are zero-indexed

- doc fix: clarify that Parser objects are non-re-entrant but reusable

- doc fix: clarify that the parser should never modify the InputSource
  provided by the application

- doc fix: clarify that the parser should not deliver the endDocument
  event until EOF or a non-recoverable error

- moved sample drivers to com.megginson.sax package


All the best,


David

-- 
David Megginson                 ak117 at freenet.carleton.ca
Microstar Software Ltd.         dmeggins at microstar.com
      http://home.sprynet.com/sprynet/dmeggins/

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list