Re: TIDY -- Error when attempting to use configuration file
"Dennis Lovelady" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <000701c78389$74b02e90$0501a8c0@VAIO> |
Hmmm... that's a good point. I was doing this in a unix window (Cygwin, actually), so it didn't even occur to me to.... Anyway, tried it. Like it. :) Thanks so much; I knew it had to be something stupid on my part! Regards, Dennis ----- Original Message ----- From: "Fred Bone" <[email protected]> To: "Dennis Lovelady" <[email protected]>; <[email protected]> Sent: Monday, April 16, 2007 10:00 AM Subject: Re: TIDY -- Error when attempting to use configuration file > On 15 Apr 2007 at 6:00, Dennis Lovelady said: > > > Hello, Tidy wizards: > > > > Using "HTML Tidy for Windows released on 2 April 2007" > > > > I am trying load a configuration file via either: > > HTML_TIDY=/path/to/file; export HTML_TIDY > > or "tidy -c /path/to/file" > > > > In either case, I receive: Config: Can't open "/home/Dennis/tidy.ini" > > [...] > > Any ideas what I might be doing wrong? > > Have you tried the normal Windows syntax? > HTML_TIDY=c:\home\Dennis\tidy.ini >