> The validator is attempting to validate text inside the <script> tags, > which will obviously produce errors. If the text is in an (X)HTML file, then it has to comply with its rules. You can either modify the scripts to be compliant (ex., replace "<" with "<", replace "&" with "&", etc.) or (probably simpler) just put the scripts in a separate .js file, and call that from your (X)HTML file(s). RMN ~~~Received on Thursday, 26 April 2007 19:52:43 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:59:01 UTC