Ticket #975 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

Indexing errors when Date and DateTime is specified

Reported by: fxp Owned by: geonetwork-devel@…
Priority: minor Milestone: v2.10.0 RC0
Component: General Version:
Keywords: Cc:

Description

While harvesting some sources, metadata may contains the following:

<gmd:date>
  <gco:Date xsi:nil="true" />
  <gco:DateTime>2009-08-03T02:00:00</gco:DateTime>
</gmd:date>

which trigger XSL error on string function during indexing (the record is then not accessible).

Change History

Changed 11 months ago by fxp

  • status changed from new to closed
  • resolution set to fixed

Fix applied in commits 7b0e4b

Note: See TracTickets for help on using tickets.