This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: NewBie Question - Dynamic XSL


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@netfolder.com
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]