Innovation Award
 August 2008
Winner |
Sometimes you need create a scripting language to control a complex application.
Creating a language from scratch is hard because you need to develop an engine that is able to parse and process the language commands.
XML is a format that is easy to parse, and so it can be used as an alternative to create new file formats or languages that are easy to parse.
This class implements a scripting engine using XML based source code. The scripting engine can be extended with new commands that are processed by new custom PHP classes.
Manuel Lemos |
This package can be used to interpret scripts defined as XML documents.
It can parse XML documents and execute commands by calling functions of implementation classes.
The classes that will handle each XML document tag are defined by separate configuration files.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.