Subject: RE: Opening a document on a server
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 15 Jun 2005 22:42:20 +0100
|
Could you share how you solved it, because last time I tried I couldn't get
the Java URL mechanism to connect to a remote file by means of a UNC
filename, and the question does come up quite often.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: JBryant@xxxxxxxxx [mailto:JBryant@xxxxxxxxx]
> Sent: 15 June 2005 22:11
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: Opening a document on a server
>
> Never mind.
>
> There must be some law of the universe that once you've asked
> for help on
> a public mailing list, you'll find the problem that was making your
> solution not work.
>
> Thanks to anyone who posts a response to my query. I
> appreciate the time
> you spent doing it, even though I have now figured out my issue.
>
> Jay Bryant
> Bryant Communication Services
> (presently consulting at Synergistic Solution Technolgies)
>
>
>
>
> JBryant@xxxxxxxxx
> 06/15/2005 04:04 PM
> Please respond to
> xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>
>
> To
> xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> cc
>
> Subject
> Opening a document on a server
>
>
>
>
>
>
> Hi, all,
>
> I need to open a file on a server from within my stylesheet.
> Suppose the
> server is named Oscar and has a directory named Felix.
>
> document('file:////Oscar/Felix/myfile.xml')
>
> did not work (though some web surfing for ways to do this had made me
> think it would).
>
> Anyone know how to open that file from inside my stylesheet?
>
> I am using Saxon 8.4.
>
> Thanks.
>
> Jay Bryant
> Bryant Communication Services
> (presently consulting at Synergistic Solution Technologies)
|