Search Results

2
votes

Most common cause of “java.lang.NullPointerException” when dealing with XMLs?

My first guess would be that the DOM-using code is treating elements that are marked as optional in the DTD as compulsory. Edited to add: What I mean is that unless you validate against a D …
1
vote

XML Parser for C

Expat is pretty decent. It's hard to give good recommendations without more information though. …