Re: Tidy support

Here's what I'm getting with each of the ASP.Net User Controls (custom tags)
I'm using:
line 18 column 17 - Error: <aspnet101:top> is not recognized!
line 18 column 17 - Warning: discarding unexpected <aspnet101:top>

Here's my one line in the config.txt file (in the same directory as the
Tidy.exe):
new-empty-tags:
aspnet101:side,aspnet101:top,aspx:netcode,aspnet101:footer,aspnet101:footer,
xpress:rotator,xprs:books

The tags look pretty much like this:
<aspx:header runat="server"/>

and I'm calling it, in the command line lke this:
C:\Tidy-Beautify\tidy.exe -config config.txt -f
C:\Tidy-Beautify\temp\errs.txt -indent -wrap 0 --keep-time
no --indent-spaces 3 -m aspnetcode.aspx

Then - none of the regular HTML is 'tidied' up....

Can anyone see what I'm doing wrong here?

David Wier
http://aspexpress.com
Home of ASP Express - the best ASP/ASP.Net text editor in the Galaxy

Received on Friday, 8 November 2002 14:00:26 UTC