- From: Todd V. Clark <tvclark@denalitek.com>
- Date: Sat, 5 Feb 2000 15:42:43 -0500 (EST)
- To: <html-tidy@w3.org>
I noticed that tidy has a problem parsing Microsoft Webclass tags. All
webclass tags begin with "<WC@". The programmer of the webclass defines
these tags for the application. For example:
<WC@DOMAINNAME>test.com</WC@DOMAINNAME>
Even if defining WC@DOMAINNAME in the .CFG file as a block level tag, tidy
stops parsing the tag name at the '@'.
<WC@DOMAINNAME>test.com</WC@DOMAINNAME>
becomes:
<WC DOMAINNAME>test.com</WC>
Any ideas (besides not using webclasses) <g>
Thanks,
Todd Clark
Received on Monday, 7 February 2000 07:37:00 UTC