Question: I have received an export specification from a customer who wants to send a file to their customer in an XML format.
Since XML is text, I looked at it in notepad. The start of the file is below. <?xml version="1.0" ?> <?mso-application progid="Excel.Sheet"?> - <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40"> - <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"> <LastAuthor>Joules Clothing</LastAuthor> <LastPrinted>2007-06-11T08:04:27Z</LastPrinted> <Created>2007-02-15T13:22:45Z</Created> <LastSaved>2007-06-11T09:48:39Z</LastSaved> <Version>11.8132</Version> </DocumentProperties> It continues from there for another 410KBytes! What do I need to take the output of a cursor and change it into this? TIA, Mike -------------------------------------------------------------------- This mail sent through WebMail | Courtesy of Execulink _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

