On Mon, Mar 12, 2012 at 13:49, Matthias Zipp <[email protected]> wrote: > I'm using 1.7 with xmlui template.
Hi Matthias, which XMLUI template are you using? I could be more specific if you wrote that. > In the ItemSummaryView in the section "Files in this item" I want to > enable the description text of the files like in this example (arrow). > > Can anybody give me a tipp, where to find it in the xsl file? Thank you. It depends on the theme which xsl file it's in, but it's in a template that processes the METS xml file, e.g. in Mirage it's <xsl:template match="mets:file"> This is how you can get the description text: <xsl:value-of select="mets:FLocat[@LOCTYPE='URL']/@xlink:label"/> Regards, ~~helix84 ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

