Kim Schulz wrote: > I am currently modifying the docbook xxe plugin to use our coorporate > templates and stylesheets. These are however placed in a static place on > another disc than the Application data dir where the addon is placed. > > How do I form the link to the file if I need to use a template file on > this other disk? > I tried the following which did not work as expected: > <template name="DataBook" > location="s:\typesetting\templates\Databook.xml"/> >
location is an URL and not a filename. Please specify: file:/s:/typesetting/templates/Databook.xml --- PS: As URLs are case-sensitive and filenames on Windows are not, I would recommend to use the exact case of the filename in the URL e.g. file:/S:/typesetting/templates/Databook.xml

