Thanks for the stringreader tip.
Where can I find better Java docs

-----Original Message-----
From: Matthew Lancashire [mailto:[EMAIL PROTECTED]
Sent: 10 Feb 2003 15:26
To: [EMAIL PROTECTED]
Subject: RE: File not found error


I just read more of the example on the cvs site and it seems that I cannot
have anything other than a source of type file.

I wish I had read that bitearlier as I need to have source of type streamed
xml


-----Original Message-----
From: Fabrizio Tringali [mailto:[EMAIL PROTECTED]
Sent: 10 Feb 2003 13:59
To: [EMAIL PROTECTED]
Subject: Re: File not found error


this for me works

String xsltSystemId = "file:///C:/m1/Project1/someFile.xsl";
Transformer transformer = factory.newTransformer(new
StreamSource(xsltSystemId));

bye


From: "Matthew Lancashire" <[EMAIL PROTECTED]>


> I get a file not found error when I do the .transform
>
>
> javax.xml.transform.TransformerException: java.io.FileNotFoundException:
> C:\m1\Project1\< (The filename, directory name, or volume label syntax is
> incorrect)
>         at
>
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:
> 686)
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to