It is possible to generate XML code with the function MEMOWR

Post Reply
Vladimir Zorrilla
Posts: 225
Joined: Tue Feb 28, 2006 4:25 pm
Location: PERU

It is possible to generate XML code with the function MEMOWR

Post by Vladimir Zorrilla »

Friends
It is possible to generate XML code with the function MEMOWRIT

Here are the files e XSD and xml

http://www.clipper.net16.net/vea.html

Thanks
ME INTERESA FW Y XHB POR SER OPEN SOURCE
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

Re: It is possible to generate XML code with the function MEMOWR

Post by Jack »

You can also user Fcreate, Fwrite and Fclose .
wf:=fcreate("text.xml")
fwrite(wf,xmlvar+CRLF)
fclose(wf)
Post Reply