Re: Tidy changes javascript code

Hallo Thomas,

um es einfach zu sagen:
Für einen Parser, der ja i.A. kein JavaScript "versteht", endet ein 
<SCRIPT>-Block beim ersten schliessenden Tag (</...>).
Aus diesem Grund muß jeder Slash im document.write-Aufruf mittels 
voransgestellen Blackslash maskiert werden.
Genauere Informationen findest Du in der Spezifikation zu HTML 4.0: 
[http://www.w3.org/TR/REC-html40/appendix/notes.html#notes-specifying-data]
Diese Information ist ultimativ, wenn Deine Bücher etwas gegenteiliges 
sagen, beschwer Dich bei Autor und/oder verlag und gib diese Adresse als 
Referenz.


Gruss nach Ruedesheim! :)


sebastian.

At 03:20 24.06.2000 -0400, Thomas Appel wrote:
>Dear Sir,
>
>would you please tell me, why tidy (version of 13th january 2000) changes 
>the following java script line
>
>parent.FRAME2.document.write("</HEAD><BODY><H1>" + Titel + 
>"</H1></BODY></HTML>");
>
>to
>
>parent.FRAME2.document.write("<\/HEAD><BODY><H1>" + Titel + 
>"<\/H1><\/BODY><\/HTML>");
>
>adding a backslash in front of every slash in the html-tags. I could not 
>find this syntax rule in any of my html-books.
>
>Kind Regards
>
>Thomas Appel
>Hugo-Asbach-Str. 9
>D-65385 Rüdesheim am Rhein
>Germany
>
>Email: <mailto:thomas.appel@arcormail.de>thomas.appel@arcormail.de

--
Sebastian Lange
http://www.sl-chat.de/
Maybe the first chat site that validates as HTML
4.0 even though user input may contain HTML codes.

Courtesy to Dave Raggett's HTML Tidy:
http://www.w3.org/People/Raggett/tidy/

Received on Monday, 26 June 2000 04:43:14 UTC