issues
search
robrighter
/
node-xml
An xml parser for node.js written in javascript.
197
stars
59
forks
source link
replace left, right quote for string
#39
Open
gunivan
opened
8 years ago
gunivan
commented
8 years ago
Some xml file contains left and right quote and quote character in CDATA tag for ex: “a text inside left and right quote”
Left and right quote in CDATA tag was escaped by: “ and ”
Therefore, I add lrdRegEx to replace left and right quote to quote