When using process command copyDocument to write the current document into a temporary file which will be fed to command "transform", image file paths (as contained e.g. in attribute fileref of the DocBook imagedata element) are changed. In my case, the directory part is dropped and replaced by "./", mutilating the file paths.
Of course, when copying an XML file, it generally makes perfect sense to copy its resources (i.e. referenced images) as well, which XXE's copyDocument command is well designed to do: http://www.xmlmind.com/xmleditor/_distrib/doc/commands/copyDocument.html However, in my case, I am doing an in-place transform, so I neither need my images copied somewhere nor want to have the image paths touched at all. How do I need to use copyDocument so that it will leave my image paths unchanged? Yves -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

