- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Thu, 25 Mar 2004 16:53:15 +0100
- To: Fabrice Estiévenart <fe@cetic.be>
- Cc: html-tidy@w3.org
* Fabrice Estiévenart wrote:
>tidying up this javascript:
>
><script type="text/javascript" language="JavaScript">
> document.write('<select name="Language"
>onChange="JumpMenu(this.options[this.selectedIndex].value)"; return true;>');
> document.write('<option value="about_es.htm">Castellano<\/option>');
></script>
>
>gives me no change in the html code. However, the output document is not
>well-formed xml.
You should use the -asxml (--output-xhtml yes) config option then.
Received on Thursday, 25 March 2004 10:53:42 UTC