TAMULib / DSpace

(Official) The DSpace digital asset management system that powers your Institutional Repository
https://wiki.duraspace.org/display/DSDOC4x/Introduction
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Override mirage2 discovery xsl #192

Closed ghost closed 3 years ago

ghost commented 3 years ago

resolves #187

changed

                                <xsl:copy-of select="dim:field[@element='publisher']/node()"/>

to

                                <xsl:for-each select="dim:field[@element='publisher']">
                                    <xsl:copy-of select="node()"/>
                                    <xsl:if test="count(following-sibling::dim:field[@element='publisher']) != 0">
                                        <xsl:text>; </xsl:text>
                                    </xsl:if>
                                </xsl:for-each>
ghost commented 3 years ago

Deployed to labs.

https://labs.library.tamu.edu/dspace/handle/1969.1/163906