Ticket #305 (closed enhancement: fixed)
Opened 2008-07-02T14:40:03-05:00
Last modified 2011-02-02T04:45:00-06:00
Handle mixed OME/non-OME XML blocks
Reported by: | curtis | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | bio-formats | Severity: | serious |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When looking for OME-XML blocks, Bio-Formats assumes the entire tree will be enclosed in a root <OME> element, with no extraneous root elements or non-OME subtrees anywhere. Ideally, we would like to handle more heterogeneous cases, including:
- Non-OME block after an OME block
- Non-OME block before an OME block
- Multiple OME blocks, and/or multiple non-OME blocks
Obviously, there is not a lot we can do with arbitrary XML from a practical perspective other than ignore it, but for now the goal is merely to avoid throwing an exception in these cases.
Change History
comment:1 Changed 2011-02-02T04:45:00-06:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
moved to ome:#4100