Skip to content

Commit

Permalink
title in batch edit (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangf1122 authored Sep 25, 2023
1 parent 598d019 commit 615cf73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/plugin/iso19139.ca.HNAP/layout/config-editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,9 @@
<field name="title"
xpath="gmd:identificationInfo/*/
gmd:citation/gmd:CI_Citation/gmd:title"
insertMode="gn_replace"
indexField="title">
<template>
<![CDATA[<gco:CharacterString xmlns:gco='http://www.isotc211.org/2005/gco'>{{value}}</gco:CharacterString>]]></template>
<template><![CDATA[<gco:CharacterString xmlns:gco='http://www.isotc211.org/2005/gco'>{{value}}</gco:CharacterString>]]></template>
</field>

<!-- Insert a new keyword in the first gmd:descriptiveKeywords found.
Expand Down

0 comments on commit 615cf73

Please sign in to comment.