Quote:
Originally Posted by illicit
No luck with that, it just says "cannot find xml.dtd".........?
|
I assume that "xml.dtd" is the name of your xml file that you wish to use....
You must make sure that configuration option in the QuickGuide.exe.config file that points to your xml file is correct.
The default xml file that BladeRunnerPro v3.5 uses is located at:
C:\Windows\ehome\BladeRunnerPro\GuideData\xmltv.xm l
Therefore you have to change the default option to point to your xml file. For example, if your xml file is located in the "My Documents" folder at:
C:\Documents and Settings\Username\My Documents\xml.dtd
You need to change the default option in QuickGuide.exe.config from:
<add key="XMLTVFile" value="
GuideData\xmltv.xml" />
to:
<add key="XMLTVFile" value="
C:\Documents and Settings\Username\My Documents\xml.dtd" />
It works for me....just tried it to make sure....
The other alternative is to rename your xml file to "xmltv.xml" and place it in the "C:\Windows\ehome\BladeRunnerPro\GuideData\" folder. BladeRunnerPro should then work with the default options.
Let me know if you have any more problems.....
jmccl