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
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
You can also user Fcreate, Fwrite and Fclose .
wf:=fcreate("text.xml")
fwrite(wf,xmlvar+CRLF)
fclose(wf)