Re: [xsl] use two consecutive transformation in XSL

Subject: Re: [xsl] use two consecutive transformation in XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 3 Dec 2005 22:08:03 GMT
You didn't say what your problem was. How to do one transform followed
by another depends on what API and system you are using. The simplest
way is just to run the first transform saving the result to a file, and
then transform this file with the second transform. However many API
will allow you to chain the transforms as in-memory processes without
having to seialialise the intermediate result to a file and parse it
back into memory. It all depends..

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread