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=6382>. 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=6382 Attrib values lost when schema true but validation false Summary: Attrib values lost when schema true but validation false Product: Xerces2-J Version: 2.0.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: XML Schema Structures AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] I have a command line application that uses DOMParser to parse a file, then sends the resulting root node to another application that echoes the document to the screen. When I set the validation feature to false but the schema feature to true, all attribute nodes (including defaulted nodes) are present, but all values are missing. When I set the validation feature to true and the schema feature to true, all attribute nodes and values appear as expected. When I set the validation feature to false and the schema feature to false, non-defaulted attributes are present as expected, but defaulted attributes are missing. I believe this behavior is correct. When I set the validation feature to true and the schema feature to false, I get an error telling me that the DOCTYPE is missing, which is correct. I am attaching a ZIP file with test case. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
