Ignore:
Timestamp:
12/01/15 05:20:34 (9 years ago)
Author:
Menzo Windhouwer
Message:

M toolkit/src/main/resources/toolkit/xslt/comp2schema.xsl

  • new cues namespace
  • clearer copy of cue attributes

M toolkit/src/test/resources/toolkit/CMD/profiles/components-invalid.xml
M toolkit/src/test/resources/toolkit/successor/profiles/successor-invalid.xml
M toolkit/src/test/resources/toolkit/successor/profiles/successor-valid.xml
M toolkit/src/test/resources/toolkit/Adelheid/records/Adelheid_1_2-invalid.cmdi
M toolkit/src/test/resources/toolkit/Adelheid/profiles/clarin.eu:cr1:p_1311927752306_1_2.xml
M toolkit/src/main/resources/toolkit/xsd/cmd-component.xsd
M toolkit/src/main/resources/toolkit/upgrade/cmd-component-1_1-to-1_2.xsl

  • new cues namespace
File:
1 edited

Legend:

Unmodified
Added
Removed
  • metadata/trunk/toolkit/src/main/resources/toolkit/xslt/comp2schema.xsl

    r6854 r6859  
    66-->
    77
    8 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cmd="http://www.clarin.eu/cmd/1" xmlns:cue="http://www.clarin.eu/cmdi/cues/display/1.0">
     8<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cmd="http://www.clarin.eu/cmd/1" xmlns:cue="http://www.clarin.eu/cmdi/cues/1">
    99
    1010    <xsl:param name="cmd-toolkit" select="'../../../../../main/resources/toolkit'"/>
     
    453453    </xsl:template>
    454454   
    455     <xsl:template match="@cue:DisplayPriority" priority="1">
    456         <xsl:attribute name="cue:displaypriority">
    457             <xsl:value-of select="."/>
    458         </xsl:attribute>
    459     </xsl:template>
    460 
    461455    <xsl:template match="@cue:*">
    462         <xsl:attribute name="cue:{local-name()}">
    463             <xsl:value-of select="."/>
    464         </xsl:attribute>
     456        <xsl:copy-of select="."/>
    465457    </xsl:template>
    466458   
Note: See TracChangeset for help on using the changeset viewer.