I'm new to both AutoIt and somewhat new to XML. I've got a client/server type application that talks via sockets using XML, but doesn't require an actual file. (think web services) I can parse the XML using the xmlLoadXml to load the XML from a string, but I also need something like an xmlUNloadXML function to return it back to a string before returning my response. Again, I don't want to have to build an actual xml file, just return a string.
Thanks in advance.