ProLinga-4GL Reference Manual |
---|
XmlDocument — Holds XML documents.
XmlDocument holds the name of a XML buffer which can be parsed, processed and written with the XML logic command. Future releases should provide a mechanism to so store actual XML documents as well in the repository.
Table 30. XmlDocument Object Properties
Name | Details | Possible Values | Default Value |
---|---|---|---|
RootElementName | The name of the root element. | * | - |
Description | Description to be used in lists. | * | - |
DetailDescription | Detailed description. | * | - |
Modified | Modification date-time stamp in ISO 8601 format. | ccyy-mm-dd Thh:mm:ss | date stamp |
<Object Application="MyOrder" Type="XmlDocument" Name="OrderFormat"> <XmlDocument> <RootElementName>MyOrderFormat<RootElementName> <Description>example orderformat</Description> <DetailDescription>Example of orderformat</DetailDescription> <Modified>2007-11-12T09:58:00</Modified> </XmlDocument> </Object>
<< VariableGroup Object | Error and Status >> |