You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/09/25 16:51:36 UTC

DO NOT REPLY [Bug 23412] - Can't get namespaces when attribute node is current

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

Can't get namespaces when attribute node is current

David_Marston@us.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|cant get namespaces from    |Can't get namespaces when
                   |attribute node              |attribute node is current



------- Additional Comments From David_Marston@us.ibm.com  2003-09-25 14:51 -------
This may constitute an attempt to bring Xalan into closer conformity with the
XPath specs, particularly section 5.4 (but also see 5.2 and 5.3 for context).
Namespace nodes only hang off elements. An attribute node is a two-item
structure containing its own name (QName) and string value.

XSLT 2.0 will provide much better capabilities for this kind of work.