Changeset 6921


Ignore:
Timestamp:
01/21/16 11:52:41 (8 years ago)
Author:
Menzo Windhouwer
Message:

M xslt/comp2schema-v2/comp2schema.xsl

  • only match when @Multilingual="true" instead of when @Multilingual exists
File:
1 edited

Legend:

Unmodified
Added
Removed
  • metadata/branches/cmdi-1.1/toolkit/xslt/comp2schema-v2/comp2schema.xsl

    r5856 r6921  
    266266
    267267    <!-- Medium complexity: attributes (or Multilingual field) but no valuescheme, can be arranged inline -->
    268     <xsl:template match="CMD_Element[./AttributeList or ./@Multilingual]" priority="2">
     268    <xsl:template match="CMD_Element[./AttributeList or ./@Multilingual='true']" priority="2">
    269269        <xs:element name="{@name}">
    270270
Note: See TracChangeset for help on using the changeset viewer.