Re: Why Node.getNodeValue() method does not return the string after(&)
Posted By:
AlessandroA_Garbagnati
Posted On:
Friday, July 13, 2001 11:55 AM
Hi,
Because the '&' sign it's a special character (in HTML too). In an XML file you need to use the '&' entity to represent it...