[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

AW: Applying two transformations consecutively

Subject: AW: Applying two transformations consecutively
From: "Griebel, Peer" <Peer.Griebel@xxxxxxxxx>
Date: Tue, 26 Jun 2001 08:32:31 +0200
applying two transformations consecutively
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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.