Re: XML File Creation by AtoutFox
AtoutFox
Sat Jul 19 07:03:18 CDT 2008
Hello,
if you have VFP9 and want to create XML from ONE table have a look at
CURSORTOXML function (XMLTOCURSOR to reverse the operation)
if you have more than one table involved, you will need a parser and can
create your own with TEXTMERGE ENDTEXTMERGE function
or
Use XMLDOM (MSXML4)
Hope that will help
François
"Bankim Desai" <BankimDesai@discussions.microsoft.com> a écrit dans le
message de groupe de discussion :
35071738-5406-4EA1-BAB0-CE8EDA5D4388@microsoft.com...
> Sir,
>
> I am new to VFP & want to create the XML file from data available as same
> is
> required for import purpose in the standard software.
>
> I can create the standard text file with ? & ?? command or with @prow(),
> pcol() command with using the alternate or set devi to filename method.
>
> But does not know anything about xml.
>
> what is XML & how can i create the file in xml from table.
>