xsl-list
[Top] [All Lists]

[xsl] Is there a better way to produce a single html via XSLT from multiple xml files ?

2008-03-21 19:36:14
Hi

Newbie to XSLT.

I'm using Ant's xslt task to invoke Saxon 9.
I have 2 input xml files, each in a different directory.
I have 1 xls for both.
Problem:
a) I got stuck at trying to find the minimun and maximum of each attribute.
b) Because of (a), I thought I should make 2 separate calls to the
same xls for the 2 xml files, whose outputs are html files
But this create the problem to find a way to combine these 2 html files.

Is there a better way to do this - ie could I just use a single xsl
and produce results from 2 different xml inputs
I have also posted an earlier question about min, max problem.

Thank you very much for your help.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--