Hi Dominique,
Unfortunalty I don't understand the french info messages sorry (shame to
myself) But your TestCase runs now successfully.
I replaced your XPath Expression "//fac:NbDonneesTotal" with
".//fac:NbDonneesTotal".
It seems to me that Jaxen don't understand the
AbbriviatedRelativeLocatio
Hi Dominique,
I'm back again. I review you code and the XPath Spec.
You do:
from = ( Element ) xpath1.selectSingleNode(_xmlMessageDoc.getRootElement());
The instance form is now a Element.
Then you create XPath and selects a the result List as follows:
XPath xpathExpr = DocumentHelper.creat
Hi,
I don't know if I doing something wrong but I can't get the QNames of a xsd
document,
the XSD is:
**
http://www.w3.org/2000/10/XMLSchema";
xmlns:my="http://www.aqs.es";>