Wiki

Clone wiki

OYSTER / 2-_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   : Attributes.xml

 Created on :

Author     : 

Description:

Purpose of the document follows.
-->

Back to OYSTER Reference Guide page

Click Prev OYSTERAttributes page

Click Next OysterAttributes Tag page

Updated