[Previous] [Contents] [Next]


What Is Omnimark LE?


Omnimark LE is the light and free version of Omnimark, which is an event-driven programming language for processing data streams. The current version is 4.01 and is XML enabled.

The Omnimark XML parser is a validating parser that requires a valid XML DTD to process XML documents.

This free version has a limitation that you cannot compile and execute programs that contain more than 200 countable actions in the program source. A countable action is a statement that Omnimark executes.

What counts as a countable action is explained at the following URL: http://www.omnimark.com/develop/omle40/sampcode.html.

Most of the time the free version is perfectly suited for writing small to medium conversions.

If you are running against the countable action limit, consider splitting your script into different parts and running them sequentially or applying the tips and techniques mentioned at http://www.sesha.com/omlette/.

[Previous] [Contents] [Next]