4D v14.3Overview of XML SAX Commands |
||
|
4D v14.3
Overview of XML SAX Commands
Overview of XML SAX Commands
This theme groups together the XML SAX commands of 4D. For general information about XML (overview, character sets, glossary) as well as the differences between the DOM and SAX modes, please refer to the Overview of XML DOM Commands section. The SAX commands work with the standard document references of 4D (DocRef, Time type reference). It is therefore possible to use these commands jointly with the 4D commands used to manage documents, such as SEND PACKET or Append document. Note: Documents read by SAX commands must be opened in read-only mode by the Open document command. This avoids any conflict between 4D and the Xerces library when you open “standard” and XML documents simultaneously. If you execute a SAX parsing command with a document open in read-write mode, an alert message is displayed and parsing is impossible. Closing an XML document must be carried out using the CLOSE DOCUMENT command. If any XML elements were open, they will be closed automatically. |
PROPERTIES
Product: 4D ARTICLE USAGE
4D Language Reference ( 4D v11 SQL Release 6) |