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=12075>. 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=12075 Error in handling of default namespaces in output [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-09-04 17:21 ------- fixed in the latest build Running xalan on bug12075 <?xml version="1.0" encoding="UTF-8"?> <soap-env:Body xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <getHello xmlns="http://www.vordel.com"> <bob xmlns=""/> </getHello> </soap-env:Body> Running XSLTC with Xerces Parser on bug12075 <?xml version="1.0" encoding="UTF-8"?> <soap-env:Body xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <getHello xmlns="http://www.vordel.com"> <bob xmlns=""/> </getHello> </soap-env:Body>
