|
for those interested, here are two more XML tools that can be used as ant tasks :
- o:XML (http://www.o-xml.org) object-oriented programming language with XML syntax.
- TagBox (http://sourceforge.net/projects/tagbox) extensible 'active' XML tags that facilitate access to db's and other sources of data.
They both focus on generating and processing XML rather than validation or presentation/transformation. The combination of one or both of these tools together with Schema validation and/or XSLT can be very powerful in a web publishing or content creation / content managment system.
|