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]
Other format: [Raw text]

document fragments as parameters


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


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