Task #4158 (closed)
Opened 2 years ago
Switch Leica LIF reader to use DOM parsing (instead of SAX)
| Reported by: | mlinkert | Owned by: | mlinkert |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3 |
| Component: | Bio-Formats | Keywords: | n.a. |
| Cc: | Remaining Time: | 0.0d | |
| Sprint: | 2011-03-10 (7) | Resources: | n.a. |
| References: | n.a. | Referenced By: | n.a. |
Description (last modified by mlinkert) (diff)
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 loci-software:r6822 and loci-software:r7037.
References
Change History
comment:2 Changed 2 years ago by mlinkert
- Sprint set to 2011-02-24 (6)
- Description modified (diff)
- Remaining Time set to 1.5
comment:3 Changed 2 years ago by jburel
- Sprint changed from 2011-02-24 (6) to 2011-03-10 (7)
Moved from sprint 2011-02-24 (6)
comment:6 Changed 2 years ago by Melissa Linkert <melissa@…>
- Status changed from accepted to closed
- Resolution set to fixed
- Remaining Time changed from 0.5 to 0
(In [cfe4ea7fffedab22e454d2bb7e903d45cac451a4/bioformats.git]) Parse LIF XML using DOM instead of SAX.
Closes #4158.
comment:7 Changed 2 years ago by Melissa Linkert <melissa@…>
(In [cfe4ea7fffedab22e454d2bb7e903d45cac451a4/bioformats.git]) Parse LIF XML using DOM instead of SAX.
Closes #4158.
imported from bio-formats:#577