XHTML compliance 2007-09-05 - By Slattery, Tim - BLS
Back OK, I removed the <type> attribute in the struts-html-el.tld in Struts 1.3.8, and it runs.
Now....I'm trying to use xhtml. I use this:
<html-el:html xhtml="true" lang="false">
And it generates this:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
The lang="en-US" is in there whether I specify lang="true", lang="false" or omit the lang attribute entirely from the html-el:html statement. The markup validation service at http://validator.w3.org/ says that there is no "lang" attribute in the html tag in xhtml.
Is it possible to get Struts to create 100% compliant xhtml?
-- Tim Slattery Slattery_T@(protected)
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|