|
|
|
|
|
by tomjen3
452 days 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. |
|