Description
The image link in dokuwiki is created like this:
{{ ::actualitza.png?600 |}}
The syntax in xwiki is:
[[image::actualitza.png||style="float:left" width="600 px"]]
That returns a 404, because the image doesn't have de ':' in front
It should be instead:
[[image:actualitza.png||style="float:left" width="600 px"]]