Bonjour
Je me suis aperçu que je travaillais avec la jdk 5.0 , or je dois travailler avec jdk 1.4.1 , j'ai vu sur la FAQ que je pouvais le faire. Seulement j'obtiens des erreur de ce type :
[QUOTE]
java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom
QUOTE]
ce que j'ai importer sont : jaxen 1.1/JaxP 141
xercesImpl/ xml-apis.jar/serializer
J'aurais besoin de savoir comment je pourrais faire fonctionner le XPATH
merci
Partager