java - tapestry 4 generate valid XHTML -


Is it possible to create a valid XHTML in Tapestry 4.1.x?

I can specifically open the need to generate the appropriate xHTML header and work around the actual body content - that is, only use specific components that provide valid tags / structures.

thx.

using @ shell component,

1. Change the methodology:

  doctype = "html public '- // W3C // DTD XHTML 1.0 Strongly //n' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd' " 

2. Disable dojo script inclusion because the links are not valid XHTML (they are included in the & amp; in the URL)


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -