[xsl] document fragments as parameters

Subject: [xsl] document fragments as parameters
From: "Mattias Konradsson" <preacher@xxxxxxxxxxx>
Date: Sat, 24 Nov 2001 12:24:24 +0100
Under .NET and ordinary MSXML3.0/asp I want to pass some xml as a parameter
to my xslt stylesheet and be able to use it in xslt for xpath tests like
<xsl:if test="myxmlparam[param='test']">

 etc. I've figured out as much as I should be using the xsltargumentslist
and probably use an node set or a node fragment but haven't been able to
find anything more on the subject... what do I do and what's the difference
between the two? How do I do it in regular ASP?

best regards
---
Mattias Konradsson


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


Current Thread