Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Values not escaped when using <node>.OutputXML(true) #23

Merged
merged 2 commits into from Nov 23, 2017

Conversation

highway900
Copy link
Contributor

When XML with escaped characters such as &lt; is loaded it will be transformed into its un-escaped version. Then when OutputXML(true) is used the inner text values are returned in the un-escaped version.
This PR will add escaping to the inner text of nodes for the output of OutputXML(true)

@coveralls
Copy link

coveralls commented Nov 22, 2017

Coverage Status

Coverage increased (+0.3%) to 71.262% when pulling 9b34027 on highway900:master into 23c951a on antchfx:master.

@zhengchun zhengchun merged commit 9b34027 into antchfx:master Nov 23, 2017
zhengchun added a commit that referenced this pull request Nov 23, 2017
zhengchun added a commit that referenced this pull request Nov 23, 2017
@zhengchun
Copy link
Contributor

@highway900 ,I'm sorry, looks i'm made a mistake. I'm merged you PR and push to github but your name not listed in the main contribution page, so i'm undo my last push and push again still not successful.

I'm googling , looks your email in the git config and github account is not same cause this issue。you can trying add your new git config email to github email list or re-open new PR.

Thanks again.

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

Successfully merging this pull request may close these issues.

None yet

3 participants