Jeremias Maerki wrote: > > I don't know why I haven't seen it in the first place. JAXP 1.1 contains > adapters in both directions: > SAX1 --> SAX2: org.xml.sax.helpers.ParserAdapter implements XMLReader, > DocumentHandler > SAX2 --> SAX1: org.xml.sax.helpers.XMLReaderAdapter implements Parser, ContentHandler
Note that this is part of the standard SAX 2 distribution, which JAXP reships. That is, you don't need JAXP to get these files -- just SAX 2. -- Ron ---------------------------------------------------------------------- Post a message: mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED] Contact adminstrator: mailto:[EMAIL PROTECTED] Read archived messages: http://archive.xmldb.org/ ----------------------------------------------------------------------
