4D v14.3SAX OPEN XML ELEMENT |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
SAX OPEN XML ELEMENT
SAX OPEN XML ELEMENT
The SAX OPEN XML ELEMENT command adds a new element in the XML document referenced by document as well as, optionally, attributes and their values. The added element is “open” in the document (the end tag is not added). To close an element created using this command, you must either:
In tag, pass the name of the element to be created. This name may only contain letters, numbers and the characters “.”, “-“,”_” and “:”. If an invalid character is passed in tag, an error will be generated. Optionally, the command can pass one or more attribute/value pairs (in the form of variables, fields or literal values) using the attribName and attribValue parameters. You can pass as many attribute/value pairs as you want. The following statement: vElement:="Book" ... writes the following line in the document: <Book If an invalid character is passed in tag, an error is generated. |
PROPERTIES
Product: 4D
HISTORY
Created: 4D 2004 SEE ALSO
SAX CLOSE XML ELEMENT ARTICLE USAGE
4D Language Reference ( 4D v11 SQL Release 6) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||