2.6.4.1. pycsamt.emtf.xml.reader#
EMTF XML -> format-neutral pycsamt.emtf.EMTF reader.
Functions
|
Convenience wrapper around |
Classes
|
Read EMTF XML without routing the document through EDI. |
- class pycsamt.emtf.xml.reader.EMTFXMLReader(*, strict=True)[source]
Bases:
PyCSAMTObjectRead EMTF XML without routing the document through EDI.
- Parameters:
strict (bool, default=True) – In strict mode malformed scientific content raises
EMTFXMLParseError. In permissive mode recoverable problems are warned about and the reader preserves as much content as possible.