[relaxng-user] Small jar file with org.xml.sax to go with Jing?

James Clark jjc at jclark.com
Thu Sep 25 07:15:44 ICT 2003


David Tolpin wrote:

> It does not have Xerces dependencies but it does include a SAX2 parser. A parser
> is still required; either XP by James Clark (and org.xml.sax.parser property
> defined appropriately) should work, or Aelfred2 from gnu jaxp. Both are
> small.

XP isn't maintained and doesn't support SAX2.  IIRC, the GNU jaxp parser 
does not fully implement SAX2 (in that it doesn't allow ContentHandler 
to be set during a parse), which makes it not work with Jing.  I would 
recommend Crimson (available from Apache) as a small and conformant 
parser that works with Jing.

James




More information about the relaxng-user mailing list