<?xml version="1.0"?>
<style-set name="pisco">
  <!--  Default XSL:
    The location of the default XSL stylesheet that is used when an unknown XML
    document type is encountered but needs to be displayed in HTML.
  -->
  <default-style>/style/common/ascii-treeview.xsl</default-style>

  <!-- Resultset XSL mapping:
    The location of the XSL stylesheet that is used to display the results of a
    metadata catalog query in HTML.
  -->
  <doctype publicid="-//NCEAS//resultset//EN">
    <target
    publicid="-//W3C//HTML//EN">/style/skins/pisco/templates/xsl/resultset.xsl</target>
  </doctype>

  <!-- EML 2.0.0 XSL mapping:
    The location of the XSL stylesheet that is used to display an EML 2.0.0 XML
    file that is returned from the metadata catalog.
  -->
  <doctype publicid="eml://ecoinformatics.org/eml-2.0.0">
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2/eml.xsl</target>
  </doctype>

  <!-- EML 2.0.1 XSL mapping:
    The location of the XSL stylesheet that is used to display an EML 2.0.1 XML
    file that is returned from the metadata catalog.
  -->
  <doctype publicid="eml://ecoinformatics.org/eml-2.0.1">
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2/eml.xsl</target>
  </doctype>

  <!-- EML 2.1.0 XSL mapping:
    The location of the XSL stylesheet that is used to display an EML 2.1.0 XML
    file that is returned from the metadata catalog.
  -->
  <doctype publicid="eml://ecoinformatics.org/eml-2.1.0">
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2/eml.xsl</target>
  </doctype>
  
  <doctype publicid="eml://ecoinformatics.org/eml-2.1.1">
    <target publicid="-//W3C//HTML//EN">/style/common/eml-2/eml.xsl</target>
  </doctype>  
</style-set>