This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
SAX CLOSE XML ELEMENT
|
SAX CLOSE XML ELEMENT ( document ) | ||||||||
Parameter | Type | Description | ||||||
document | DocRef |
![]() |
Reference of open document | |||||
The SAX CLOSE XML ELEMENT command writes the statements necessary for closing the last element opened using the SAX OPEN XML ELEMENT command in the XML document referenced by document
The use of this command is optional. In fact, 4D will automatically add the necessary end tags for any unclosed elements when XML documents are closed.
If the last element opened is <Book>, the following statement:
SAX CLOSE XML ELEMENT($DocRef)
... will write the following line in the document:
</Book>
Product: 4D
Theme: XML SAX
Number:
854
Created: 4D 2004
4D Language Reference ( 4D v20 R7)