You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/01/15 20:28:41 UTC

DO NOT REPLY [Bug 16132] New: - [Jelly] core:file convert to <html>

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16132>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16132

[Jelly] core:file convert <html> to &lt;html&gt;

           Summary: [Jelly] core:file convert <html> to &lt;html&gt;
           Product: Commons
           Version: Nightly Builds
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Sandbox
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: kelly.chen@tumbleweed.com


This is happenning on the night build of 1/10/2003. I was using <core:file> tag
to convert some XHTML content to traditional HTML and found the following problem:
....
<j:file outputMode="html" prettyPrint="true" var="htmlContent" trim="false">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
.....
</j:file>${htmlContent}
...

Instead of getting HTML content as the output. I found that all "<" and ">" for
HTML tags are transformed to "&lt;" and "&gt;"

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>