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 ---------------------------------------------------------------------------- Priority|Other |Medium ------- Additional Comments From [EMAIL PROTECTED] 2002-08-27 12:32 ------- I tested this with the latest build. The output doesn't match Morten's, but it still has a problem. The getHello attribute of the <bob> element is wrong. It should be <bob xmlns=""/> or <bob xmlns=""></bob>. Here's what xsltc currently gives for the output. <?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 getHello="//www.w3.org" ="
 "/> </getHello> </soap-env:Body>
