René Jansen's Examples

Hint: if you wish to look at the ooRexx code with syntax highlighting, then you can use the free and open-source editor "[g]vim", which is available for practically all platforms and can be downloaded from its homepage at http://www.vim.org/.
. <directory> (List of this directory)
Display all of this directory's files and directories.
.. <directory> (List of parent directory)
Display all of the parent directory's files and directories.
jdbc.jrexx
Demonstrates how to create a table, insert rows, select rows, dropping a table. This program carries out these actions using JDBC and either a Postgres, a Derby (http://db.apache.org/derby/) or a HSQLDB (http://hsqldb.org/) RDBMS.
xslt.jrexx
A script which uses Java to allow transforming a supplied XML file (first argument) using the supplied XSLT file (second argument), saving the transformed data optionally in the supplied file (third argument).


Rony G. Flatscher, 2010-08-22, Wien/Vienna, Austria, Europe