By default wwXML creates XML output that does not contain data or object structure information. The data structure information includes type information that allows objects and cursors to be re-created on the client side of the XML connection. When this value is .T. the export methods create a DTD.
o.nCreateDataStructure
Default Value
0 - None
1- Schema
2 - DTD
Remarks
DTDs and Schemas are currently only created for cursors and flat objects, but not for hierarchical objects.
Note: Schemas are embedded into the XML document. With the MSXML.DLL parser you need the MSXML3 parser to actually accept this internal schema. In older versions of the browser the schema is not applied explicitly although you can manually parse it.
See also:
Class wwXML (High Level Methods)© West Wind Technologies, 2023 • Updated: 09/12/00
Comment or report problem with topic