[haXe] XML File generation

Nicolas Cannasse ncannasse at motion-twin.com
Wed Jan 3 16:23:45 CET 2007


> Hi list,
> 
> I've been seaching if it's possible to generate an xml file from a
> string with haXe, and I didn't find anything in the tutorials and
> searching through the API is not easy, because is not always obvious to
> know what a function do or where to search in the first place. Any help
> would be welcome.

If you are in Flash, you can't save a file on the drive.
If you are in Neko, you can use  neko.io.File.create to create a file,
then write the string inside it, then close the file.

Nicolas



More information about the Haxe mailing list