DOM3 serialization support has invalid warnings on "default:yes" and
"default:no"
---------------------------------------------------------------------------------
Key: XALANJ-2354
URL: http://issues.apache.org/jira/browse/XALANJ-2354
Project: XalanJ2
Issue Type: Bug
Affects Versions: The Latest Development Code, 2.7.1
Reporter: Brian Minchau
DOM Level 3 store code in org.apache.xml.serializer.dom3 (for the most part)
used to check values like this:
val.endsWith("yes") ...
Michael G. made some changes to make the code more robust, to check whether
values were "yes" or "no".
Unfortunately the corresponding changes in DOMConstants.java to get rid of
"explicit:" and "default:" in the
value strings never made it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]