- Timestamp:
- 12/01/15 05:20:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
metadata/trunk/toolkit/src/main/resources/toolkit/xslt/comp2schema.xsl
r6854 r6859 6 6 --> 7 7 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"> 9 9 10 10 <xsl:param name="cmd-toolkit" select="'../../../../../main/resources/toolkit'"/> … … 453 453 </xsl:template> 454 454 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 461 455 <xsl:template match="@cue:*"> 462 <xsl:attribute name="cue:{local-name()}"> 463 <xsl:value-of select="."/> 464 </xsl:attribute> 456 <xsl:copy-of select="."/> 465 457 </xsl:template> 466 458
Note: See TracChangeset
for help on using the changeset viewer.