> 2. It appears that when trying to unmarshal the dictionaries, XML type > dictionaries are dependent on gnujaxp.jar (ie Aelfred XML parser) > > The problem is that in an Axis+Tomcat setup, a Xerces XML parser is > included. Now, you can only have one such parser in the setup. > > But replacing the Xerces parser with gnujaxp.jar causes Axis+Tomcat to > spew tons of errors.
The dict parser should have Xerces and JAXP (which comes with Java 1.4.x or so, and onwards...) > Thus I'm restricted to the Xerces parser (which is the recomended one). > Does this mean that the Dictionary.unmarshal() method will simply not > work? And is there anyway around this? > > [As an aside, are there any plans to shift XML parsing in general, over > to XOM?] Yes, this might be a good idea for small files. Have been thinking about this, and want to make the new CMLRSS stuff use this too... Egon ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Cdk-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cdk-user

