Project

General

Profile

« Previous | Next » 

Revision 5710

include EML 2.1.1 documents in skin (path query search, mostly)

View differences:

keywords-list.xsl
91 91
             <input type="hidden" name="returndoctype"
92 92
              value="eml://ecoinformatics.org/eml-2.1.0" />
93 93
             <input type="hidden" name="returndoctype"
94
              value="eml://ecoinformatics.org/eml-2.1.1" /> 
95
             <input type="hidden" name="returndoctype"
94 96
              value="-//NCEAS//eml-dataset-2.0//EN" />
95 97
             <input type="hidden" name="returndoctype"
96 98
              value="-//NCEAS//resource//EN" />
......
123 125
  <xsl:template match="param">
124 126
     <li>
125 127
     <a>
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>
128
       <xsl:attribute name="href">{$contextURL}/metacat?action=query&amp;operator=INTERSECT&amp;qformat=knb&amp;returndoctype=eml://ecoinformatics.org/eml-2.1.1&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>
127 129
     <xsl:value-of select="."/>
128 130
     </a> (<xsl:value-of select="count(//param[.=current()])"/>)
129 131
     </li>

Also available in: Unified diff