RE: XMLBeans and SchemaTron

2007-04-16 Thread Rafael Tatsuya Icibaci
Hi again, One time you said me that maybe a volunteer can implement Schematron support for XMLBeans. How would be the process if I offer myself to do that ? Atenciosamente Rafael T. Icibaci IBM Middleware EAI Team * + 55 11 2113-7685 * + 55 11 8184-5303 * [EMAIL PROTECTED] -Original

Re: troubles executing XmlObject.selectPath

2007-04-16 Thread Jacob Danner
Can we see the output of the following: XmlObject[] elems = null; // ADD this line System.out.println(document.xmlText()); elems = document.selectPath(namespaceDeclaration + $this/bs:bookstore/book[author='author2']/author); On 4/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ciao Radu,