in reply to Re^2: creating an xml file from perl
in thread creating an xml file from perl
Shoot, I forgot about that. Actually, it needs to be URI escaped and HTML value escaped. However, since uri_escape removes '"' and '&' by default, HTML value escaping is a no-op.