AW: [xsl] Applying two transformations consecutively

Subject: AW: [xsl] Applying two transformations consecutively
From: "Griebel, Peer" <Peer.Griebel@xxxxxxxxx>
Date: Tue, 26 Jun 2001 08:32:31 +0200
Hi Jeni, hi Mike,

it seems I haven't been as precise as I should have been. Your suggestions
work if the master file (which includes the other files) knows about the
transformations in the included files.
The problem I would like to solve looks a little bit different. My main file
looks like this:

<?xml version="1.0" encoding="ISO-8859-1"?> 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0">
  <xsl:import href="master.xsl"/>
  <xsl:output method="xml" indent="yes"/>

  <xsl:include href="file:question1.xsl"/>
  <xsl:include href="file:question2.xsl"/>
</xsl:stylesheet>

I'm looking for a way to let question2.xsl operate on the results of
question1.xsl. There is no more knowledge about the contents of the two
files.

The software I'm trying to build is some kind of object oriented
inheritance. I have some root XML file which defines a class. questions1.xsl
performs some inheritance which serves as a base for one another inheritance
using question2.xsl. I'm mainly interested in the result after applying both
question1.xsl and question2.xsl. As a by-product the result of applying only
question1.xsl would be quite handy. But this is not strictyl necessary.

Thanks again!

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@xxxxxxxxx
Pfarrer-Weiß-Weg 10 - 12
D-89077 Ulm                                 http://www.entire.de

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


Current Thread