Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is a test case along with its Spring XML if you want a concrete example.

Using xsl:include

Camel 1.6.2/2.2 or older
If you use xsl:include in your XSL files then in Camel 2.2 or older it uses the default javax.xml.transform.URIResolver which means it can only lookup files from file system, and its does that relative from the JVM starting folder.

...

Will lookup the staff_tempkalte.xsl file from the starting folder where the application was started.

Camel 1.6.3/2.3 or newer
Now Camel provides its own implementation of URIResolver which allows Camel to load included files from the classpath and more intelligent than before.

...