1. help for using the command

first, i've to say that i'm french, so if my english is not very well, i'm
sorry.

So, i've got a big problem. I want to use, in my euphoria program, 
the MSDOS command to use the XSLTPROC function. 
For explanation, XSLTPROC allows you to transform xml code on html code.
But XSLTPROC returns the code generated in html, and i don't know how Euphoria's
function i had to use for that.

I'll show you an exemple : 
In my program, i want to call 
"XSLTPROC --param name_dir "'my_name_dir'" ... "
in the cmd, but i don't know how to do for get back the html code.

So please help me...
thank you

new topic     » topic index » view message » categorize

2. Re: help for using the command

You may use system() to invoke XSLTPROC from the command line.
Also, XSLTPROC has an option "-o" (--output file) to redirect output to a file.
Please see http://xmlsoft.org/XSLT/xsltproc.html

JG

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu