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: [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>