<?xml version="1.0" encoding="UTF-8"?><module>
  <identity>
    <uri>urn:org:ten60:demo</uri>
    <version>1.0.0</version>
  </identity>
  <info>
    <name>Demo Web Site for 1060.org</name>
    <description>Demonstration Web Site for HowTo</description>
    <dynamic/>
  </info>
  <publisher>
    <name>1060 Research, Ltd.</name>
    <uri>http://www.1060Research.com</uri>
  </publisher>
  <licence>
    <name>1060 Public License</name>
    <uri>http://1060research.com/license/1060_public_license.html</uri>
  </licence>
  <export>
    <!-- Export the /demo/... subspace -->
    <uri>
      <match>.*:/demo/.*</match>
    </uri>
  </export>
  <rewrite>
    <!-- Re-write all requests from /demo/... to /... -->
    <rule>
      <match>(.*)/demo/(.*)</match>
      <to>$1/$2</to>
    </rule>
    <!-- Capture the request for root and map to index.html -->
    <rule>
      <match>ffcpl:/</match>
      <to>ffcpl:/index.html</to>
    </rule>
  </rewrite>
  <mapping>
    <this>
      <match>ffcpl:/.*</match>
    </this>
  </mapping>
</module>