Problem with TidyGUI 1.0

Hello!

Whenever Tidy finds a backslash character within a quoted string (of HTML
code) within a JavaScript, it (Tidy) emits this message:
    line nn column nn - Warning: '<' + '/' + letter not allowed here

For example, the following line (within a properly coded JavaScript) caused
4 errors, one for each backslash:
      shInfo = "<P><B>Folder:</B><BR>" + sFolder + "</P><P><B>File:</B><BR>"
+ sFile + "</P>";

I don't think Tidy should ever parse quoted strings, but, that aside, I am
not aware of a REAL problem in such cases. Am I mistaken?

TIA

Christopher Knight, Technical Communicator
E-mail: cknight@attcanada.ca
Phone: (604) 877-0074

Received on Monday, 26 February 2001 22:22:08 UTC