Project

General

Profile

« Previous | Next » 

Revision 4505

Added by daigle over 15 years ago

Add eml 2.0.1 document return type

View differences:

keywords-list.xsl
89 89
             <input type="hidden" name="returndoctype"
90 90
              value="eml://ecoinformatics.org/eml-2.0.1" />
91 91
             <input type="hidden" name="returndoctype"
92
              value="eml://ecoinformatics.org/eml-2.1.0" />
93
             <input type="hidden" name="returndoctype"
92 94
              value="-//NCEAS//eml-dataset-2.0//EN" />
93 95
             <input type="hidden" name="returndoctype"
94 96
              value="-//NCEAS//resource//EN" />
......
121 123
  <xsl:template match="param">
122 124
     <li>
123 125
     <a>
124
       <xsl:attribute name="href">{$contextURL}/metacat?action=query&amp;operator=INTERSECT&amp;qformat=knb&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.0&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.1&amp;returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&amp;returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&amp;returnfield=dataset/title&amp;returnfield=citation/title&amp;returnfield=software/title&amp;returnfield=protocol/title&amp;returnfield=keyword&amp;returnfield=originator/individualName/surName&amp;returnfield=creator/individualName/surName&amp;returnfield=originator/organizationName&amp;returnfield=creator/organizationName&amp;keyword=<xsl:value-of select="."/></xsl:attribute>
126
       <xsl:attribute name="href">{$contextURL}/metacat?action=query&amp;operator=INTERSECT&amp;qformat=knb&amp;returndoctype=eml://ecoinformatics.org/eml-2.1.0&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.0&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.1&amp;returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&amp;returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&amp;returnfield=dataset/title&amp;returnfield=citation/title&amp;returnfield=software/title&amp;returnfield=protocol/title&amp;returnfield=keyword&amp;returnfield=originator/individualName/surName&amp;returnfield=creator/individualName/surName&amp;returnfield=originator/organizationName&amp;returnfield=creator/organizationName&amp;keyword=<xsl:value-of select="."/></xsl:attribute>
125 127
     <xsl:value-of select="."/>
126 128
     </a> (<xsl:value-of select="count(//param[.=current()])"/>)
127 129
     </li>

Also available in: Unified diff