XMLi
Easy XML generation in ILE RPG
A suite of service programs which enable the easy generation of XML or HTML from within RPG.
XMLi1 enables the building of XML within RPG using procedure calls. Data can be written to your program variables or pointers.
XMLi2 provides an XML-based scripting language that makes XML generation easy. Simply write a template of your desired XML/HTML and use imbedded SQL queries to build your data. Pass parameters to the template from your RPG to be used in your SQL queries. Conditional logic...