tlTableNode
If this is true then no table header, "<table">, will be inserted into the XML
tlOmitHeader
If this is true then no XML Header will be inserted into the XML
Also important to this method are the following properties
o.lincludefoxstructurefromquery
o.nxmlschematype
o.lstoreindexes
o.lincludefoxstructurefromquery = .t.
o.nxmlschematype = 0
o.lstoreindexes = .t.
o.CursorToXML("TRecords",.T.)
The above would
1. Place an XML version of "Trecords" into the property cResultXML
2. Add the foxpro table structure of "Trecords" to the XML in cResultXML
3. Include no schema
4. Add the indexes on the table "Trecords" to the XML in cResultXML
5. Add Table Node