Versions Compared

Key

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

...

Where templateName is the classpath-local URI of the template to invoke; or the complete URL of the remote template. Refer to the Spring Documentation for more detail of the URI syntax

Here are some example URIs

URI

Description

xslt:com/acme/mytransform.xslt

refers to the file com/acme/mytransform.xslt on the classpath

xslt:

file:///foo/bar.xslImage Added

refers to the file /foo/bar.xsl

xslt:

http://acme.com/cheese/foo.xslImage Added

refers to the remote http resource

Using XSLT endpoints

For example you could use something like

...