File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
static/recordTransformations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 897
897
898
898
<xsl : call-template name =" modsGroupedFieldWithType" >
899
899
<xsl : with-param name =" defaultLabel" >Note</xsl : with-param >
900
- <xsl : with-param name =" field" select =" *[local-name() = 'note']" />
900
+ <xsl : with-param name =" field" select =" *[local-name() = 'note' and not(@type = 'admin') ]" />
901
901
</xsl : call-template >
902
902
903
903
<xsl : call-template name =" modsGroupedFieldWithType" >
1010
1010
</table >
1011
1011
</xsl : if >
1012
1012
1013
- <xsl : variable name =" note" select =" *[local-name() = 'note']" />
1013
+ <xsl : variable name =" note" select =" *[local-name() = 'note' and not(@type = 'admin') ]" />
1014
1014
<xsl : variable name =" accessCondition" select =" *[local-name() = 'accessCondition' and not(child::*)]" />
1015
1015
<xsl : variable name =" rightsHolder" select =" *[local-name() = 'accessCondition']/*[local-name() = 'rights.holder']/*[local-name() = 'name']" />
1016
1016
<xsl : if test =" boolean($note) or boolean($accessCondition) or boolean($rightsHolder)" >
You can’t perform that action at this time.
0 commit comments