Tidy doesn't work with MS Webclasses

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