[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Nodelist as input parameter to XSL stylesheet in .NET


Subject: Re: [xsl] Nodelist as input parameter to XSL stylesheet in .NET
From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx>
Date: Wed, 22 Sep 2004 12:54:59 +0000

Thanks, this is exactly what I need.
Ragulf Pickaxe :-)

In .NET XSLT data types are mapped to .NET types in the following way:
string     System.String
boolean    System.Boolean
number     System.Double
RTF        System.Xml.XPath.XPathNavigator
node-set   System.Xml.XPath.XPathNodeIterator

So to pass nodeset you have to pass an instance of the XPathNodeIterator class.

Oleg Tkachenko
http://blog.tkachenko.com
Multiconn Technologies, Israel


_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail



Current Thread
Keywords