Library for creating XML files with ARexx

3 posts / 0 new
Last post
jap
jap's picture
Offline
Last seen: 1 month 2 weeks ago
Joined: 2011-06-04 05:53
Library for creating XML files with ARexx

Hello,

I've uploaded RexXMLib to OS4Depot. RexXMLib is a procedure library that allows you to write XML files using ARexx. Three example scripts are included showing how to use library functions.

The library has 7 basic functions for creating XML files:

  • XML_BeginChild
  • XML_Comment
  • XML_Declaration
  • XML_DocTypeDeclaration
  • XML_Element
  • XML_EndChild
  • XML_Init

The rest 9 functions, PObjects schema functions, are just for making it easy to create PObjects files.

I can add other XML schema functions (for bookmarks, music playlist, etc. XML schemas) if they are needed.

jabirulo
jabirulo's picture
Offline
Last seen: 14 hours 5 min ago
Joined: 2013-05-30 00:53
Re: Library for creating XML files with ARexx

Downloaded and tested examples, looks quite impressive man!!! Good job

AOS4.1/SAM460ex/PPC460EX-1155MHZ/2048MB/RadeonHD6570/SSD120GB/DVDRW :-P

jap
jap's picture
Offline
Last seen: 1 month 2 weeks ago
Joined: 2011-06-04 05:53
Re: Library for creating XML files with ARexx

Thanks! :)

Log in or register to post comments