RE: using XT to process Web resources

Subject: RE: using XT to process Web resources
From: "Richard Lander" <rlander@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 21 Feb 2000 22:21:22 -0500
 Hello,

I have heard through the grapevine that Saxon supports a solution that fits
my requirements. The '-u' in the following example apparently fits the bill:

java com.icl.saxon.StyleSheet -u http://host/path/source.xml
http://host/path/style.xsl

Does anyone know of an XT equivalent?

I have since used the document() function successfully, but it would like to
use a '-u' type feature in XT if possible.

Thanks again,

Richard


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Richard Lander
Sent: Monday, February 21, 2000 6:46 PM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: using XT to process Web resources


 Hello,

I am trying to setup a system whereby I run transformations on
web-accessible XML documents. I tried to use XT to run local transforms on
remote content, but could not do so, because XT does not seem to recognize
http:// content on the commandline, unless I am doing something wrong.

I tried something like:

xt http://server.com/dir/file.xml localdir/trans.xsl localfile.xml

XT responded that it could not find my input file, and that it was looking
for

localdir/http://remote_adrress

Might I adjust my system slightly so that I rely on the document function to
full in remote content?

Thanks,

Richard




--

Richard Lander
relander at uwaterloo.ca
http://pdbeam.uwaterloo.ca/~rlander/


Professional XML Authoring
http://www.online-learning.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread