[ 
https://issues.apache.org/jira/browse/TAPESTRY-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554867
 ] 

Howard M. Lewis Ship commented on TAPESTRY-1818:
------------------------------------------------

The fix for this is part of the fix for TAPESTRY-1600.

You have to be careful to use a <!DOCTYPE> and set the content type for the 
page to be "text/xml".  Only then is the XML Markup Model used, which supports 
CDATA sections.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>


in the template and

@Meta("tapestry.response-content-type=text/xml")

in the Java code.

> Template parser should handle CDATA blocks
> ------------------------------------------
>
>                 Key: TAPESTRY-1818
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1818
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>            Reporter: Hugo Palma
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to