Hi, 
I have several complicated transformation xsl-files, which include common
templates. So I need to find a way to define them as resources in saxon's
xbean.xml. 

e.g., in 
  <saxon:xslt service="test:XsltRequestServiceA" endpoint="endpoint"
              resource="classpath:Arequest.xsl" />

  <saxon:xslt service="test:XsltRequestServiceB" endpoint="endpoint"
              resource="classpath:Brequest.xsl" />

Arequest.xsl and Brequest.xsl both include common.xsl, which is on the same
level. How do I define this? 

-- 
View this message in context: 
http://www.nabble.com/how-to-define-multiple-xslt-resources-in-saxon-component-tf4400676s12049.html#a12553102
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to