Re: XHTML & WO
Re: XHTML & WO
- Subject: Re: XHTML & WO
- From: King Chung Huang <email@hidden>
- Date: Tue, 13 Apr 2004 22:25:34 -0600
Yeah, this has been a huge annoyance for me. I design everything with
XHTML 1.0 Strict compliance. Then, WebObjects' dynamic elements goes
around generating non-validating output. Hopefully, a future version of
WO will bring the HTML generation up to par. Quoting attributes and
closing tags shouldn't break older browsers.
King Chung Huang
Learning Commons
University of Calgary
On Apr 13, 2004, at 2:09 AM, David Teran wrote:
Hi,
its impossible to generate XHTML with a normal, unpatched WO
installation, no matter which version you are using:
1) dynamic elements do not use quotes around the attribute values:
<input type=text ...>
2) dynamic elements do not close the tag: <img src=.... > instead of
<img src=... ></img> or <img src=.../>
regards David
Am 07.04.2004 um 06:48 schrieb Jonathan Fleming:
is it absolutly necessary to enclose WebObject HTML element atributes
in quotes in order to conform with xhtml comlpiance rules?
TIA
Jonathan :^)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.