Skip to content

Commit

Permalink
metadata-load.month / nextRecordPosition: check text node instead of …
Browse files Browse the repository at this point in the history
…element
  • Loading branch information
josteinaj committed Apr 8, 2019
1 parent 952b25a commit 2f92f20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<p:identity name="part-result-document"/>

<p:choose>
<p:when test="not(/*/SRU:nextRecordPosition) or /*/SRU:records/SRU:record/SRU:recordPosition/text() = /*/SRU:nextRecordPosition/text() or not(/*/SRU:records/SRU:record/SRU:recordPosition)">
<p:when test="not(/*/SRU:nextRecordPosition/text()) or /*/SRU:records/SRU:record/SRU:recordPosition/text() = /*/SRU:nextRecordPosition/text() or not(/*/SRU:records/SRU:record/SRU:recordPosition)">
<!-- no more results -->
<p:identity>
<p:input port="source">
Expand Down

0 comments on commit 2f92f20

Please sign in to comment.