Skip to content

Commit

Permalink
Update schemas/iso19139/src/main/plugin/iso19139/process/thumbnail-re…
Browse files Browse the repository at this point in the history
…move.xsl

Co-authored-by: Ian <[email protected]>
  • Loading branch information
wangf1122 and ianwallen authored Jan 23, 2024
1 parent 8eb4c1d commit f1975e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<xsl:template
priority="4"
match="*//gmd:graphicOverview
[$resourceIdx = '' or position() = xs:integer($resourceIdx)]
[$resourceIdx = '' or (count(preceding::gmd:graphicOverview) + 1) = xs:integer($resourceIdx)]
[ ($resourceHash != '' or ($thumbnail_url != '' and normalize-space(gmd:MD_BrowseGraphic/gmd:fileName/gco:CharacterString) = normalize-space($thumbnail_url)))
and ($resourceHash = '' or digestUtils:md5Hex(string(exslt:node-set(.))) = $resourceHash)]"/>

Expand Down

0 comments on commit f1975e3

Please sign in to comment.