in reply to Re: parsing reserved chars with xml::simple
in thread parsing reserved chars with xml::simple
Most parsers, including XML::Simple will decode the entities into the characters. Most generators will do the same transformation. Most parsers have options to control if they parse the entities or not.
|
|---|