First of all, forget my message from yesterday: it did not occur to me
that the configuration files cannot be reread within XMLmind, and I
had to start it again.

Now I cannot manage to copy the graphics files in my output directory.
The relevant lines in my config files are

      <mkdir dir="graphics" />
      <copyProcessResources
        resources="xsl/images/graphics/gif_graphics.list"
        to="graphics" />

[...]

      <upload base="file:/%1/%2">
        <copyFiles files="*.*" toDir="." />
[...]
        <copyFiles files="graphics/*" toDir="graphics" />
      </upload>

unfortunately I notice that only the file "gif_graphics.list" is
copied, and not the filename it contains. What is the correct syntax?

TIA, .mau.

Reply via email to