Changes to XPP3
2003-02- (XPP3_1_1_3)
2003-03-09 (XPP3_1_1_2a)
- fixed bug in MXParser that make it report comment/PI as
element content from next() if comment or PI was directly after start tag
- implemented optional formatting properties for XmlSerializer to
allow pretty printing of XML output
(indent, new lines, quotation character used for attribute values)
for details see RFE
- fixed bug in MXParser.processPI that prevented it from
propertly reporting processing instruction that had just target,
example
<?target?>
- updated XmlPullWrapper to have methods to extract PI target and data
and added junit tests
2002-10-06 (XPP3_1_1_2)
- fixed ROUNDTRIP bug reported by Pace Jim that made MXP1 to report instead of
start tag (getText()) just attribute value whn value contained entity reference
(and PC was generated)
- rewritten CDATA handling to do normalization when combined as TEXT by next()
- fixed bug in nextImpl() that kept pointer to pos with using
bufAbsoluteOffset resulting in corruption of output (reported by M?ns af
Klercker)
2002-08-27 (XPP3_1_1_1)
- implements XmlPull API 1.1.1 including XmlSerializer, updated samples
and tests (inluding tests described in XML)
- better diagnostic messages
- fixed bug in CDSECT parsing that ignored CDATA content if CDEXT was directly after tag ...
- fixed bug with character entities that were using hex digits.
2002-04-24 (XPP3_1_0_8a)
- fixed bug with parsing attribute value if & is first character
2002-04-24 (XPP3_1_0_8)
- mainly support for correct depth of END_TAG - the same as START_TAG
- MXP
is now fully integrated with XPP3 for better or worse ...
2002-04-23 (XPP3_MXP1_BETA3)
- internal release only: tracking progress of XMLPULL API changes
2002-04-21 (XPP3_MXP1_BETA2)
- fixed bug in namespace handling for empty elements
(did not unwind namespace stack) reported by Toivo Lainevool
2002-04-16 (XPP3_MXP1_BETA1)
2002-04-07 (XPP3_1_0_7_1)
- reorganized build structure to include XMLPULL API, samples, and tests
source to make it easier for users to build and use XPP3; jar file will include
now XMLPULL API as well
- removed Xpp3Factory and now parser class i directly
created by XmlPullParserFactory
- updated to
XMLPULL API
version 1.0.7.1
2002-04-07 (XPP3_1_0_7)
2002-04-06 (XPP3_1_0_6)
- updated to XMLPULL API version 1.0.6
2002-03-30 (XPP3_1_0_5)
- first official release (passes all XMLPULL 1.0.5 API TESTS)
2002-03-25
Aleksander Slominski