OK, I didn't notice it before, but you had the arguments of contains() swapped. Therefore it worked if the strings were equal, but not with a substring. This is the correct order (haystack, needle): <xsl:when test='contains(., "---")'> or even better: <xsl:when test='contains(text(), "---")'>
On Tue, May 29, 2012 at 12:48 AM, Ricard de la Vega <[email protected]> wrote: > It's a good job! I think that this can be useful when explain to the users > how work OAI, and to know the sets, the dissemination formats, etc. because > with the simple xml many times is not enough. If you have any suggestions on how it could be improved, be sure to let me know. It would help if you indicated that you tested it and like it in the Jira issue: https://jira.duraspace.org/browse/DS-1178 Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

