[
Lists Home |
Date Index |
Thread Index
]
hi,
updated 1.0.8 version of XMLPULL API (and compatibility
tests) is available for download with following changes
to improve functionality and compatibility with XML info set
(added new functions) and one function (readText) replaced
by better version (called nextText) that has no ambiguity about
handling white spaces and is doing better job of checking for errors:.
* added new functions:
getAttributeType(index)
isAttributeDefault(index)
setInput(InputStream is, String inputEncoding)
getInputEncoding()
nextText()
nextTag()
* readText() function was removed, use nextText() instead
* procedure require() is changed - no longer will skip white space content
for details please see list of changes at:
http://www.xmlpull.org/v1/doc/changes.html#XMLPULL_1_0_8
the latest versions of kXML2 and XPP3/MXP passes the latest
compatibility tests and are available at locations specified at:
http://www.xmlpull.org/impls.shtml
thanks,
alek
|