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

RE: Integrating Multiple Stylesheets and XSL transform

Subject: RE: Integrating Multiple Stylesheets and XSL transformations
From: "Michael H. Semcheski" <mhs-list@xxxxxxxxx>
Date: Mon, 17 Mar 2003 14:21:14 -0500
multiple xsl transforms in series
> I am looking for a way to produce an integrated environment

> which utilizes a

> series of xsl transformations over a single xml document to produce a

> compact, browsable view.

[snip]

> If anyone has done this type of an integration or knows of a

> place I can

> start learning more about it, I would love to learn more

> about how it was

> done.

I did something similar to this. The best thing I can recommend is to create
an XSL "wrapper", which has match="/" at the base template. In that
match="/" template, put an apply-templates match="*" element where you want
your content.

Now, with each of the existing templates, don't let them match="/". Do have
them apply-templates href="wrapper.xsl". Make sense?

Each XSL file can essentially call that wrapper file, which calls back to
the templates needed by each page.

If this doesn't make sense, look up apply-templates, and check out my site:

http://www.nedyah.org/about-xslt.asp

Hope that helps.

Mike


 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.