Project

General

Profile

« Previous | Next » 

Revision 7654

enable solr results rendering on the server side for the NCEAS skin (does not include UI for generating the query yet). https://projects.ecoinformatics.org/ecoinfo/issues/5917

View differences:

nceas.xsl
32 32
                xmlns:eml="eml://ecoinformatics.org/eml-2.0.1" 
33 33
	            version="1.0">
34 34
    <xsl:import href="../../common/resultset-table.xsl"/>
35
    <xsl:import href="../../common/resultset-table-solr.xsl"/>
35 36
    <!-- xsl:import href="../../common/eml-2.0.1/emlroot.xsl"/ -->
36 37
    <xsl:import href="../../common/eml-2/emlroot.xsl"/>
37 38
    <xsl:import href="../../common/fgdc/fgdc-root.xsl"/>
......
53 54
                            <xsl:call-template name="emldocument"/>
54 55
                        </xsl:if>
55 56
                        
57
                        <xsl:if test="*[local-name()='response']">     	
58
                            <xsl:call-template name="resultstablesolr"/>
59
                        </xsl:if>
60
                        
56 61
                        <xsl:if test="*[local-name()='resultset']">     	
57 62
                            <xsl:call-template name="resultstable"/>
58 63
                        </xsl:if>

Also available in: Unified diff