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

can't use escaped characters #27

Closed
GoogleCodeExporter opened this issue Nov 9, 2015 · 2 comments
Closed

can't use escaped characters #27

GoogleCodeExporter opened this issue Nov 9, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

1. Convert attached xml file to json format 

Extpected output is 
{
  description: "< --> &lt"
}
Instead I see the following
{
  description: "< --> <"
}

Version of the product is 1.1.5

Solution is change the order of replacing special characters in 
unescapeXmlChars function. 


Please provide any additional information below.


Original issue reported on code.google.com by Viktor19...@gmail.com on 29 Aug 2014 at 1:55

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by abdulla....@gmail.com on 29 Aug 2014 at 3:09

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Fixed in v1.1.7

Original comment by abdulla....@gmail.com on 29 Aug 2014 at 3:48

  • Changed state: Fixed

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

No branches or pull requests

1 participant