in reply to Re: Re: Re: parsing reserved chars with xml::simple
in thread parsing reserved chars with xml::simple

What is !41? If you are going to escape the characters, you should use the right escape values. You can either use the entities: &, >, <, ", or the numeric character references: &, >, <, ".
  • Comment on Re: Re: Re: Re: parsing reserved chars with xml::simple