Ticket #577 (closed task: fixed)
Opened 2010-10-05T12:49:01-05:00
Last modified 2011-02-02T04:45:00-06:00
Switch Leica LIF reader to use DOM parsing (instead of SAX)
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | bio-formats | Severity: | minor |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The structure of Leica LIF XML is rather complicated, and in many places we rely upon the order in which elements appear within the file. This has caused a number of bugs, most recently omero:#2939.
We should at least consider switching to DOM parsing, so that we can access the XML elements in any order and avoid hacks like the ones introduced in r6822 and r7037.