List of usage examples for org.apache.commons.jxpath.xml XMLParser interface-usage
From source file net.sbbi.upnp.JXPathParser.java
/**
* Parser to use with JXPath, this is used to fix some problems encountered
* with some UPNP devices returning buggy xml docs...
* This parser acts like a wrapper and make some chars search and replace
* such as 0x0 with 0x20 to produce a valid XML doc.
* @author <a href="mailto:superbonbon@sbbi.net">SuperBonBon</a>