2006-11-03 (XPP3_1_1_4b): updated SAX2 driver addon with a bug fix
backward incompatible change: XmlElement will not accept null children
(null can not be passed to addChild/addElement)
2006-10-23 (XPP3_1_1_4): fixed fixed Bug 201: NullPointerException in MXParserCachingStrings - calling defineEntityReplacementText now works before calling setInput
2006-10-22 (XPP3_1_1_4): fixed Bug 245: Serializer may write endTag unmatching startTag
2006-10-22: fixed XmlPull SAX2 driver not sending correct qname (rawName) in startElement() callback
2006-10-22: fixed Bug 246: DOM2XmlPullBuilder not handling default namespaces
2006-04-30 (XPP3_1_1_3__8): added equals to XmlAttributeImpl
Reversed changes made in bug 135: implement DETECT ENCODING feature as for some types of input streams (URLConnection ...) it is not possible to do more than once new InputStreamReader(inputStream) as it somehow detects it and closes underlying input stream (b.....d!)
In future one will need better low level byte-by-byte reading of prolog and then doing InputStream ...
TODO: as part of XB1 adaptation to JDK 1.5 it is now using Iterable/SimpleIteraor (local stubs) instead of Iterator
XB1: API generally can take now QName in places where (XmlNamespace, prefix) is used
2004-4-15: added interface XmlContained as an abstraction for XML Infoset items that are contained inside other items
2004-4-15: backward incompatible change: XmlCharacters is now XmlContained and getParent() returns XmlContainer instead of XmlElement (JDK15 can use covariant return types but not JDK 1.4 ...)
target="1.1"
for parser/serializer related targets
to make sure that compiled code can work with JDK 1.1
(as described in ANT Javac Task documentation: (...)
Generate class files for specific VM version (e.g., 1.1 or 1.2).
Note that the default value depends on the JVM that is running Ant.
In particular, if you use JDK 1.4 the generated classes will not be usable for a 1.1 Java VM unless
you explicitly set this attribute to the value 1.1 (which is the default value for JDK 1.1 to 1.3).
<?target?>