|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Problem with version of XSL(Please reply soon)
On 28/11/2007, lakshmi mrudula <mrudula_lakshmi@xxxxxxxxx> wrote: > We have the an XSL that is given below. When we try > to run this file using Stylus studio, it works fine. > Its able to convert the input XML. But when we try to > execute the same XSL using java code in eclipse and > pointing to the same XML converters.jar of Stylus, its > giving the following exception: > > TransformerConfigurationException > ERROR: 'line 194: Unsupported XSL element > 'for-each-group'.' > FATAL ERROR: 'Could not compile stylesheet' In Stylus Studio you are using an XSLT 2.0 processor, but in your Java app you are using an XSLT 1.0 processor. The solution is to use an XSLT 2.0 processor (such as Saxon 9) in your application. I make that 4mins - soon enough for you? -- Andrew Welch http://andrewjwelch.com Kernow: http://kernowforsaxon.sf.net/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







