Good morning
Is there a class that allows to convert data to xsd format ?
If anyone has a sample to share,
Thank you
Richard
Good morning
Is there a class that allows to convert data to xsd format ?
If anyone has a sample to share,
Thank you
Richard
can you post a sample of this file type please
James
I did not mean data (my mistake) but structure, i wondered if there was a utility.
It is ok i generated the xsd file , it was urgent for me.
The xml file was adapted accordingly.
Regards
Richard
Richard,
Hi. I think it wouldn't be too complicated to create any xsd from a dbf structure using TXmlDocument() class. It will allow you to create just about any indented style tagged document. Take a look at TXmldocument() and TxmlNode() classes from the xharbour documentation. On one of the samples, they show how to export a .dbf structure to xml -and I don't think it would take much of a stretch to write xsd compatible document instead.
Reinaldo.