What happens when you to an import from one of the xsl loaded with "classpath:xx" ? Does it fail ? I'm not sure this is supported because the "classpath:xx" stuff is provided by spring, so the xml parser may not recognize it. Maybe this can be improved...
On 9/7/07, ib22841 <[EMAIL PROTECTED]> wrote: > > 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. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
