Waiting List
There are no players on the waiting list yet. Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play.
[Login to join waiting list]
| A self-contained, simple-to-use XML handler. |
Version 1.00 ·
Date Added: 9/06/08
If you wish to download this library for your Linux/Mac installation, enter the following on your command line:
DreamDownload byond://Popisfizzy.pif_XMLHandler##version=1
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://Popisfizzy.pif_XMLHandler##version=1
|
| |
XML is a human- and computer-readable, mark-up language designed to store information, including designing a hierarchy for that information at arbitrary levels. It stands for "eXtensible Markup Language". To keep it standardized and readable by any program, it has a strict set of rules. XML is general-purpose, and can be used for a variety of specification purposes. This library can be used to handle (i.e. read and write) XML files, for use in games and programs.
For more information, read
Wikipedia.
Release Notes:
- Version 1.0 released September 6, 2008
Thanks goes to
Hulio-G for the awesome hub icon.
#2 Popisfizzy:
IainPeregrine wrote:
> Is there any reason why the xml_child object couldn't be contained as a subnode of the xml_handler object?
Unless I'm forgetting something about my library, probably not. I'll have to look over the code again and see if it can be added (though there may be a way to flag out of it if I could see it breaking other people's already-existing code).
Saturday, June 27, 2009 11:33AM
#1 IainPeregrine:
Is there any reason why the xml_child object couldn't be contained as a subnode of the xml_handler object?
xml_handler/xml_child{
parent_type = /datum
}
Friday, June 26, 2009 10:01PM