node-xml
node-xml copied to clipboard
replace left, right quote for string
- 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