Namespace definitions aren't propagated to subelements.
-------------------------------------------------------

                 Key: VYSPER-82
                 URL: https://issues.apache.org/jira/browse/VYSPER-82
             Project: VYSPER
          Issue Type: Bug
            Reporter: Michael Jakl
            Assignee: Bernd Fondermann
            Priority: Critical


Affected component: XML Parser

I've got the following stanza:

<query xmlns="http://jabber.org/protocol/disco#info";>
  <identity category="pubsub" type="service"></identity>
  <feature var="http://jabber.org/protocol/disco#info";></feature>
  <feature var="http://jabber.org/protocol/pubsub";></feature>
</query>

The XMLElement for "query" reports the namespace 
"http://jabber.org/protocol/disco#info"; correctly, but the XMLElement of 
"identity" and "feature", which are inner elements of "query",  do not.

See Namespace Scoping for default Namespaces: 
http://www.w3.org/TR/2006/REC-xml-names11-20060816/#defaulting

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

Reply via email to