source: SMC/trunk/SMC/src/scripts/smc_init.xsl @ 1876

Last change on this file since 1876 was 1876, checked in by vronk, 12 years ago

debug listing cmd-profiles in termsets.xml

File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xsl:stylesheet
3  version="2.0"
4  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5  xmlns:xs="http://www.w3.org/2001/XMLSchema"
6  xmlns:my="myFunctions"
7  xmlns:dcif="http://www.isocat.org/ns/dcif"
8  xmlns:dcterms="http://purl.org/dc/terms/"
9  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
10  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"   
11  xmlns:owl="http://www.w3.org/2002/07/owl#"
12  xmlns:dcr="http://www.isocat.org/ns/dcr.rdf#"
13  xmlns:skos="http://www.w3.org/2004/02/skos/core#"
14  xmlns:dcam="http://purl.org/dc/dcam/"
15  exclude-result-prefixes=""
16>
17<!-- 
18<purpose> starting script for SemanticMapping components
19
20generate lists for Terms (CMDI-Elements, CMDI-components, Datcats)
21 based on the Components-list (provided by CompReg).
22                strategy:  regard CMD_Component, CMd_Element, ConceptLink</purpose>
23<params>
24<param name="isocat_file">the DCIF-Metadata-Profile</param>
25</params>
26<history>
27        <change on="2011-10-20" type="created" by="vr">from complist2terms_201109.xsl</change> 
28</history>
29-->
30
31<xsl:include href="smc_commons.xsl"/>
32       
33<xsl:output method="xml" indent="yes" />
34
35
36<xsl:template match="/" > 
37 <xsl:copy-of select="my:getData($data_key,$cache)"></xsl:copy-of>
38</xsl:template>                 
39         
40
41</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.