dotku / x2js

Automatically exported from code.google.com/p/x2js
0 stars 0 forks source link

can't use escaped characters #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
Fixed in v1.1.7

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