You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Bernd Fondermann (JIRA)" <ji...@apache.org> on 2010/03/13 11:56:27 UTC

[jira] Assigned: (VYSPER-82) Namespace definitions aren't propagated to subelements.

     [ https://issues.apache.org/jira/browse/VYSPER-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Fondermann reassigned VYSPER-82:
--------------------------------------

    Assignee:     (was: Bernd Fondermann)

> 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
>            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.