xsl-list
[Top] [All Lists]

Re: use two consecutive transformation in XSL

2005-12-03 15:08:03

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--