CLAVIER Remi RD-CORE-LAN wrote:
> How to force an XSLT transformation
> <xslt .../>
> To ignore a DTD declared inside the input XML file ?
It would be the XML parser that would need to ignore it. You most likely
want to use a catalog resolver to set up a local version of the dtd.
http://ant.apache.org/manual/CoreTypes/xmlcatalog.html
best,
-Rob
>
> Thank's for HELP
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|