Project

General

Profile

« Previous | Next » 

Revision 2226

Added by sgarg over 19 years ago

Added eml2.0.1 in /common stylesheets

View differences:

keywords-list.xsl
85 85
             <input type="hidden" name="returndoctype"
86 86
              value="eml://ecoinformatics.org/eml-2.0.0" />
87 87
             <input type="hidden" name="returndoctype"
88
              value="eml://ecoinformatics.org/eml-2.0.1" />
89
             <input type="hidden" name="returndoctype"
88 90
              value="-//NCEAS//eml-dataset-2.0//EN" />
89 91
             <input type="hidden" name="returndoctype"
90 92
              value="-//NCEAS//resource//EN" />
......
117 119
  <xsl:template match="param">
118 120
     <li>
119 121
     <a>
120
       <xsl:attribute name="href">@servlet-path@?action=query&amp;operator=INTERSECT&amp;qformat=knb&amp;returndoctype=eml://ecoinformatics.org/eml-2.0.0&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>
122
       <xsl:attribute name="href">@servlet-path@?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>
121 123
     <xsl:value-of select="."/>
122 124
     </a> (<xsl:value-of select="count(//param[.=current()])"/>)
123 125
     </li>

Also available in: Unified diff