XML skeleton

The text displayed below is the skeleton of the XML file.  The lines are absolutely necessary for a configuration to work properly.  You must include the xml header (<?xml... ), the <phenote-configuration> tag, and the <log> tag.

 

You will enter your custom options where it says "enter your configuration options here ".

 

Contents of the XML file

<?xml version="1.0" encoding="UTF-8"?>
<ns:phenote-configuration version="1.3.1" xmlns:ns="phenote/config/xml">
  <ns:log config-file="conf/log4j-standalone.xml"/>
 
<!--Enter your configuration options here -->

</ns:phenote-configuration>