sandygao 2002/08/26 11:33:28
Modified: java/docs releases.xml
Log:
Updating the release documentation.
Revision Changes Path
1.131 +50 -2 xml-xerces/java/docs/releases.xml
Index: releases.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- releases.xml 26 Aug 2002 14:52:12 -0000 1.130
+++ releases.xml 26 Aug 2002 18:33:28 -0000 1.131
@@ -7,17 +7,65 @@
TBD
</desc>
<changes>
- <update>
+ <add>
+ <note>Store PSVI in DOM tree: when the new DOM document is used,
+ element/attribute nodes can be casted to Element/AttributePSVI
+ interfaces to retrieve PSVI properties.
+ </note>
+ <submitter name='Sandy Gao'/>
+ </add>
+ <add>
+ <note>Provided a way to convert preparsed schema grammars to XSModels.
+ </note>
+ <submitter name='Sandy Gao'/>
+ </add>
+ <update>
<note>
Message localization changes.
</note>
<submitter name='Sandy Gao, Neil Graham, Elena Litani, Lisa Martin'/>
</update>
+ <update>
+ <note>Send all element PSVI properties on endElement calls, so that
+ the application doesn't need to stack them when startElement
+ is called.
+ </note>
+ <submitter name='Sandy Gao'/>
+ </update>
+ <update>
+ <note>Made it possible to build a Schema Datatype jar file. Now it
+ can be used as a standalone data type library.
+ </note>
+ <submitter name='Sandy Gao'/>
+ </update>
+ <update>
+ <note>Performance update: avoid using exceptions to determine whether
+ an array needs to be resized.
+ </note>
+ <submitter name='Henry Zongaro, Sandy Gao'/>
+ </update>
+ <update>
+ <note>Performance update: avoid adding the commonly used XML symbols
+ to the symbol table again and again.
+ </note>
+ <submitter name='Sandy Gao'/>
+ </update>
+ <update>
+ <note>Performance update: improve scanning speed by skipping end tag
+ names and using proper input buffer size.
+ </note>
+ <submitter name='Neeraj Bajaj, Sandy Gao'/>
+ </update>
<fix>
<note>Applied fixes to Xerces's regular expression suport to address
a number of bugs reported by users.
</note>
<submitter name="Kent Tamura, Neil Graham"/>
+ </fix>
+ <fix>
+ <note>General bug fixes.
+ </note>
+ <submitter name="Elena Litani, Neil Graham, Lisa Martin, Sandy Gao"/>
</fix>
</changes>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]