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

Fix xml entities splitting strings #20

Merged

Conversation

aaronjensen
Copy link
Contributor

For some reason, xmerl_scan:string/2 breaks text like hello&world up into two text nodes. This simply joins all text nodes together, which is what I expect when using ~x'.../text()'s

@aaronjensen
Copy link
Contributor Author

Fix for #19

@seantanly
Copy link
Contributor

👍

@awetzel Can we get this fix merged and have a new release. :)

@awetzel
Copy link
Collaborator

awetzel commented Feb 8, 2016

I was actually not a fan because I sometime needed the multiple text() node split. But actually it is possible to use the list modifier l to do that with this fix, so merged

awetzel added a commit that referenced this pull request Feb 8, 2016
…rings

Fix xml entities splitting strings
@awetzel awetzel merged commit 78d7b44 into kbrw:master Feb 8, 2016
@kagux kagux mentioned this pull request Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants