You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by bu...@apache.org on 2001/11/11 05:02:07 UTC

DO NOT REPLY [Bug 4791] New: - Namespace support: non-differentiable child nodes

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4791

Namespace support: non-differentiable child nodes

           Summary: Namespace support: non-differentiable child nodes
           Product: Avalon
           Version: pre-beta
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Framework
        AssignedTo: avalon-dev@jakarta.apache.org
        ReportedBy: jeff@socialchange.net.au


In Configuration.java, there is no way to select either of two
namespace-differentiated child nodes:

<foo xmlns:a="namespace1" xmlns:b="namespace2">
  <a:bar/>
  <b:bar/>
</foo>

Currently, getChild("a:bar") won't work, getChild("bar") will retrieve
the first one, and the second is only retrievable through
getChildren()[1].

--Jeff

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>