RE: Problem with JXPath 1.3 - Registering Namespaces

2007-07-25 Thread Mcduffey, Joe
To: Jakarta Commons Users List Subject: Re: Problem with JXPath 1.3 - Registering Namespaces Joe, Please, look at the following issue and fix :) http://issues.apache.org/jira/browse/JXPATH-97 -- Sergey 2007/7/16, Mcduffey, Joe [EMAIL PROTECTED]: Can someone tell me how to register

RE: Problem with JXPath 1.3 - Registering Namespaces

2007-07-25 Thread Matt Benson
in this area -- FROM PREVIOUS MESSAGE -- -Original Message- From: Sergey Vladimirov [mailto:[EMAIL PROTECTED] Sent: Saturday, July 21, 2007 10:12 AM To: Jakarta Commons Users List Subject: Re: Problem with JXPath 1.3 - Registering Namespaces

RE: Problem with JXPath 1.3 - Registering Namespaces

2007-07-25 Thread Mcduffey, Joe
: RE: Problem with JXPath 1.3 - Registering Namespaces Joe: Did you test Sergey's patch or the latest 1.3 trunk as of Tuesday afternoon/evening? As of that time the svn trunk version worked for me against your submitted example. If not, please attach more code which shows how to break the current

Re: Problem with JXPath 1.3 - Registering Namespaces

2007-07-22 Thread Matt Benson
Sorry I haven't gotten to check into this yet, and thanks for the help, Sergey! -Matt --- Sergey Vladimirov [EMAIL PROTECTED] wrote: Joe, Please, look at the following issue and fix :) http://issues.apache.org/jira/browse/JXPATH-97 -- Sergey 2007/7/16, Mcduffey, Joe [EMAIL

Re: Problem with JXPath 1.3 - Registering Namespaces

2007-07-21 Thread Sergey Vladimirov
Joe, Please, look at the following issue and fix :) http://issues.apache.org/jira/browse/JXPATH-97 -- Sergey 2007/7/16, Mcduffey, Joe [EMAIL PROTECTED]: Can someone tell me how to register namespaces so that attributes with namespaces does not cause the exception

Problem with JXPath 1.3 - Registering Namespaces

2007-07-16 Thread Mcduffey, Joe
Can someone tell me how to register namespaces so that attributes with namespaces does not cause the exception org.apache.common.ri.model.dom.DOMNodePointer.createAttribute unknown namespace prefix: xsi For example the following ElementA A:myAttr=Mytype B:ElementBMY VALUE/B:ElementB