Re: [xsl] performing 2 conversions on 2 diff xmls?

Subject: Re: [xsl] performing 2 conversions on 2 diff xmls?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 7 Oct 2003 17:22:17 +0100
> is there any way to incldue the first transformation at the top of 
> second.xsl file.

No. If you have control over your server setup, you can arrange that the
second one uses (say) document() to pull in its input using a uri which
causes that input to be dynamically generated by running the other
stylesheet, but this is all out of scope for xslt itself.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. 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


Current Thread