4D v13.4SAX ADD PROCESSING INSTRUCTION |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
SAX ADD PROCESSING INSTRUCTION
SAX ADD PROCESSING INSTRUCTION
In the XML document referenced by document, the SAX ADD PROCESSING INSTRUCTION command adds an XML processing statement. A processing statement lets you indicate the application type and when necessary any additional parameters allowing you to process an unparsable external entity. The command formats the data of the statement in conformity with XML. However, the statements themselves are not parsed and it is up to the developer to make sure that they are valid. The following code: vtInstruct:="xml-stylesheet type="+Char(Quote)+"text/xsl"+Char(Quote)+ ... will write the following line in the document: <?xml-stylesheet type="text/xsl"href="style.xsl"?> If the command has been executed correctly, the system variable OK is set to 1. Otherwise, it is set to 0 and an error is generated. |
PROPERTIES
Product: 4D
INDEX HISTORY
Created: 4D 2004 SEE ALSO
SAX GET XML PROCESSING INSTRUCTION |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||