Re: troubles executing XmlObject.selectPath

2007-04-18 Thread Jacob Danner
your changed XPathRepro.java class. Thanks again Patrizio -Original Message- From: Jacob Danner [mailto:[EMAIL PROTECTED] Sent: martedì, 17. aprile 2007 18:06 To: user@xmlbeans.apache.org Subject: Re: troubles executing XmlObject.selectPath Hi Patrizio, I've attached the source I used

RE: troubles executing XmlObject.selectPath

2007-04-17 Thread Patrizio.Ferlito
:[EMAIL PROTECTED] Sent: lunedì, 16. aprile 2007 18:26 To: user@xmlbeans.apache.org Subject: Re: troubles executing XmlObject.selectPath Can we see the output of the following: XmlObject[] elems = null; // ADD this line System.out.println(document.xmlText()); elems = document.selectPath

Re: troubles executing XmlObject.selectPath

2007-04-16 Thread Jacob Danner
(namespaceDeclaration + $this/bs:bookstore/book[author='author2']/author); the same error: elems length array is 0 ! Regards Patrizio -Original Message- From: Radu Preotiuc-Pietro [mailto:[EMAIL PROTECTED] Sent: venerdì, 13. aprile 2007 23:02 To: user@xmlbeans.apache.org Subject: Re: troubles executing