L.S.,
You can put your po-parser.xsl file in the root of your SU archive, next
to the xbean.xml file.
Gert
VishalKumarNalla wrote:
Hi,
Can anybody give me clues on how exactly Saxon Component works.I have tried
the following, here is the configuration file:
<beans xmlns:sm="http://servicemix.apache.org/config/1.0"
xmlns:test="http://servicemix.apache.org/test/1.0/"
xmlns:saxon="http://servicemix.apache.org/saxon/1.0"">
<saxon:xslt service="test:saxon-component" endpoint="endpoint"
resource="classpath:po-parser.xsl" />
</beans>
I have put the xsl file under conf directory.
Thanks in advance