The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

xmltopdb - Generate a Palm PDB from and XML description

SYNOPSIS

 xmltopdb --source=./input.xml --output=./out.pdb

 cat input.xml | xmltopdb --output=./out.pdb

 cat input.xml | xmltopdb > out.pdb

OPTIONS

--source

XML description of the PDB. An alternative is to use standard input.

--output

The PDB file to write to. An alternative is to use standard output.

--verbose

Print the structure of the XML description as we go.

--help

What you are reading now.

DESCRIPTION

This tool generates a Palm database from an XML desription. The format of the XML description can be found in XML::Handler::Pdb. The datatypes in the PDB are modeled for NSBasic, but you can use any other IDE on the Palm to write apps that use xmltopdb for PDB creation.

AUTHOR

Johan Van den Brande <johan@vandenbrande.com>

LICENSE

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