RE: [xsl] Chaining xsl stylesheets

Subject: RE: [xsl] Chaining xsl stylesheets
From: Cams Ismael <Ismael.Cams@xxxxxxxxxxxxxxx>
Date: Fri, 24 Jan 2003 13:17:00 +0100
Use the TRaX API. Apply the first stylesheet to the xml file and apply the
second stylesheet to the StreamResult of the first one.

Ismaël

-----Original Message-----
From: Jorge Morales Pou [mailto:jmp07@xxxxxx]
Sent: vrijdag 24 januari 2003 13:15
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Chaining xsl stylesheets


Hi,
 I am using the Oracle XSQL servlet, which generates xml, but I want
 to transform the generated xml into another result tree, with an xsl
 stylesheet, and then apply another stylesheet to this new xml result
 tree to obtain my html.

 How can i achieve this.

 Thanks,

-----------------------
"Si un programa es útil,
 te lo harán cambiar.
-----------------------
Jorge Morales Pou
jmp07_ARROBA_tid.es
Telefónica I+D, Madrid.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread