source: cats/ISOcat/trunk/mod-ISOcat-interface-gi/interface/JSXAPPS/ISOcat/xsl/SearchRecommenders2CDF.xsl @ 4289

Last change on this file since 4289 was 4289, checked in by mwindhouwer, 10 years ago

M various/import/csv2dcif.xsl

  • now generated DCIF version 1.3

M various/import/ISOcat-data-categories.xlsx

  • ??

M mod-ISOcat-interface-gi*
M mod-ISOcat-interface-rest
*

  • extended search with a filter on recommendations

M mod-ISOcat-access-data/dbx/tree-include.xml

  • fixed looking up of the super simple DC is a member of the selection
File size: 583 bytes
Line 
1<?xml version="1.0"?>
2<xsl:stylesheet
3  xmlns:dcif="http://www.isocat.org/ns/dcif"
4  xmlns:isocat="http://www.isocat.org/"
5  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
6  version="1.0"
7>
8
9        <xsl:template match="text()"/>
10       
11        <xsl:template match="recommenders">
12                <data jsxid="jsxroot">
13                        <record jsxid="any" jsxselected="1" jsxtext="any (incl. none)"/>
14                        <xsl:apply-templates/>
15                </data>
16        </xsl:template>
17       
18        <xsl:template match="group">
19                <record jsxid="{@ref}" jsxtext="{@name}">
20                        <xsl:apply-templates/>
21                </record>
22        </xsl:template>
23
24</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.