3 From:	SID1::"LWest@ncs.com"  3-DEC-1996 19:17:22.40  To:	"Moreau  Patrick" <pmoreau>  CC:	 Subj:	Problem with xhtml on VMS      Patrick,  E I downloaded XHTML.ZIP recently, and when I ran your .exe for VAX, I   discovered theM fileselectionbox retained the version info for the file which was previously   opened. Therefore,K when a user tries to Save, RMS complains about invalid file specification,   because that version6 already exists.I made a change to XFILES.C as follows:   $ diff xfile.c ************- File DKA100:[WESTL.SRC.XHTML-13.SRC]XFILE.C;2   1239       char  *ptr;   1240       int flag;  ******- File DKA100:[WESTL.SRC.XHTML-13.SRC]XFILE.C;1   1239       int flag;  ************ ************- File DKA100:[WESTL.SRC.XHTML-13.SRC]XFILE.C;2 A  1256   #ifdef VMS  /* fix for vms version overwrite bug - lww */ (  1257       ptr = strchr(filename, ';');   1258       if(ptr) *ptr = '\0';  1259   #endif#  1260       if(save == SAVE_AS_BUT)  ******- File DKA100:[WESTL.SRC.XHTML-13.SRC]XFILE.C;1 #  1255       if(save == SAVE_AS_BUT)  ************  & Number of difference sections found: 2% Number of difference records found: 5     DIFFERENCES /IGNORE=()/MERGED=1--     DKA100:[WESTL.SRC.XHTML-13.SRC]XFILE.C;2- ,     DKA100:[WESTL.SRC.XHTML-13.SRC]XFILE.C;1  M I am running VMS V6.2 and Motif 1.2-3.  If you have any questions, feel free   to email me.   Lyle W. West   lwest@ncs.com National Computer Systems  Eagan, MN (usa) 