Having been aware of ECS for a few months now, I've finally got around
to try and use it. :-)

Unfortunately there appears to be an inconsistency between the current
versions of the projects:

org.apache.ecs.factory.DOMFactory.createDOM() returns a reference to a
org.openxml.io.Parser object that only exists in the version of
OpenXML prior to 1.1.

and

the class org.openxml.parser.ParserException is no longer present in
version 1.1 of OpenXML.

The obvious solution to my problem is to use OpenXML 1.0, but I
thought I should mention it here.

Also,  (slightly off topic now) I've noticed that some project jar
files are shipping the latest DOM level 2 compliant APIs whereas other
packages are shipping level 1. Should I be using the latest DOM Level
2 APIs for all the apache projects or just some? and shouldn't the DOM
APIs be shipped as a seperate jar file since so many projects seem to
be reliant on them these days?

Thanks,
Ed.


--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to