Changeset 6922


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

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

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

Legend:

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

    r6859 r6922  
    234234
    235235    <!-- Medium complexity: attributes (or Multilingual field) but no valuescheme, can be arranged inline -->
    236     <xsl:template match="Element[./AttributeList or ./@Multilingual]" priority="2">
     236    <xsl:template match="Element[./AttributeList or ./@Multilingual='true']" priority="2">
    237237        <xs:element name="{@name}">
    238238
Note: See TracChangeset for help on using the changeset viewer.