opensubscriber
   Find in this group all groups
 
Unknown more information…

c : commons-dev@jakarta.apache.org 21 July 2007 • 10:11PM -0400

[jira] Created: (JXPATH-97) Incomplete handling of undefined namespaces
by Sergey Vladimirov (JIRA)

REPLY TO AUTHOR
 
REPLY TO GROUP




Incomplete handling of undefined namespaces
-------------------------------------------

                 Key: JXPATH-97
                 URL: https://issues.apache.org/jira/browse/JXPATH-97
             Project: Commons JXPath
          Issue Type: Bug
    Affects Versions: 1.2 Final, Nightly Builds
            Reporter: Sergey Vladimirov
             Fix For: 1.3


Mcduffey, Joe <jdmcduf@nsa....>

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:ElementB>MY VALUE</B:ElementB>
</ElementA>

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.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jaka...
For additional commands, e-mail: commons-dev-help@jaka...

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.