>On Jan 28, 2008 10:37 AM, Paul Newton <[EMAIL PROTECTED]> wrote:
> > I have been asked to produce a single XML file containing invoice header > > and line details and have been given a schema to work with. > > > > Is it possible to create a single cursor containing the required > > information from the header and detail tables and then use CURSORTOXML ? If you've got VFP 8 or later, you'll want to use the XMLAdapter class, not the CURSORTOXML() function. Someone already posted one web page that has sample code At 11:17 AM 1/28/2008 -0600, Stephen Russell wrote: >Do you have to combine both "tables", header and line items, into the same >xml document? If so you are going to have to roll your own. Steve, why don't you forego answering any VFP related questions. You've admitted you don't have anything later than VFP7 on your computer. So why give incorrect and out-of-date advice on something you supposedly care nothing about? -Charlie _______________________________________________ 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.

