simplexml icon indicating copy to clipboard operation
simplexml copied to clipboard

A standalone Java XML parser and serializer

Results 2 simplexml issues
Sort by recently updated
recently updated
newest added

I noticed that the XML Parser takes a lot of time when processing bit amounts of data. I noticed that you use ByteStreams but no buffers. Using buffers usually improves...

I use this to parse XML from JUnit files for Android UI tests. The ones that fail spit out in the XML a element that has a really long message...