Logo by Nickman (anonymous IP: 3.141.47.163,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
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 |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |