Re: tidy and JS

* 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