- or download this
<root>
<str1>one<two</str1>
...
<str4>Caisse D&quot;Eparge</str4>
<str5>Caisse D&apos;Eparge</str5>
</root>
- or download this
<root>
<str1>one<two</str1>
...
<str4>Caisse D"Eparge</str4>
<str5>Caisse D'Eparge</str5>
</root>
- or download this
use strict;
use warnings;
...
}
exit;