Hello,
I'm trying to write some data to an XML file. What is the best module to write stuff onto an XML file?
I use XML::Simple to read stuff, and it works very well. I'm going to read stuff in using Simple, make some changes, and rewrite it to the same file. I tried XML::Writer but it was rubbish (it writes, but the file is unformatted and hard to read afterwards). Is there a better one out there, or is there a way that XML:Writer can be used to make the XML files at least more readable?
Thanks
I'm trying to write some data to an XML file. What is the best module to write stuff onto an XML file?
I use XML::Simple to read stuff, and it works very well. I'm going to read stuff in using Simple, make some changes, and rewrite it to the same file. I tried XML::Writer but it was rubbish (it writes, but the file is unformatted and hard to read afterwards). Is there a better one out there, or is there a way that XML:Writer can be used to make the XML files at least more readable?
Thanks