I'm beginning my studies of XML and am looking for a Perl module(s) that allows me to be able to dynamically generate the XML along with any data and display it on the fly, as I now do with HTML. What I've seen so far seems to require writing the XML and associated data to an external file - an additional step I'd rather not have to do.
If i try to simply write the XML in print statements, the browser parsers can't seem to interpret it correctly, presumably because the "<xml ..." is not the very first line in the Perl program. Any leads as to which modules would be best will be greatly appreciated. Joe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]