Subject: RE: Call another XML and XSL from an XSL outputting HTML
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sun, 1 Jul 2007 18:56:52 +0100
|
Yes, you can write Javascript code to load another document and stylesheet
and transform it. The transformation API varies from one browser to another,
but there is a cross-browser API called Sarissa.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Mark Anderson [mailto:mark.anderson@xxxxxxxxxxxxxxxxxxx]
> Sent: 01 July 2007 14:50
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Call another XML and XSL from an XSL outputting HTML
>
> 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
|