Opened 12 years ago
Closed 12 years ago
#975 closed defect (fixed)
Indexing errors when Date and DateTime is specified
Reported by: | fxp | Owned by: | |
---|---|---|---|
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).
Note:
See TracTickets
for help on using tickets.