Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
zeng450026937 opened this issue Jan 9, 2018 · 2 comments
Closed

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

zeng450026937 opened this issue Jan 9, 2018 · 2 comments
Assignees
Labels

Comments

@zeng450026937
Copy link

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
});

@amitguptagwl amitguptagwl self-assigned this Jan 10, 2018
@amitguptagwl
Copy link
Member

Thanks to raise an issue. Though I have fixed it by a small change. But I'm working rewriting validator to handle this issue and to handle very long strings (in MBs) which may take some time.

@amitguptagwl
Copy link
Member

Fixed. Please use 2.9.0 or later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants