:)
No problem. I knew it could have been just fallen through the cracks,
but it was hard to really know if the issue was being purposely ignored
or not :)
As to the patch. I have gone through and rebuilt the patch against the
latest SVN, and I think the patch is good. But before I post up the new
patch set I wanted to test it against our projects. Which required me
to port to the new MarkupRenderFilter ideas, and because of christmas
vacation that has gotten derailed. In a few days I'll have all of that
worked out and I'll post up the new patch set against 5.0.8-SNAPSHOT.
If you have any questions about the features/patches, or what not, speak
up. :)
Howard M. Lewis Ship (JIRA) wrote:
[ https://issues.apache.org/jira/browse/TAPESTRY-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554626 ]
Howard M. Lewis Ship commented on TAPESTRY-1600:
------------------------------------------------
Fernando, sorry that you felt like the cold shoulder. As we discussed on the
mailing list, things can happen in an odd order in an open source project.
Priorities are not always quite top down, as I know I often work on lower
priority things that I can accomplish in a set time, rather than more ambitious
and over-arching bug fixes.
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
Assignee: Howard M. Lewis Ship
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]