Hello,
in XMLUI I'm trying to remove certain elements generated by aspects.
My understanding is that aspects generate DRI, and XSL is applied on
DRI afterwards, then I should be able to match appropriate elements in
DRI and replace them with empty content. This is what I tried to
remove the "This item appears in the following Collection(s)" aspect.

<xsl:template match="//dri:reference[@type='DSpace Collection']">
</xsl:template>

But it didn't do anything. What am I doing wrong? Or should I do it in
a completely different way? I know I should be able to remove
individual aspects by redefining the pipeline in sitemap, but I think
this requires a recompile and I want my theme to be self-contained, to
work on "vanilla" DSpace, too.

Regards,
~~helix84

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to