Hello, _brian_d_foy wrote:
> > how is this different from the similar sounding things already in > XML::*? I feel it is different and useful in a few ways, independence: The package is small and has no external dependencies or requirements. You can therefore easily install it on any host, for instance in the case of a web server to which you only have FTP access - just upload it and begin using the module in your CGIs. simplicity: The API is easy to learn and use. While providing 5 classes in the package and offering XML generation and parsing functionality, users only need to interact with 2 of those classes. portability: All modules are written in pure Perl, ensuring maximum portability. Regards, -- Pat Deegan, http://www.psychogenic.com/
