Ignore:
Timestamp:
06/03/14 12:37:51 (10 years ago)
Author:
Menzo Windhouwer
Message:

M xsl/CMDRecord2RDF.xsl
M xsl/CMDRecord2RDFcache.xsl

  • <if> should be <xsl:if>
  • pick the first component Hack: to deal with some invalid (Meertens) CMD records
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMDI-Interoperability/CMD2RDF/trunk/xsl/CMDRecord2RDFcache.xsl

    r5310 r5322  
    5050            </xsl:choose>
    5151        </xsl:variable>
    52         <if test="not(startsWith($id,'clarin.eu:'))">
     52        <xsl:if test="not(starts-with($id,'clarin.eu:'))">
    5353            <xsl:text>ERR: the CMDI record doesn't refer to a profile in the CR!</xsl:text>
    54         </if>
     54        </xsl:if>
    5555        <!-- prefetch the profile into the cache on the fly.
    5656            the profile (if freshly fetched)  will however only be available in subsequent calls
Note: See TracChangeset for help on using the changeset viewer.