bmecat

  • submit to reddit

Conveniently Processing Large XML Files with Java

When processing XML data it's usually most convenient to load the whole document using a DOM parser and fire some XPath-queries against the result. However,...

10 replies - 10298 views - 01/10/12 by Andreas Haufler in Articles