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=4892>. 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=4892 xsltc fails test of local-name() on default namespace declaration (namespace32) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2001-11-22 06:11 ------- The order of namespace declarations within an element is no more significant than the order of attributes within an element. XSLTC outputs the prefix for the declaration "xmlns="test" (an empty string) first and the prefix for the declaration "xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'" last, while other processors list the declarations in a different order. Both ways perfectly legal.
