Cannot find how to add to tag list in help

Cannot find how to add to tag list in help

3
NewbieNewbie
3

    Apr 07, 2005#1

    I have looked at the two topics in help that discuss tag lists and I can not find any information on how to add the XSLT tag list to the displayed tags. I downloaded the XSLT tag list from the website and appended it to the taglist.new file. The help file is of no use in understanding how to add this to the display.

    At this point I have a taglist.new that opens with
    [TagList]
    ActiveGroup=XSLT

    Further along in the file I have

    [Tag Group - XSLT]
    0=
    1="c: block :UEDS:<!--^p ... ^p-->^p"

    and so on up to and including
    49="c: -----( comments )----- :UEDS:"

    This is followed by

    [Group List]
    0=HTML - Special Characters
    1=HTML - Tags
    2=XSLT
    3=

    which finishes the file.

    When I do View->Views/Lists->Tag List

    I get the drop-down box showing XSLT, HTML - Special Characters, and HTML-Tags. Everything I expect shows up in the list below the drop down for the two HTML tag lists, but absolutely nothing shows up when XSLT is selected from the drop-down.

    Please advise, and please IDM, put some helpful help on this topic into the help file.

    Thanks.

    6,602548
    Grand MasterGrand Master
    6,602548

      Apr 08, 2005#2

      Problem found! You have deleted the first tag specification at the XSLT tag list. 0= is interpreted by UE as last entry of list, because it has no specification. The rest of the list is not taken into consideration by UE after that entry.

      To solve this:

      Open the tagfile.
      Copy 1="c: block :UEDS:<!--^p ... ^p-->^p" and replace 0= with this text.
      Replace 1= by 0= to get a valid list now.
      Save the file.
      Close UltraEdit.

      Start UltraEdit again.
      Open tag list view.
      Select XSLT, if not already active.
      Click with right mouse button inside the tag list view.
      Select Modify from the popup menu.
      Select the first unwanted "c: block".
      Press Delete button.
      Press OK button.
      Press Yes button to reload it.


      Alternatively you could also delete the 0= line and renumber the list in column mode manually.
      Best regards from an UC/UE/UES for Windows user from Austria