Specifically if you have any of ampersand, greater-than or less-than symbols
in text they will not be escaped as per the XML spec.

Correcting diff to org.apache.fop.render.xml.XMLRenderer between the '----'s

----
321a322,331
>             else if (ch == '&')
>                 sb = sb.append("&");
>             else if (ch == '<')
>                 sb = sb.append("&lt;");
>             else if (ch == '>')
>                 sb = sb.append("&gt;");
>             else if (ch == '\'')
>                 sb = sb.append("&apos;");
>             else if (ch == '"')
>                 sb = sb.append("&quot;");
----

TTFN.
----
Struan Judd <*> "And so it begins ..."  ICQ: 4498196
http://neongraal.sf.org.nz
mailto:[EMAIL PROTECTED]                 Voicemail and Fax: +1 (201) 305-1011 x1006


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to