Top "Xerces" questions

Xerces is a collection of software libraries for parsing, validating, serializing and manipulating XML

Dealing with "Xerces hell" in Java/Maven?

In my office, the mere mention of the word Xerces is enough to incite murderous rage from developers. A cursory …

java maven classloader dependency-management xerces
org.apache.xerces.jaxp.SAXParserFactoryImpl not found when importing Gears API in GWT

I've created a GWT project using Eclipse which was working perfectly (I was able to run it in both Hosted …

java gwt xerces
SAXParseException; src-resolve: Cannot resolve the name '...' to a(n) 'type definition' component

I'm trying to do schema validation, currently using a javax.xml.validation.SchemaFactory. Unfortunately When I call the newSchema(Source …

java xml spring xsd xerces
I have UTF-8 - but still get "Invalid byte 1 of 1-byte UTF-8 sequence"

I create a XML String on the fly (NOT reading from a file). Then I use Cocoon 3 to transform it …

java xml encoding utf-8 xerces
Validate an XML File Against Multiple Schema Definitions

I'm trying to validate an XML file against a number of different schemas (apologies for the contrived example): a.xsd …

java xsd xerces
XIncludeAwareParserConfiguration incompatible with XMLParserConfiguration

I get this error when deploying the ear file on to WLS 10.3 on AIX platform. The same ear works fine …

java parsing xerces
Cure for 'The string "--" is not permitted within comments.' exception?

I'm using Java 6. I have this dependency in my pom ... <dependency> <groupId>xerces</groupId> &…

java parsing xhtml sax xerces
XSLT: Sort by multiple items

I have XML data such as: <feed> <entry> <id>4</id> <updated&…

xslt xerces
Xerces error: org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl

I'm developing a web application using JSF 2.0, NetBeans 6.9.1, GlassFish Server 3.1, mojarra 2.0.3, and JasperReports 3.7.6. Included in my project library is the …

jsf glassfish jasper-reports xerces