RE: NewBie Question - Dynamic XSL

Subject: RE: NewBie Question - Dynamic XSL
From: "Didier PH Martin" <martind@xxxxxxxxxxxxx>
Date: Wed, 8 Mar 2000 08:44:14 -0500
Hi Simon,

Simon said:
Has anyone ever attempted or know if its possible to dynamically build XSL
style sheets on the fly ?

Didier replies:
The answer is yes. Because XSLT is an XML document, you can use the XML DOM
to manipulate/create nodes. So, the simple trick here is to consider the
XSLT document as an XML document and use the DOM to manipulate it. And the
good news is that this can be easily done in ASP.

Cheers
Didier PH Martin
----------------------------------------------
Email: martind@xxxxxxxxxxxxx
Conferences: Web Chicago(http://www.mfweb.com)
             XML Europe (http://www.gca.org)
Book: XML Professional (http://www.wrox.com)
column: Style Matters (http://www.xml.com)
Products: http://www.netfolder.com


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


Current Thread