[dom4j-dev] Re: TR: bug in XPath.selectNodes

2001-09-05 Thread toby-wan-kenobi
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

[dom4j-dev] Re: TR: bug in XPath.selectNodes

2001-09-05 Thread toby-wan-kenobi
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

[dom4j-dev] getQNames problem

2001-09-05 Thread Luis Pena
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";>