Black Hole
May contain traces of nut
Win7/64
I use a program (KompoZer) which does mostly what I want but is annoying in that it fails to open files in certain very specific circumstances (loading CSS and images etc that are referenced from root instead of relative to the current location). BlueGriffon (another development of NVu) does exactly the same thing.
My idea is that if I could log file requests made by KompoZer, I could see why it isn't finding root-referenced resources and work out a way to plug the gap. How could I go about that? Is it possible to run a virtual environment to intercept the file system calls?
Another idea is to examine the source code - if it's well enough commented I might be able to spot the area of code that does it (but it sounds like a long job).
I use a program (KompoZer) which does mostly what I want but is annoying in that it fails to open files in certain very specific circumstances (loading CSS and images etc that are referenced from root instead of relative to the current location). BlueGriffon (another development of NVu) does exactly the same thing.
My idea is that if I could log file requests made by KompoZer, I could see why it isn't finding root-referenced resources and work out a way to plug the gap. How could I go about that? Is it possible to run a virtual environment to intercept the file system calls?
Another idea is to examine the source code - if it's well enough commented I might be able to spot the area of code that does it (but it sounds like a long job).