DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32360>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32360





------- Additional Comments From [EMAIL PROTECTED]  2005-10-28 07:06 -------
(In reply to comment #10)
> Perhaps a cleaner solution might 
> be to add explicit API that would make the bending of the standard more 
> explicit, e.g. context.setDefaultNamespaceIgnored(true).  The default 
> behavior 
> of JXPath would remain committed to the standard, but those of us who need to 
> relax it would be able to explicitly do so.
> 
> Should I go ahead with this change?

If I understand correctly, then given this input: 

<parent>
<test xmlns="http://test";>
<child-element />

and this jxpath calls:

context.setDefaultNamespaceIgnored(true)
context.getValue("/parent/test/child-element")

we got <child-element/> as the result, then it solves our problem in forrest.

Thank you, for you effort! :-)


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to