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=3969>. 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=3969 misleading error-message when creating an attribute without an element as parent ------- Additional Comments From [EMAIL PROTECTED] 2003-12-08 10:55 ------- I expressed some concern to Richard about the generality of the patch. A SourceLocator is used in reporting an error or warning in only one place in the serializer - in ToXMLStream.addAttribute - and the patch sets the SourceLocator just before a call to that method. We should probably ensure instead that the SourceLocator is always available to the serializer or never use a SourceLocator. This could be under control of a debugging option.
