Cannot find how to add to tag list in help

This forum is user-to-user based and not regularly monitored by IDM.
Please see the note at the top of this page on how to contact IDM.

Cannot find how to add to tag list in help

Postby cknell » Thu Apr 07, 2005 2:34 pm

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 web site 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.
User avatar
cknell
Newbie
 
Posts: 3
Joined: Wed Apr 06, 2005 11:00 pm

Re: Cannot find how to add to tag list in help

Postby Mofi » Fri Apr 08, 2005 1:40 am

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.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4058
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to UltraEdit General Discussion