On Sat, 16 Feb 2002, Jonathan Locke <[EMAIL PROTECTED]> wrote: >> For example, how do you manage importing external documents? > > i don't think this *should* come up, as we're only replacing the SAX > level of DOM.
The only way to include documents in current Ant is to use external entities. Ant helps the parser by providing an EntityResolver. Expanding them gets done by the parser, so your parser would need similar capabilities. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>