First, the problem: <http://minds-test.wisconsin.edu/handle/1760/11124>.

Next, the code that is generating the problem:

<xsl:if test="dim:[EMAIL PROTECTED]'relation' and @qualifier='ispartof']">
  <dt>
    <i18n:text>xmlui.dri2xhtml-METS-1.0.ispartof</i18n:text>
  </dt>
  <dd>
    <xsl:for-each select="dim:[EMAIL PROTECTED]'relation' and
@qualifier='ispartof']">
      <xsl:copy-of select="./child::node()"/>
      <xsl:if test="count(following-sibling::dim:[EMAIL PROTECTED]'relation'
and @qualifier='ispartof']) != 0">
        <xsl:text>; </xsl:text>
      </xsl:if>
    </xsl:for-each>
  </dd>
</xsl:if>

My brain is broken. How did I mess this up?

Dorothea

-- 
Dorothea Salo [EMAIL PROTECTED]
Digital Repository Librarian AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to