Comment by tomjen3
5 months ago
>JSON cannot be used for the kinds of tasks to which TEI is put. It's not even an option.
```js import * as fastXmlParser from 'fast-xml-parser'; const xmlParser = new fastXmlParser.XMLParser({ ignoreAttributes: false }); ```
Validate input as required with jschema.
No comments yet
Contribute on Hacker News ↗