Configuring HTML Tidy: change case on html tags

Configuring HTML Tidy: change case on html tags

1

    Aug 28, 2004#1

    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.

    58
    Advanced UserAdvanced User
    58

      Aug 29, 2004#2

      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

      351
      Basic UserBasic User
      351

        Nov 23, 2004#3

        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.

        6,603548
        Grand MasterGrand Master
        6,603548

          Nov 24, 2004#4

          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.
          Best regards from an UC/UE/UES for Windows user from Austria

          351
          Basic UserBasic User
          351

            Nov 29, 2004#5

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

            Mary