Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Which Xerces?

On 04-12-2002 19:01, Ringo De Smet wrote:

> For the plugins, I would like to depend on the XML4J that comes with
> Eclipse. For a standalone version, we have to figure out to what version of
> Xerces the XML4J 4.0.7 corresponds.

But in the end, the most important thing is not to use any direct Xerces
class, but go through the JAXP layer. Whatever parser is put behind JAXP is
not our concern. So far, I have had good results with swapping XML parsers
behind JAXP.

Ringo



Back to the top