Configuring HTML Tidy: change case on html tags

Help with setting up and configuring custom user tools in UltraEdit (based on command line input)

Configuring HTML Tidy: change case on html tags

Postby warrenweiss » Sat Aug 28, 2004 12:39 am

Is is possible to configure Ultraedit's HTML Tidy engine to ONLY convert uppercase tags to lowercase?

Using an *.ini file, perhaps.

There's plenty of documentation to plow through and figure it out, but I'm wondering if anyone has done this or otherwise limited what HTML Tidy can do.
User avatar
warrenweiss
Newbie
 
Posts: 1
Joined: Fri Aug 27, 2004 11:00 pm

Re: Configuring HTML Tidy: change case on html tags

Postby Manni » Sun Aug 29, 2004 7:11 am

First, you need to tell UEdit where to look for the tidy ini file. Place a line like this in your uedit32.ini (in the [Settings] section):
Html Tidy Config File="c:\winutil\ultraedit\tidy.ini"

Then look up the options you need on this page:
http://www.w3.org/People/Raggett/tidy/

If your tidy.ini contains this line:
uppercase-tags: no

You should get lower-case tags.


HTH,
Manni
User avatar
Manni
Advanced User
Advanced User
 
Posts: 58
Joined: Thu Jul 15, 2004 11:00 pm
Location: Europe

Re: Configuring HTML Tidy: change case on html tags

Postby mary.vivit » Tue Nov 23, 2004 6:52 pm

Where is the .ini file located after installation of UE10.20c on WinXP? I did a search for .ini files, and none of them were for Tidy HTML. Thanks for the help.
User avatar
mary.vivit
Basic User
Basic User
 
Posts: 35
Joined: Tue Nov 23, 2004 12:00 am

Re: Configuring HTML Tidy: change case on html tags

Postby Mofi » Wed Nov 24, 2004 2:25 am

Per default, there is no tidy ini-file. You simply have to create it anywhere, if you want a special tidy settings and add the ini-file name with path to UltraEdits ini-file like Manni described.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4055
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: Configuring HTML Tidy: change case on html tags

Postby mary.vivit » Mon Nov 29, 2004 11:04 am

Thanks for the help. I'll give it a try.

Mary
User avatar
mary.vivit
Basic User
Basic User
 
Posts: 35
Joined: Tue Nov 23, 2004 12:00 am


Return to Custom User Tools/Tool Configuration