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=14262>. 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=14262 SAXBeanWriter produces invalid XML [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2002-11-18 11:33 ------- SAXBeanWriter seems to produce still invalid XML for empty element, which only have attributes. Current Result: </foo><foo bar="xyz"> Expected Result: <foo bar="xyz/> This applies only to beans with customized XMLBeanInfo, because XMLIntrospector generates only elements for bean parameters. Thus it is a little difficult to provide a TestCase, since the discussion about how to provide customized XMLBeanInfos is still going on. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>