Here is the code.. http://www.nabble.com/file/p16178965/StandardXsltTransformerComponent.java StandardXsltTransformerComponent.java This is similar to the standard saxon code . But we have done some changes like instead of passing xsl as resource , it takes XSL file name and then constructs the stream from that.
The above example is working fine when we run the same in ecllipse with Junit. lhe77 wrote: > > As this is a possible result of your changes it will be hard to help you > without > having a look at your code. > > Regards, > Lars > > > sachin2008 schrieb: >> Hi, >> >> I have faced some classpath problems in saxon so i have decided to write >> my >> own lightweight xslt component for xsl transformation. >> >> Just i have modified the some code in lightweight xslt component.... >> >> But i am getting an exception like .. >> >> (Location of error unknown)java.lang.ArrayIndexOutOfBoundsException: -1 >> >> >> Can anyone please help me in resolving this issue... >> >> >> >> >> >> >> >> >> ----- >> Cheers >> Praveen Oruganti >> "Think before you act and act on what you believe" >> > > ----- Cheers Praveen Oruganti "Think before you act and act on what you believe" -- View this message in context: http://www.nabble.com/reg%3Aproblems-facing-in-servicemix-lw-xslt-tp16176712s12049p16178965.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
