We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
var Und = require('upndown'); var und = new Und(); var data = '<bottle .label="">\'</bottle></amount>'; console.log(und.convert(data));
yields
undefined:121 throw "Parse Error: " + html; ^ Parse Error: <bottle .label="">'</bottle></amount></div>
Maybe just skip properties like that?
The text was updated successfully, but these errors were encountered:
Fixing parsing issue when html contains non-valid attribute
5a58a04
Fixing parsing issue when html contains non-valid attribute See netgusto/upndown#2
Fixed Issue #2: If property has a dot in it, parsing fails
2e7e823
Fixed. Non-valid html attributes are dropped by the parser.
Added a test to check this (html/attributes.md).
upndown is now v0.0.8 and requires an dependency update (npm update).
Sorry, something went wrong.
No branches or pull requests
yields
Maybe just skip properties like that?
The text was updated successfully, but these errors were encountered: