<?xml version="1.0"?>
<tagneticconfig>
  <compilation>
    <source>testpages/branchtest/viewtags</source>
    <destination>testpagesout/branchtest/viewtags</destination>
    <filefilter type="regexp">.htm$|.html$|.js$|.css$</filefilter>
    <locales>en_US,fr</locales>
    <branch var="brand">
      <value>$$Ultra Dark!</value>
      <value>~Pristine White</value>
      <branch var="useragent">
        <value>ie</value>
        <value>firefox</value>
      </branch>
    </branch>
  </compilation>
  <compilation>
    <source>testpages/ctrltags</source>
    <destination>testpagesout/branchtest/ctrltags</destination>
    <filefilter type="regexp">.htm$|.html$|.js$|.css$</filefilter>
    <branch var="useragent">
      <value>ie</value>
      <value>firefox</value>
    </branch>
  </compilation>
  <tags nsprefix="test" scriptcontextname="js" scriptcontext="org.tagnetic.core.scriptcontext.implementer.javascript.JavaScriptContext">
    <tag name="button" classname="org.tagnetic.core.tags.define.DefineInclude">
      <attribute name="path" type="path">template/Button.htmi</attribute>
      <attribute name="newscope">true</attribute>
    </tag>
  </tags>
</tagneticconfig>
