|
Re: still too early for XHTML :-((: msg#00020java.enhydra.xmlc
Try this... <script type="text/_javascript_" src=""> I'm actually not sure why the w3c validator reports your page as valid XHTML because I'm pretty sure that the </script> end tag is required instead of the shortcut tag. If XMLC, by default, modifies your <script></script> to <script /> or if you create a <scipt> element via the DOM and XMLC writes it as <script /> instead of <script></script>, then that is a bug in XMLC. Let's say I'm wrong about this, for arguments sake, and the standards actually say that the shortcut <script /> tag *is* valid XHTML. At the very least, using <script></script> instead of <script /> is a perfectly HTML/XHTML compatible way to import _javascript_ files. This wouildn't be an IE only hack. This would be totally compatible with standards if XMLC did it this way. Jake At 02:29 PM 4/7/2003 +0200, you wrote: Hi,
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: ', David Li |
|---|---|
| Next by Date: | Re: ', Jacob Kjome |
| Previous by Thread: | Re: still too early for XHTML :-((, Petr Stehlik |
| Next by Thread: | Re: still too early for XHTML :-((, dcorbin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |