Changeset 1587 for metadata


Ignore:
Timestamp:
10/21/11 10:01:58 (13 years ago)
Author:
twagoo
Message:

Modified comp2schema XSLT so that elements/components allow multiple ResourceProxy? references (ref attribute). Fixes #152

File:
1 edited

Legend:

Unmodified
Added
Removed
  • metadata/trunk/toolkit/xslt/comp2schema-v2/comp2schema.xsl

    r1586 r1587  
    215215                    <xsl:apply-templates select="./CMD_Component"/>
    216216                </xs:sequence>
    217                 <xs:attribute name="ref" type="xs:IDREF"/>
     217                <xs:attribute name="ref" type="xs:IDREFS"/>
    218218                <xsl:apply-templates select="./AttributeList/Attribute"/>
    219219                <xsl:if test="@ComponentId">
Note: See TracChangeset for help on using the changeset viewer.