Wiki

Clone wiki

OYSTER / XML_Declaration_and_Comments

All the OYSTER XML documents begin with an XML declaration and a comment section. The XML declaration is required and must be included exactly as follows:

#!xml

<?xml version="1.0" encoding="UTF-8"?>

The comments section is optional but should be included in the file. The following is the suggested format of the comments section:

#!xml

<!--
    Document   : RunScript.xml
    Created on :
    Author     : 
    Description:
        Purpose of the document follows.
-->
Back to OYSTER Reference Guide page

Click Prev OYSTERRunScripts page

Click Next OYSTERRunScript Tag page

Updated