XSL source

2003-02-18 Thread Matthew Lancashire
Can you pass a file as a URL I am currently using the command below Source xsltSrc = new StreamSource(new File(xslt)); Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552

Re: XSL source

2003-02-18 Thread Oleg Tkachenko
Matthew Lancashire wrote: Can you pass a file as a URL I am currently using the command below Source xsltSrc = new StreamSource(new File(xslt)); Yes, you can, see http://java.sun.com/j2se/1.4/docs/api/javax/xml/transform/stream/StreamSource.html#StreamSource(java.lang.String) -- Oleg

RE: XSL source

2003-02-18 Thread Matthew Lancashire
Thankyou very much Oleg -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: 18 Feb 2003 15:11 To: [EMAIL PROTECTED] Subject: Re: XSL source Matthew Lancashire wrote: Can you pass a file as a URL I am currently using the command below Source xsltSrc