This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: using XT to process Web resources


 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@mulberrytech.com
[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Richard Lander
Sent: Monday, February 21, 2000 6:46 PM
To: xsl-list@mulberrytech.com
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]