Re: How to set the XSLT task XML parser to non-validating

2003-09-23 Thread Matt MacDonald
ay, September 23, 2003 5:40 PM To: Ant Users List Subject: Re: How to set the XSLT task XML parser to non-validating Could you elaborate a little? I thought could only be used for PUBLIC identifier's. -matt [EMAIL PROTECTED] wrote: Have you tried extracting the DTD from the jar and

Re: How to set the XSLT task XML parser to non-validating

2003-09-23 Thread J.Pietschmann
Matt MacDonald wrote: Notice the URI: 'jar://resources/psdp.dtd' When I try to use the ant:xslt task to apply a stylesheet to this XML document I get the following error: Fatal Error! java.net.MalformedURLException: no !/ in spec Cause: java.net.MalformedURLException: no !/ in spec I know the