[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Call another XML and XSL from an XSL outputting HTML
Subject: Re: [xsl] Call another XML and XSL from an XSL outputting HTML
From: "Manfred Staudinger" <manfred.staudinger@xxxxxxxxx>
Date: Sun, 1 Jul 2007 16:40:55 +0200
|
Hi Mark,
You have to call the XSLT Processor from Javascript. See
http://developer.mozilla.org/en/docs/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations
Manfred
On 01/07/07, Mark Anderson <mark.anderson@xxxxxxxxxxxxxxxxxxx> wrote:
Hi All
I have an XSL stylesheet that renders XML in an HTML page. From this
page I need to open another XML (actually the same one I first rendered)
in a new window, but apply a new XSL stylesheet.
Is there a way to this?
M a r k
|