Home
TeamSite
The <inline> subelement
Strider
Gidday all,
We are using a windows 2000 server.
When using the <inline> subelement to call a perl script I use.
<inline command="pathTo/perl pathTo/script.ipl">
what do you put when calling just a static xml doc.
previously I did it on a unix server and I put
<inline command="/usr/bin/cat pathTo/component.xml">
what do I put in place of /usr/bin/cat when running this on a windows 200 server.
Thanks
Any help appreciated.
Colin
Find more posts tagged with
Comments
Johnny
'type' is the equivelant to 'cat' on windows.
You will have to test it out yourself thoug.
I wouldnt know off the top of my head if it will work through the dct.
You can always download the gnu tools (a set of exe files of the most common unix commands) or install cygwin if there isnt an alternative on windows itself.
John Cuiuli
gzevin
type will work.
however, it is useful to write a perl script that reads a text file and produces, a <substitution> file on the fly
I am sure you know that, John
Greg Zevin, Ph.D. Comp. Sc.
Independent Interwoven Consultant/Architect
Sydney, AU
Johnny
yes yes, there is always a million ways to do things.
Thats the **** problem!!
John Cuiuli