CVS Update: xmlpull-api-v1/doc
Aleksander Andrzej Slominski <[email protected]>
| Newsgroups | gmane.text.xml.xmlpull.devel |
|---|---|
| Message-ID | <[email protected]> |
aslom 02/10/16 15:31:18
Modified: doc changes.html
Log:
updated list of changes
Revision Changes Path
1.41 +14 -14 xmlpull-api-v1/doc/changes.html
Index: changes.html
===================================================================
RCS file: /l/extreme/cvspub/xmlpull-api-v1/doc/changes.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -t -w -r1.40 -r1.41
--- changes.html 2002/10/15 16:06:44 1.40
+++ changes.html 2002/10/16 20:31:17 1.41
@@ -16,20 +16,11 @@
<h3>IN PROGRESS INTERIM RELEASE: </h3>
-<h3><a name="XMLPULL_1_1_2"></a>2002-10- (XMLPULL_1_1_2)</h3>
+<h3><a name="XMLPULL_1_1_2"></a>2002-10-16 (XMLPULL_1_1_2)</h3>
<ul>
-<li>j2me compatibility issue fixed: chnaged to use <tt>instanceof</tt>
-instead.class in XmlPullParserFactory
-
-<li>added to XmlSerialzier three new utility methods:
-getDepth(), getName(), and getNamespace()
-to allows intelligent closing of serialized output for example
-when writing error/fault information into serialized XML stream
-from inside exception handler
-
<li><b>NOTE:</b> <b>potentially backward incompatible change to nextToken</b>():
XMLDecl (<?xml ... ?>) will no longer be reported as PROCESSING_INSTRUCTION
but instead content of XMLDecl is made available as set of properties
@@ -38,11 +29,20 @@
and
<a href="http://xmlpull.org/v1/doc/features.html#xmldecl-content">XMLDECL CONTENT</a>.
+<li>J2ME compatibility issue fixed: changed to use <tt>instanceof</tt> instead
+of class in XmlPullParserFactory
+
+<li>added to XmlSerializer three new utility methods:
+getDepth(), getName(), and getNamespace()
+to allows intelligent closing of serialized output for example
+when writing error/fault information into serialized XML stream
+from inside exception handler
+
<li>changed tests to reflect changed handling of XMLDecl
and added tests to check for optional XMLDecl properties
-<li>XmlSeriaizer is now required ot throw exception when user tries to
-write startTag() in default namespace ("") and default namesapce is bound
+<li>XmlSerializer is now required to throw exception when user tries to
+write startTag() in default namespace ("") and default namespace is bound
to non-empty string, added test to check for it
<li>added patch by Holger Krug to SAX2 Driver to allow modification in sub classes
@@ -55,7 +55,7 @@
<li>more tests to check for CDATA end-of-line normalization
<li>changed tests to require support for ROUNDTRIP==false
-and additional checks for EOL nomralization of tokens
+and additional checks for EOL normalization of tokens
</ul>