I have already used xowiki to build some simple sites, but now I want to store the content pages (several hundreds) into different xowiki instances, and so I need a way to reference all this pages.
Looking at the docs I found that linking a xowiki page living in another instance is easily accomplished with the following syntax:
[[//path/to/other-xowiki/pageReference|link label]]
I tried the same approach to link files and images, i.e.
[[//path/to/other-xowiki/file:myfile|link label]] and
[[//path/to/other-xowiki/image:myimage|link label]]
but in the first case, instead of downloading or viewing the file, I get a page from which I can click another link and only then get the file.
The second format simply don't work.
Is there a different syntax to link files and images stored as xowiki files? Or should I store them in file-storage?
Now the last question: is there a way to link a section of the same page without asking xinha to turn to plain html?