// System.setProperty("javax.xml.xpath.XPathFactory",
// "com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl") ;
// XPathFactory xpfactory = XPathFactory.newInstance() ;
XPath xpath = XPathFactory.newInstance().newXPath();
XPathExpression clientTypeExp = xpath.compile("/clients-type/client-type");
XPathExpression nameExp = xpath.compile("name/text()");
XPathExpression userAgentPatternExp = xpath.compile("userAgentPattern/text()");
XPathExpression preferredMimeTypeExp = xpath.compile("preferredMimeType/text()");
XPathExpression rendererExp = xpath.compile("renderer/text()");
ClassLoader cl = Thread.currentThread().getContextClassLoader();
java.net.URL url = cl.getResource("conf/portal/clients-type.xml");