Hello,

you can't do it by overriding that template, that's out the scope of what
it matches. You can do it this way:

http://dspace.2283337.n4.nabble.com/Hide-Sub-Community-from-Anonymous-td4662481.html


And change the following condition

<xsl:if test="$authenticated or (@url !=
'/metadata/handle/123456789/123/mets.xml')">

 to this:

<xsl:if test="(@url != '/metadata/handle/10854/1945/mets.xml') or
(@url != '/metadata/handle/10854/1946/mets.xml') or (@url !=
'/metadata/handle/10854/2040/mets.xml') or (@url !=
'/metadata/handle/10854/2041/mets.xml')">



Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to