OS4 DepotLogo by DBAlex 
(anonymous IP: 3.129.247.196,0) 
 HomeRecentStatsSearchMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (595)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4364

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Development » Library » Misc » rexxmlib.lha

RexXMLib

Description: ARexx XML procedure library
Download: rexxmlib.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 188kb
Version: 1.1
Date: 20 Jun 22
Author: Janne Peraaho
Submitter: Janne Peraaho
Homepage: http://www.janne.peraaho.kapsuuli.net/
Category: development/library/misc
License: BSD
Distribute: yes
Min OS Version: 4.1
FileID: 12122
 
Snapshots:
 
Comments: 0
Snapshots: 4
Videos: 0
Downloads:  (Current version)
 (Accumulated)

[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 
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 (c) 2004-2024 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment