Opened 12 years ago

Closed 12 years ago

#878 closed task (fixed)

Proposal: Extract subtemplates batch function on selected metadata records

Reported by: simonp Owned by: geonetwork-devel@…
Priority: minor Milestone: v2.7.0
Component: General Version:
Keywords: Cc:

Description

Change History (7)

comment:1 by simonp, 12 years ago

Patch added to proposal page.

comment:2 by simonp, 12 years ago

Updated patch with doco, extra strings for language added since original patch, test output (xpath, nr elements selected by xpath, a subtemplate and the element in the metadata record with xlink attribute)

Can we finish the vote on this please asap? I don't want this to get too far behind any other changes in the pipeline.

Thanks, Simon

comment:3 by heikki, 12 years ago

hi Simon,

small questions :

  • do you think that for the average GN user, it's feasible to expect they know enough XSLT to write the title-extractor ? Would it be an option to automatically suggest title candidates (for example list all elements wrapping a gco:CharacterString, let the user choose one, and then create the title-extractor XSLT on the fly) ?
  • the Do You Really Want to Do This check, made me think: is it useful to implement the reverse operation also ? For a given sub-template, the user could say 'normalize it' (or what's a good term) and it would be merged into all docs that have it linked, and then delete the subtemplate ?

kind regards Heikki Doeleman

comment:4 by simonp, 12 years ago

heikki

They already have to enter an XPath so probably best in the short term to accept an XPath of a title as an easier optional alternative to the extract title XSLT. This would make things somewhat easier for the user not familiar with XSLT - I can implement this pretty easily. Ultimately the title and the xpath should be a pick option as you suggest that could be offered to the user in the metadata viewer perhaps.

I had also thought of the opposite operation as you suggest and that it could be implemented in the manage directory interface (and there are others that are needed there too) but for the moment the immediate need is to break up some large records (that break the editor!) and allow users with existing records to separate out common content.

As usual so many things that we still need to do :-)

Cheers and thanks very much for your comments! Simon

comment:5 by simonp, 12 years ago

I've updated the command to allow an XPath to be specified to extract the title from the subtemplate and reattached the patch. Also updated the images in the proposal to reflect these changes. The xslt can still be specified as an alternative.

Cheers, Simon

comment:6 by simonp, 12 years ago

Committed in svn rev 9121

comment:7 by simonp, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.