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
[EMAIL PROTECTED]


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

Reply via email to