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
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?>