| Subject: RE: [xsl] Integrating Multiple Stylesheets and XSL transformations From: Fabien Triolet <fabien.triolet@xxxxxxxxxxxx> Date: Wed, 19 Mar 2003 08:22:22 +0100 | 
I'm working on a tool called Transmorpher (http://transmorpher.inrialpes.fr) which can be used fot applying several xsl transformations on XML files.
It uses an XML description of the transformations to apply : Process sample :
        <apply-external id="transform1" type="xslt" in="o" out="a">
           <with-param name="file">test/xslt/trans1.xsl</with-param>
       </apply-external>       <apply-external id="transform2" type="xslt" in="a" out="b">
           <with-param name="file">test/xslt/trans2.xsl</with-param>
       </apply-external></main> </transmorpher>
Fabien TRIOLET ------------------------ INRIA Rhône-Alpes
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] Integrating Multiple Styl, Michael H. Semcheski | Thread | RE: [xsl] Integrating Multiple Styl, bryan | 
| RE: [xsl] CLI processor as filter?, Fabien Triolet | Date | Re: [xsl] local extremums, bix_xslt | 
| Month |