Hi,

  Surely it is a easy thing but after some long search for a solution I 
am bit stuck. I did not find where the title of news-xmlui.xml page can 
be changed nor where it comes from.  The title shows  "Statistics" on 
news page (initial page). Looking at structural.xsl, where the title is 
built, does not help me much as in case of some missing literal for 
title should put empty title.

<xsl:variable name="page_title" 
select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='title']" 
/>
<title>
<xsl:choose>
<xsl:when test="not($page_title)">
<xsl:text> </xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:copy-of select="$page_title/node()" />
</xsl:otherwise>
</xsl:choose>
</title>

dspace.cfg has (i think) all the ordinary literals correctly filled 
(repository name, institution,...) Only on news-xmlui.xml I get this 
wrong title. Any help would be greatly appreciatted.

Carlos

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to