This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Applying two transformations consecutively


Hi,

I do have two .xsl transformations in two files which should be applied
consecutively. The first xsl file includes something like
  <xsl:template match="ELEMENT">
	...
  </xsl:template>
The other xsl file includes a rule which operates on the same ELEMENT. I
could call xslt two times for each of the two files. But I would like to
merge these files for speed resons to call xslt only once.
If I use xsl:include only the rule defined last will be applied. What I
would like to have is that the rule of the first file is executed first and
the result is fed to the second rule.

Is it possible?
Thank you!


connection reset by
  Peer

-- 
Dr. Peer Griebel                     Tel: +49(0) 731 / 9 74 95-0
Dipl. Inform.                       Fax: +49(0) 731 / 9 74 95-20
Entire Software AG                 mailto:Peer.Griebel@entire.de
Pfarrer-Weiß-Weg 10 - 12
D-89077 Ulm                                 http://www.entire.de


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]