[Previous] [Contents] [Next]


Running Omnimark LE


You run Omnimark from the command line, which takes the following form:

Omle -s script.xom input.xml -of output.htm

Where:

omle invokes the program
The -s parameter refers to the script to use (such as script.xom)
The input file comes next, which in our case is an XML file (such as input.xml)
-of specifies the file toward which output is written (such as output.htm)

[Previous] [Contents] [Next]