Ah! that sounds clever. Should this already be happening with version 5.0.5? because with our doctype of:

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

we still get invalid xml.

Thanks,
Joost




Howard Lewis Ship wrote:
Exactly, they are rendered as valid HTML (i.e. a SGML language that
does not always require tags to be closed) not XML.  If you use an
XHTML DTD, Tapestry will switch over to a markup writer that generates
compliant XML.

On Feb 13, 2008 3:17 PM, Joost Schouten (ml) <[EMAIL PROTECTED]> wrote:
Hi,

I am not quite sure if this bug is already known or not so I'll first
post here.

The Grid component generates invalid xml. an unclosed img tag in the header.

I currently load a page through prototype and set the content header of
that page to application/xml with the @Meta annotation in order for
prototype's response.responseXML to work. As soon as I load a Grid
component through with this page I get an invalid XML error.

I'm using T5.0.5

Shall I post in JIRA or has this already been fixed in later versions?

Cheers,
Joost

PS: The same goes for the generated link tags in the header of the page

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







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

Reply via email to