RE: Problem with JXPath 1.3 - Registering Namespaces

2007-07-25 Thread Mcduffey, Joe
Having a problem after registering a namespace as in your example then 
executing the following:
  - createPathAndSetValue(element/@A:attribute);

-Original Message-
From: Matt Benson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 25, 2007 11:15 AM
To: Jakarta Commons Users List
Subject: 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 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/07...
> 
> --   FROM PREVIOUS MESSAGE
> --
> 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 
> --   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
> 
> 
> 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
> >
> >
>
org.apache.common.ri.model.dom.DOMNodePointer.createAttribute
> > unknown namespace prefix: xsi
> >
> > For example the following
> > 
> >   MY VALUE
> > 
> >
> > Would result in the following exception:
> >
>
org.apache.common.ri.model.dom.DOMNodePointer.createAttribute
> > unknown namespace prefix: A
> >
> > FYI: In this example there was a namespace
> decaration in the file and I
> > also manually called the
> > registerNamespace(A,"/http...");
> > registerNamespace(B,"/http...");
> >
> > There was no problem encountered for elements.
> Only attributes. Can
> > someone help? Thanks.
> >
> >
> 
> 
> -- 
> Sergey Vladimirov
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



  

Shape Yahoo! in your own image.  Join our Network Research Panel today!   
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problem with JXPath 1.3 - Registering Namespaces

2007-07-25 Thread Matt Benson
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 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/07...
> 
> --   FROM PREVIOUS MESSAGE
> --
> 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 
> --   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
> 
> 
> 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
> >
> >
>
org.apache.common.ri.model.dom.DOMNodePointer.createAttribute
> > unknown namespace prefix: xsi
> >
> > For example the following
> > 
> >   MY VALUE
> > 
> >
> > Would result in the following exception:
> >
>
org.apache.common.ri.model.dom.DOMNodePointer.createAttribute
> > unknown namespace prefix: A
> >
> > FYI: In this example there was a namespace
> decaration in the file and I
> > also manually called the
> > registerNamespace(A,"/http...");
> > registerNamespace(B,"/http...");
> >
> > There was no problem encountered for elements.
> Only attributes. Can
> > someone help? Thanks.
> >
> >
> 
> 
> -- 
> Sergey Vladimirov
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



  

Shape Yahoo! in your own image.  Join our Network Research Panel today!   
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problem with JXPath 1.3 - Registering Namespaces

2007-07-25 Thread Mcduffey, Joe
This still doesn't work properly see previous message from 7/20/07...

--   FROM PREVIOUS MESSAGE --
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 
--   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


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
>
> org.apache.common.ri.model.dom.DOMNodePointer.createAttribute
> unknown namespace prefix: xsi
>
> For example the following
> 
>   MY VALUE
> 
>
> Would result in the following exception:
> org.apache.common.ri.model.dom.DOMNodePointer.createAttribute
> unknown namespace prefix: A
>
> FYI: In this example there was a namespace decaration in the file and I
> also manually called the
> registerNamespace(A,"/http...");
> registerNamespace(B,"/http...");
>
> There was no problem encountered for elements. Only attributes. Can
> someone help? Thanks.
>
>


-- 
Sergey Vladimirov

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 PROTECTED]>:
> >
> > 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
> > 
> >   MY VALUE
> > 
> >
> > Would result in the following exception:
> >
>
org.apache.common.ri.model.dom.DOMNodePointer.createAttribute
> > unknown namespace prefix: A
> >
> > FYI: In this example there was a namespace
> decaration in the file and I
> > also manually called the
> > registerNamespace(A,"/http...");
> > registerNamespace(B,"/http...");
> >
> > There was no problem encountered for elements.
> Only attributes. Can
> > someone help? Thanks.
> >
> >
> 
> 
> -- 
> Sergey Vladimirov
> 



   

Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

org.apache.common.ri.model.dom.DOMNodePointer.createAttribute
unknown namespace prefix: xsi

For example the following

  MY VALUE


Would result in the following exception:
org.apache.common.ri.model.dom.DOMNodePointer.createAttribute
unknown namespace prefix: A

FYI: In this example there was a namespace decaration in the file and I
also manually called the
registerNamespace(A,"/http...");
registerNamespace(B,"/http...");

There was no problem encountered for elements. Only attributes. Can
someone help? Thanks.





--
Sergey Vladimirov