>From the build failure report, the DTM compilation relies on
>the way that pull-parsing was performed in the past. Since
>this has changed in Xerces2, this code would need to be
>updated before it could be used with Xerces2.

How much has changed? My dependencies are currently on SAXParser,
SAXParser.parseSomeSetup() and SAXParser.parseSome(). If we've got a
document showing how that maps to the new classes and calls, it shouldn't
be hard to apply instanceOf (and a bit of reflection, if absolutely
necessary) to determine which level of Xerces we're using and have
IncrementalSAXSource_Xerces adapt appropriately -- or, if the design is
really different, create IncrementalSAXSource_Xerces2 and select between
them at a higher level based on similar criteria.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to