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=4983>. 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=4983 xsltc applies default namespace to both output elements in conf test namespace105 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED ------- Additional Comments From [EMAIL PROTECTED] 2001-12-07 07:28 ------- Looks good. Running xalan on namespace105 <?xml version="1.0" encoding="UTF-8"?> <out xmlns="testguys.com"><foo xmlns=""><yyy xmlns="other.com"/></foo></out> Running XSLTC with Xerces Parser on namespace105 <?xml version="1.0" encoding="UTF-8" ?> <out xmlns="testguys.com"><foo xmlns=""><yyy xmlns="other.com"/></foo></out>