-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Priority: HighStatus: ConfirmedIndicates an issue that was accepted by the contributorsIndicates an issue that was accepted by the contributorsType: EnhancementIndicates an enhancement proposal for an existing featureIndicates an enhancement proposal for an existing feature
Description
LAREX/src/main/java/de/uniwue/web/io/MetsReader.java
Lines 32 to 36 in 7808bbd
| if (sectorList.item(i).getNodeName().equals("mets:fileSec")) { | |
| fileSector = sectorList.item(i).getChildNodes(); | |
| } | |
| } | |
| if(fileSector == null) { throw new NoSuchElementException("No file sector found."); } |
This (and potentially other) place ensures that METS cannot be read, if the namespace prefix is not precisely mets:. But at least unprefixed XMLs should be supported IMO.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: HighStatus: ConfirmedIndicates an issue that was accepted by the contributorsIndicates an issue that was accepted by the contributorsType: EnhancementIndicates an enhancement proposal for an existing featureIndicates an enhancement proposal for an existing feature