neeraj 2003/11/19 04:22:57 Modified: java/docs releases.xml Log: Updating release notes. Revision Changes Path 1.168 +19 -2 xml-xerces/java/docs/releases.xml Index: releases.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- releases.xml 18 Nov 2003 22:28:19 -0000 1.167 +++ releases.xml 19 Nov 2003 12:22:57 -0000 1.168 @@ -37,6 +37,23 @@ </note> <submitter name='Sandy Gao, Elena Litani'/> </update> + + <add> + <note> + Added the support of 'well-formed' feature in DOM. Now application can + check the DOM created in memory or after doing any modifications for well-formedness + as per the XML version of the document by calling Document.normalizeDocument() + </note> + <submitter name='Neeraj Bajaj'/> + </add> + + <update> + <note> + XML 1.1 support in DOM L3. + </note> + <submitter name='K.Venugopal'/> + </update> + <fix> <note> Fixed various bugs related to PSVI. @@ -143,7 +160,7 @@ <note> Fixed various bugs. </note> - <submitter name="Neil Delima, Sandy Gao, Neil Graham, Michael Glavassevich, Elena Litani, Lisa Martin, Peter McCracken, Gareth Reakes"/> + <submitter name="Neil Delima, Sandy Gao, Neil Graham, Michael Glavassevich, Elena Litani, Lisa Martin, Peter McCracken, Gareth Reakes, Neeraj Bajaj, K.Venugopal, Ramesh Mandava, Kohsuke Kawaguchi, Gopal Sharma"/> </fix> </changes> </release>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]