You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Eric Suen <er...@hotmail.com> on 2004/03/16 17:26:29 UTC

Question about jspx and CDATA

Hi,

    I have a file like this:

| <?xml version="1.0"?>
| <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
|     xmlns:jsp="http://java.sun.com/JSP/Page"
| >
|     <fo:block>&lt;fo:inline&gt;</fo:block>
|     <fo:block><![CDATA[<fo:inline>]]></fo:block>
| </fo:root>

and the output is:

| <?xml version="1.0" encoding="UTF-8"?>
| <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"><fo:block>
| <fo:inline></fo:block><fo:block><fo:inline></fo:block></fo:root>
  ~~~~~~~~~~                      ~~~~~~~~~~~
is this a bug? or how can I get "<![CDATA[...]]>" as output?

My env is tomcat 5.0.19 & jdk1.4.2

Regards

Eric




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org