
pdbtoxml - Generate an XML description form a Palm PDB

pdbtoxml --format=int,data,time,text --source=./input.pdb --output=./out.xml cat input.pdb | pdbtoxml --format=int,data,time,text --output=./out.xml cat input.pdb | pdbtoxml --format=int,data,time,text > out.xml

A PDB file, an alternative is to use standard input.
The file to write XML description to. An alternative is to use standard output.
The layout of a PDB record which is a list of datatypes seperated by commas. This option is mandatory.
What you are reading now.

This tool generates an XML description starting form a Palm PDB. The datatypes supported are especially targetted to NSBasic (http://www.nsbasic.com), but can be used with any other PalmOS dev. language. The only drawback is that every record in the database needs to have the same layout.

Johan Van den Brande <johan@vandenbrande.com>

This is free software, distributed underthe same terms as Perl itself.