Gotta be this part, no? <xsl:copy-of select="./child::node()" />
Maybe it should just be: <xsl:value-of select="text()" /> --Dave ================== David Walker Library Web Services Manager California State University http://xerxes.calstate.edu ________________________________________ From: Dorothea Salo [EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 11:48 AM To: DSpace Subject: [Dspace-tech] Manakin: Why am I getting a doubled header? 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 [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

