I found some examples, and also the Writer module,
http://search.cpan.org/~josephw/XML-Writer-0.604/Writer.pmI need to make an import file for a windows program, the file needs to have
<?xml version="1.0" encoding="utf-16"?> also it needs the correct encoding "UCS2-Little Endian"
Could someone please give me details on how to add that.
Here is example xml:
<note>
<to>Mark</to>
<from>Jen</from>
<heading>Reminder</heading
>
<body>Don't forget me this weekend!</body>
</note>
Start Free Trial