srnsw / State-Records-Search

Java version of api.records.nsw.gov.au
3 stars 1 forks source link

In RIF views for agencies and people #33

Closed richardlehane closed 10 years ago

richardlehane commented 11 years ago

Where there is no end date, omit the entire node.

For example, an error is caused by:

<existenceDates> <startDate dateFormat="W3CDTF">1869-09-29T00:00:00+1000</startDate> <endDate dateFormat="W3CDTF"/> </existenceDates>

, but not by:

<existenceDates> <startDate dateFormat="W3CDTF">1869-09-29T00:00:00+1000</startDate> </existenceDates>

wisanup commented 11 years ago

Fixed 3d80fe86bcd786252116cd7f1f4f5699ffdf29a9