[
https://issues.apache.org/jira/browse/TAPESTRY-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542290
]
Fernando commented on TAPESTRY-1600:
------------------------------------
There seems to be interest in this bug from users, but no attention from
developers. Some people have asked me to put up my build on a repository so
they can play with it and comment. So here is it:
http://tapestry.happyfern.com/
http://tapestry.happyfern.com/repository/
please, if you're interested, give it a whirl and email me.
> Cannot render XML from page templates: XML declaration and namespaces are
> removed
> ---------------------------------------------------------------------------------
>
> Key: TAPESTRY-1600
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1600
> Project: Tapestry
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.0, 5.0.3, 5.0.4, 5.0.5, 5.0.6, 5.0.7
> Reporter: David Peterson
> Attachments: namespace-support-586974.diff,
> namespace-support-591544.diff, namespace-support-594707.diff
>
>
> Rather than HTML, I want my page to return XML (it's an Atom feed).
> I want this:
> <?xml version="1.0" encoding="UTF-8"?>
> <feed xmlns="http://www.w3.org/2005/Atom">...</feed>
> But the response is being rendered like this:
> <feed>...</feed>
> There are two issues:
> - The XML declaration is missing
> - The Atom namespace is being stripped from the <feed> element
--
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]