// Else use JAXP
// If the Xerces XPath API is available, then use it
try {
Class.forName("org.apache.xpath.XPathAPI"); //$NON-NLS-1$
s_parserDriver = new JAXPDriverXerces();
} catch(Throwable ex) {
}
// If the Sun Server XPath API is available, then use it
try {