RE: [xsl] Chain of XSL Transformations

Subject: RE: [xsl] Chain of XSL Transformations
From: "Conal Tuohy" <conalt@xxxxxxxxxxxxxxx>
Date: Sun, 29 Jun 2003 17:47:52 +1200
Also you might consider Cocoon which provides a pipelining system for xml
transformations (including, but not limited to, XSLT), with automatic
caching of stages in the pipeline.

Cheers

Con

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Adrian
> Grigore
> Sent: Saturday, 28 June 2003 20:29
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [xsl] Chain of XSL Transformations
>
>
> Hi Jim,
>
> Thanks for the hint - xml pipelines seem to be a good solution! :-)
>
> Best Regards,
>
> Adrian
>
> At 15:28 27.06.2003 +0100, you wrote:
>
> >- XSLT 2.0 helps u to do this ( try SAXON latest version )
> >- google on xml pipeline
> >- or last but not least use Ant from apache
> >
> >gl, jim fuller
> >
> >
> > > -----Original Message-----
> > > From: Adrian Grigore [mailto:adrian@xxxxxxxxxxxxxxx]
> > > Sent: 27 June 2003 15:17
> > > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > > Subject: [xsl] Chain of XSL Transformations
> > >
> > >
> > > Hi,
> > >
> > > For some reasons which would be way too lengthy to
> explain, I need to
> > > perform a series of xsl transformations on a single xml
> document in a
> > > particular order.
> > >
> > > Doing all transformations in one xsl file does not work, so I
> > > thought I
> > > might output the document from the first xsl template (say,
> > > "myxsl-1.xsl")
> > > with the processing instruction <?xml-stylesheet type="text/xsl"
> > > href="myxsl-2.xsl"?>, which would refer to the second xsl
> > > template and so
> > > on until I reach the last template. Unfortunately this series of
> > > transformations does not work with IE, since it stops
> > > displaying the xml
> > > document as real xml even after the the very first xsl
> transformation.
> > >
> > > So, is there any other tool that would take the output from
> > > the nth xsl
> > > template and apply the next if necessary as described above?
> > > Of course I
> > > could code something like this, but why re-invent the wheel
> > > if someone
> > > might have done it already... :-)
> > >
> > > Thanks,
> > >
> > >
> > > Adrian Grigore
> > >
> > > --
> > > Adrian Grigore
> > > adrian@xxxxxxxxxxxxxxx
> > > Lobstersoft - Fun Brain-Bending Games For All Ages
> > > http://www.lobstersoft.com
> > > Member of the Association of Shareware Professionals
> > >
> > >
> > >  XSL-List info and archive:
http://www.mulberrytech.com/xsl/xsl-list
> >
> >
>This e-mail and any files transmitted with it are confidential and
>intended solely for the use of the individual or entity to whom they are
>addressed. If you are not the intended recipient please contact the sender
>immediately. Any disclosure, copying, distribution or any other use of
>this communication is strictly prohibitedand may be unlawful. Stuart
>Lawrence Marketing Communications Limited reserves the right to monitor
>and intercept communications for unlawful business purposes.
>
>This also confirms that this message has been swept for viruses, although
>Stuart Lawrence Marketing Communications Limited accepts no responsibility
>for any loss or damage resulting directly or indirectly from the use of
>this email or contents.
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Adrian Grigore

--
Adrian Grigore
adrian@xxxxxxxxxxxxxxx
Lobstersoft - Fun Brain-Bending Games For All Ages
http://www.lobstersoft.com
Member of the Association of Shareware Professionals


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread