Questions tagged [xerces]

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

Xerces is Apache's collection of software libraries for parsing, validating, serializing and manipulating XML.
The library implements a number of standard APIs for XML parsing, including DOM, SAX and SAX2.
The implementation is available in Java, C++ and Perl programming languages.

Useful references:

639 questions
0
votes
1 answer

In TinyXPath how to query data by indexed by element content

I am using TinyXPath to enhance an existing test tool so data from a customer XML structure can be fetched and used. The XML looks like this
mactwixs
  • 402
  • 1
  • 6
  • 15
-1
votes
1 answer

Loading java object when parsing xml using SAX xerces

If my xml looks like: http://.... http://... Now in my endElement event I look if the xml element starts with 'url', but how do I know when the url element is…
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
-1
votes
1 answer

NodeList.getLength() returning 0 in Java 11

I am migrating my application from Java 8 to Java 11. In Java 8, my input xml file was parsing correctly, but in Java 11 the nodeList.getLength() is returning 0. Please refer the code as per which I am always getting the error: Cannot find…
Aditya Batra
  • 263
  • 1
  • 2
  • 18
-1
votes
1 answer

What does SP in '2.11.0.SP5' mean?

I have a need to use a version of xerces that that does not use xml-apis; there is some legacy code that does not play well with it. I found the following which looks like it will do the trick.