I have some trouble using xi:include with head.
When I last used it it 0.7 something like
<xi:include href="indextest.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
would include a document from the same directory that the
including file is in.
Now when I use this in head I get an error
Resource not found: file:/C:/forrest/head/main/webapp/indextest.xml
meaning the file is looked for in the forrest programm
directory.
Does anybody know why this was changed or how I can get my
convenient relative addressing back?
Or at least how to include the current directory w/o
hardcoding it?
Thanx,
Ferdinand