Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Keyword Expansion for xml files....

Status
Not open for further replies.

SrkrReds

Programmer
Dec 17, 2001
36
0
0
US
Hello:

I am trying to add keyword expansion to *.xml files in one of our vss databases, but it is not working.. This is what I have in the srcsafe.ini file on the vss server.

[COLOR=red yellow]
Keyword_Masks = *.a, *.a51, *.asa, *.asc, *.asm, *.asp, *.bas, *.bat, *.bld, *.c, *.cct, *.cfg, *.cls, *.cmd, *.cpp, *.css, *.csv, *.ctl, *.def, *.dlg, *.frm, *.h, *.hpp, *.hta, *.html, *.htm, *.idl, *.inc, *.ini, *.ink, *.java, *.js, *.lnk, *.maa, *.mak, *.mc, *.mst, *.pkg, *.rc, *.rul, *.sql, *.tst, *.txt, *.xml

[Keyword Comments]
*.a = "* "
[/color]
--rest of file extensions go here
[COLOR=red yellow]
*.xml = "<!-- "
[/color]


Keywords (such as $Header: $, etc.. expand for all extensions except the *.xml files).
Also tried:
[COLOR=red yellow]
*.xml = "<![CDATA[ "
[/color] instead of [COLOR=red yellow] *.xml = "<!-- "
[/color]

Following is the line in xml file.
Code:
[COLOR=red]
<!--$Header: $ -->
[/color]
$Header: $ or any other vss keywords are not expanding for xml files.

ANy help is greatly appreciated.

thank you in advance..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top