Re: Disable DTD validation

2012-02-05 Thread Andy Stevens
You need to supply a catalog entry to map the system uri to a local copy. Can't remember the details offhand, but I'm pretty sure the task's configuration allows for this. Or it might be a separate xml catalog task. Check the docs. Andy On 6 Feb 2012 05:41, "Soni, Ashish IN BLR SISL" wrote: > He

Disable DTD validation

2012-02-05 Thread Soni, Ashish IN BLR SISL
Hello all! I have a XML document with section: http://cobertura.sourceforge.net/xml/coverage-04.dtd";> (XML coverage report of cobertura) When I try process this document with task, it fails with ConnectException. How can I prevent XSLT processor from validating of XML document? Or may be fr

Re: Create custom datatype programmatically

2012-02-05 Thread Mansour Al Akeel
I use the name space "current" as in the example I read. However adding the namespace to the argument of createDataType, worked as expected. Thank you Stefan. On Sun, Feb 5, 2012 at 12:17 AM, Stefan Bodewig wrote: > On 2012-02-04, Mansour Al Akeel wrote: > > > In the class org.apache.tools.ant