4D v14.3SAX OPEN XML ELEMENT ARRAYS |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
SAX OPEN XML ELEMENT ARRAYS
SAX OPEN XML ELEMENT ARRAYS
The SAX OPEN XML ELEMENT ARRAYS command is used to add a new element in the XML document whose reference is passed in document as well as, optionally, attributes and their values in the form of arrays. Except for the support of arrays (see below), this command is identical to SAX OPEN XML ELEMENT. Please refer to the description of this command for more information about its operation. SAX OPEN XML ELEMENT ARRAYS accepts arrays of the date, number, Boolean and picture type as attribValuesArray parameter(s). 4D automatically carries out the necessary conversions; you can configure these conversions using the XML SET OPTIONS command. Optionally, the SAX OPEN XML ELEMENT ARRAYS command can be used to pass pairs of attributes and attribute values in the form of arrays in the attribNamesArray and attribValuesArray parameters. The arrays must have been created previously and operate in attribute/attribute value pairs. You can pass as many pairs of arrays, and as many items in each pair, as you want. The following method:
ARRAY STRING(80;tAttrNames;2) ... will write in the document: <Book Font="Arial" Style="Bold"> |
PROPERTIES
Product: 4D
HISTORY
Created: 4D 2004 SEE ALSO
SAX CLOSE XML ELEMENT ARTICLE USAGE
4D Language Reference ( 4D v12.4) Inherited from : SAX OPEN XML ELEMENT ARRAYS ( 4D v11 SQL Release 6) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||