We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41abd66 commit 61cb666Copy full SHA for 61cb666
1 file changed
src/xmlparser/OrderedObjParser.js
@@ -422,6 +422,8 @@ const parseXml = function (xmlData) {
422
if (this.options.strictReservedNames &&
423
(tagName === this.options.commentPropName
424
|| tagName === this.options.cdataPropName
425
+ || tagName === this.options.textNodeName
426
+ || tagName === this.options.attributesGroupName
427
)) {
428
throw new Error(`Invalid tag name: ${tagName}`);
429
}
0 commit comments