Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (99) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4329
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
RexXMLib is an ARexx procedure library that allows you to write XML
documents with your ARexx script with minimal effort.
RexXMLib is ideal when you for example need to convert data to XML form,
generate XML documents, or to create a multitude of XML data files, like
license keys, algorithmically.
RexXMLib has support for PObjects schema (Amiga XML preferences file)
allowing you to easily create preferences files. All of the PObjects'
data elements are supported:
* object name <key>
* integer number <integer>
* floating point number <double>
* boolean <bool>
* string <string>
* date <date>
* binary <binary>
Integer, floating point, boolean, date, and binary element creation
procedures support fuzzy arguments or they contain special functionality
for your convenience. For example, dates 'YESTERDAY', 'TODAY', and
'TOMORROW' are converted to valid dates automatically, and RexXMLib can
load and encode file content for a binary element when a file name has
been given.
RexXMLib comes with example scripts that show how to create preferences
files, license files, and XML databases.
FEATURES
* Automatic indentation that ensures clean readble XML files
* Supports arbitrary XML element names, attributes, and attribute values
* Support for PObjects schema (Amiga XML preferences file)
* Support for fuzzy PObjects arguments
|