-
Notifications
You must be signed in to change notification settings - Fork 607
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
Parser is not able to parse the <![CDATA[ #519
Comments
Are you using the most recent version of xml2js? Yarn
NPM
Please confirm when possible....thanks! |
Only the builder has this option but not the parser |
@Abhishek2kr - you gave my answer a thumbs up, did that work for you? If all good, please close issue... Thanks! |
My npm version is 6.4.1 I have not updated the npm. And the xml2js version is 0.4.4 |
https://stackoverflow.com/questions/43127863/node-update-a-specific-package |
I have just updated the xml2js still not working. I think we should create option for parser, similar to cdata option used in builder. |
I was running into this as well, I was looking to make a PR for this but don't have time yet... If you include this in the parser options, it will remove it, note the indexOf is really there for performance reasons since most xml feeds don't use cdata on all attributes.
|
it's handled in the last versions, all need to do is to update the package |
So there should be option so that we can pass for parsing the multiple <![CDATA[
The text was updated successfully, but these errors were encountered: