fix display: declare the confman namespace used here

This commit is contained in:
Ivan Masár
2014-10-17 09:33:37 +02:00
parent dc0daa6b37
commit e33e90fbed

View File

@@ -33,7 +33,8 @@
xmlns:util="org.dspace.app.xmlui.utils.XSLUtils" xmlns:util="org.dspace.app.xmlui.utils.XSLUtils"
xmlns:jstring="java.lang.String" xmlns:jstring="java.lang.String"
xmlns:rights="http://cosimo.stanford.edu/sdr/metsrights/" xmlns:rights="http://cosimo.stanford.edu/sdr/metsrights/"
exclude-result-prefixes="xalan encoder i18n dri mets dim xlink xsl util jstring rights"> xmlns:confman="org.dspace.core.ConfigurationManager"
exclude-result-prefixes="xalan encoder i18n dri mets dim xlink xsl util jstring rights confman">
<xsl:output indent="yes"/> <xsl:output indent="yes"/>