when executed under win32, the format of the href is not compatible with linux. slash/anit-slash pb
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=".\\ds\\src\\test\\p346-chidlovskii.xml_data/image-1.vec"/>
should be:
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="./ds/src/test/p346-chidlovskii.xml_data/image-1.vec"/>
Anonymous
replace space by %20 (URL)