}
// If the Sun Server XPath API is available, then use it
try {
Class.forName("com.sun.org.apache.xpath.internal.XPath"); //$NON-NLS-1$
s_parserDriver = new JAXPDriverSun();
} catch(Throwable ex) {
}
// Else forget about XPath evaluation
// Just use a JAXP driver