<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE deltaxmlConfig SYSTEM "deltaxml-config.dtd">
<deltaxmlConfig>
  <!-- Edit this property if you wish to add catalogs to those included in the jar file -->
  <configProperty name="com.deltaxml.ext.catalog.files" value=""/>
  <!-- Edit this one to completely redefine the catalog list, 
    the 'rsc' property specifies the built-in catalogs and is fixed (cannot be changed) while the other
    property is define above -->
  <configProperty name="xml.catalog.files"
                  value="${com.deltaxml.ext.catalog.files};${com.deltaxml.rsc.catalog.files}"/>
  <!-- Where to find further config files -->
  <configSearchPath>
    <search path="${install.dir}${file.separator}deltaxmlConfig.xml"/>
    <search path="${user.home}${file.separator}deltaxmlConfig.xml"/>
    <search path="${user.dir}${file.separator}deltaxmlConfig.xml"/>
  </configSearchPath>
</deltaxmlConfig>
