Subversion Repositories SmartDukaan

Rev

Rev 323 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 323 Rev 4056
Line 2... Line 2...
2
 
2
 
3
<xsl:stylesheet version="1.0"
3
<xsl:stylesheet version="1.0"
4
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
5
 
5
 
6
<xsl:template match="/">
6
<xsl:template match="/">
7
    <SolrCatchAll>
-
 
8
        <copyField source="ID" dest="text"/>
7
		<copyField source="ID" dest="text"/>
9
        <copyField source="Name" dest="text"/>
8
        <copyField source="Name" dest="text"/>
10
        <copyField source="Category" dest="text"/>
9
        <copyField source="Category" dest="text"/>
11
        <xsl:apply-templates/>
10
        <xsl:apply-templates/>
12
    </SolrCatchAll>
-
 
13
</xsl:template>
11
</xsl:template>
14
 
12
 
15
<xsl:template match="Facet">
13
<xsl:template match="Facet">
16
    <copyField>
14
    <copyField>
17
        <xsl:attribute name="source">
15
        <xsl:attribute name="source">