On Wednesday 15 December 2004 22:59, [EMAIL PROTECTED] wrote: > Any thoughts on how I can structure my data so that I get the XML I'm > looking for? �Or is the answer to just use the as_xml option and have > XML::Simple do the work for me?
I can't comment on the specifics of the TaglibHelper or XML::Simple, but many of us has found that its output can be somewhat unpredictable. I think most have used it at some point, but moved on to other generators. I started with XML::Simple, moved on to XML::Writer before I figured I might as well use XML::LibXML directly, since that is allready one of AxKit's requirements. So, I think you may want to consider moving on allready. You may want to have a look at XML::Smart instead, which you'll find on CPAN, it is being used by many. You could also look at XML::Generator::PerlData. Probably overkill, but then, you can never have too much overkill... ;-) Cheers, Kjetil -- Kjetil Kjernsmo Astrophysicist/IT Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Homepage: http://www.kjetil.kjernsmo.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
