Hello!
I've been customizing a little bit the item view. I want to move the "Files in this item" section to the middle of the metadata section (right after the abstract). <https://lh3.googleusercontent.com/-uijbXahJNOY/WvOEK8L93rI/AAAAAAAAA9E/s_8_s4IvXFoO2TVSLPkM-HdnNCoBchAcgCLcBGAs/s1600/image.png> Any idea how to achieve it? I really don't understand too much the XSLT functions. I have tried this: <xsl:template match="dim:dim" mode="itemSummaryView-DIM"> <!-- some HTML --> <xsl:call-template name="itemSummaryView-DIM-abstract"/> <xsl:apply-templates select="mets:fileGrp[@USE='CONTENT']"/> <!-- some more HTML of the next section ("Acerca del trabajo")--> </xsl:template> But doesn't show anything. I'm using DSpace 5.5 and a customized version of the Mirage default theme. I can do it using javascript but the XSLT way will be better. Hope you have some advice. Thank you! Javier. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
