Jim Spath wrote:
> Hi all,
>
> Just joined the list... excuse me if this has been posted before, but I
> didn't find a good way to search the mailing list archives.
>
> I use HTML::Template for XML templates frequently, and think that
> ESCAPE=XML would be a useful addition.  So far as I know HTML escaping
> and XML escaping are slightly different.
>
> Thanks!
> - Jim Spath
>

How are they different?

From here: http://www.w3.org/TR/2000/REC-xml-20001006#syntax

(&) => "&"
(<) => "&lt;"
(>) => "&gt;"
(') => "&apos;"
(") => "&quot;"

What other escaping is necessary for XML?

Tom


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to