On Wed, 6 Oct 2004, Mike Miller <[EMAIL PROTECTED]> wrote:

> I know that Ant ships alot of jars as part of the product,

Fortunately it doesn't. 8-)

The only jars Ant ships that are not parts of Ant itself are JAXP APIs
and Xerces-J.  All other jars are results of running Ant on its own
sources.

> so is there some sort of 'standard xml usage' that developers should
> follow? Something like JAXP or Xerces?

JAXP and JAXP only, if possible.

If writing XML is all you need, you might want to use DOMElementWriter
from Ant's util package.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to