Subject: One XML styled with several XSL(T)
From: Raj Muchhala <rmuchhala@xxxxxxxxxxxxxx>
Date: Tue, 28 Nov 2000 15:02:09 -0600
|
I have one XML file that I would like to be styled in three distinct ways --
each of which will appear side-by-side (as tables) on the same HTML page.
For example, the output might look like:
----------------------------------------------------------------------------
------------------------------------
Ship Date Summary Projected Arrival Summary Actual Arrival Summary
11/19 ---- 3000pcs 11/25 --- 8000pcs 11/25 ---
7999pcs
11/20 ---- 5000pcs
12/01 --- 0001pcs
----------------------------------------------------------------------------
-------------------------------------
Currently I have 3 separate XSL files performing the transformations, and I
combine the
results via script in an ASP Page.
Is there a way to accomplish this using just one XSL file? [the files are
very redundant--
only thing different is the field being grouped on]
TIA,
-Raj
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|