"Tom Klaasen (TeleRelay)" wrote:

> Hmm, maybe. But Struts is for rendering html, and I'm pretty sure xhtml
> and html aren't entirely compatible... (how does your IE3.0 react on
> "<br/>" ?)

I've been using straight XHTML for a while now with no problems.  The way to get
around older browsers getting confused with the single closed tag is to end a
space before the />.  So <br/> should be written as <br />, <hr> as <hr />, etc.

Simple, and it buys you full XHTML compliance.  Everyone goes home happy.

-Mark


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

Reply via email to