Where can I download JXPath 1.3 ???

2007-06-22 Thread Mcduffey, Joe
Does anyone know how to download JXPath 1.3? I went to the Source Repository http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/ But I don't know how to get the release. Any ideas? Thanks.

RE: Where can I download JXPath 1.3 ???

2007-06-22 Thread Mcduffey, Joe
, Mcduffey, Joe [EMAIL PROTECTED] wrote: Does anyone know how to download JXPath 1.3? I went to the Source Repository http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/ But I don't know how to get the release. Any ideas? Thanks. There is no official JXPath 1.3 release - the latest

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

JXPath and namespaces for Attributes

2007-07-19 Thread Mcduffey, Joe
Does anyone know about the problem with Namespaces for Attributes in JXPath 1.3? Even if you register namespaces an exception is still thrown if an attribute appears with a namespace prefix e.g. myNamespace:title=MyTitle Anyone have any insight on this for JXPath1.3 nightly build?

Problems with createPathAndSetValue ?

2007-07-20 Thread Mcduffey, Joe
After registering Namespaces in JXPath 1.3 and then calling JXPathContext.createPathAndSetValue(key,value) I get an exception Unknown namespace prefix However it had been successfully registered as I checked with the method call JXPathContext.getPrefix(); Any help in this area

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 Mcduffey, Joe
ns handling and reopen JXPATH-97 in JIRA. I'm trying to get all bugs resolved for a 1.3 release and this definitely sounds like something we want to have working properly. Thanks, Matt --- Mcduffey, Joe [EMAIL PROTECTED] wrote: This still doesn't work properly see previous message from 7/20