Re: Dynamic evaluatino of XPath expression - should java:evaluate() work?
Martin Klang <[email protected]> Fri, 20 Apr 2007 18:45:46 +0200
| Newsgroups | gmane.text.xml.o-xml |
|---|---|
| Message-ID | <[email protected]> |
Eric,
try something like
<o:set file="io:File("output.xml")"/>
<o:do select="$file.write($output)"/>
<o:set program="Program($file.path())"/>
<o:set result="$program.run()"/>
you can also set program parameters before running it with
<o:do select="$program.parameter($name, $value)"/>
hth,
/m
On 18 Apr 2007, at 19:57, Hilfer, Eric wrote:
> I'll try writing a second program file dynamically. Could you
> remind me
> how to invoke a program that is in another file?
>
> Thanks,
> Eric