Skip to content

Commit 201af64

Browse files
committed
Fixing bad xslt xpath.
1 parent 70b2e3b commit 201af64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xsl/ConvSpec-010-048.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@
966966
] |
967967
marc:datafield[
968968
(@tag='016' or (@tag='880' and substring(marc:subfield[@code='6'],1,3)='016')) and
969-
(marc:datafield[@ind1 = ' '] or marc:subfield[@code = '2']) and
969+
(@ind1 = ' ' or marc:subfield[@code = '2']) and
970970
not(contains(marc:subfield[@code = 'a'], '***'))
971971
] |
972972
marc:datafield[@tag='017' or (@tag='880' and substring(marc:subfield[@code='6'],1,3)='017')] |

0 commit comments

Comments
 (0)