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
Given the following XML:
<?xml version="1.0" encoding="utf-8"?> <root> <![CDATA[<?xml version="1.0" encoding="utf-8"?> <CurrentWeather> <Status>Success</Status> </CurrentWeather> ]]> </root>
Parsing this XML into an Item instance, and then calling getElementAsString() on it, will result in a malformed XML that is missing the wrapper.
Please see a testcase here: apandichi@311767b
A possible fix for this can be found in this branch: https://github.com/apandichi/choreos_v-v/commits/cdata-issue Relevant commits: apandichi@329f109 apandichi@c5ad49e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given the following XML:
Parsing this XML into an Item instance, and then calling getElementAsString() on it, will result in a malformed XML that is missing the wrapper.
Please see a testcase here: apandichi@311767b
A possible fix for this can be found in this branch:
https://github.com/apandichi/choreos_v-v/commits/cdata-issue
Relevant commits:
apandichi@329f109
apandichi@c5ad49e
The text was updated successfully, but these errors were encountered: