It's not a pressing issue. I'm writing some interface XSL's that perform transformations on HTML forms. Part of the incentive of choosing XSL over a custom tag library is that I can make them work with both Struts (which I'm trying to get my team to move to) or regular forms. For this to work, the forms have to be well-formed.
Thank you, and I look forward to seeing this in a future release, Bob On Mon, Dec 03, 2001 at 11:34:07AM -0700, Matt Raible wrote: > I've converted the struts tags to be xhtml-compliant and posted the changes > to this list. However, they haven't been committed to the nightly build. I > can send you a struts.jar with the updated tags if you'd like. > > Basically, if you have <html:html xhtml="true">, then all the rest of the > tags will use the XHTML-compliant version of their tags. > > I've converted these to have a space before the closing bracket so they will > work in older browsers. > > i.e. > > <br /> instead of <br/> > > These tags are incorporated to a build from 11/14 so includes a lot of the > 1.0.1 Struts development (i.e. uses commons packages). > > Regards, > > Matt > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 03, 2001 9:59 AM > To: Struts Developers List > Subject: Well-formed markup. > > > Have you guys considered having the html tags output well-formed markup, to > make Struts compatible with xhtml? > > i.e. <input/> rather than <input>? > > Is there a reason that it doesn't already do this (eg. browser incompat.)? > > Thank you, > Bob > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>