Ignore:
Timestamp:
2014-11-17T11:45:58+13:00 (9 years ago)
Author:
sjs49
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/von-sparql/collect/nz-natlib-cat/etc/gsdom2rdf.xsl

    r28920 r29435  
    4646:<xsl:value-of select="$docoid"/>
    4747
    48     dc:Relation.isPartOf &lt;@libraryurl@/collection/@collect@&gt; ;
     48<!--    dc:Relation.isPartOf &lt;@libraryurl@/collection/@collect@&gt; ;-->
    4949
    5050    <xsl:for-each select="Metadata">
     
    7979      </xsl:if>
    8080
     81      <xsl:if test="starts-with($metaname,'hathi.')">
     82    <xsl:variable name="metanameSuffix"><xsl:value-of select="substring($metaname,7)"/></xsl:variable>
     83    gsembedded:hathi.<xsl:value-of select="$metanameSuffix"/><xsl:text> </xsl:text>&quot;<xsl:value-of select="$metaval"/>&quot;<xsl:text> ;</xsl:text>
     84      </xsl:if>
     85
     86      <xsl:if test="starts-with($metaname,'marc.')">
     87    <xsl:variable name="metanameSuffix"><xsl:value-of select="substring($metaname,6)"/></xsl:variable>
     88    gsembedded:hathimarc.<xsl:value-of select="$metanameSuffix"/><xsl:text> </xsl:text>&quot;<xsl:value-of select="$metaval"/>&quot;<xsl:text> ;</xsl:text>
     89      </xsl:if>
     90
    8191      <xsl:if test="starts-with($metaname,'bibo.')">
    8292    <xsl:variable name="metanameSuffix"><xsl:value-of select="substring($metaname,6)"/></xsl:variable>
     
    8494      </xsl:if>
    8595
    86  <!--     <xsl:if test="not(contains($metaname,'.'))">
     96<!--      <xsl:if test="not(contains($metaname,'.'))">
    8797    gsextracted:<xsl:value-of select="$metaname"/><xsl:text> </xsl:text>&quot;<xsl:value-of select="$metaval"/>&quot;<xsl:text> ;</xsl:text>
    8898      </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.