Skip to content

Parse attr failed when the attr text has "=" #30

@zeng450026937

Description

@zeng450026937

const xml = <issue entity="Mjg2MzY2OTkyNA==" state="partial" version="1"></issue>
fastXmlParser.parse(xml, {
attrPrefix : "@",
attrNodeName: false,
textNodeName : "#text",
ignoreNonTextNodeAttr : false,
ignoreTextNodeAttr : false,
ignoreNameSpace : false,
ignoreRootElement : false,
textNodeConversion : true,
textAttrConversion : false,
arrayMode : false
});

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions