xsl-list
[Top] [All Lists]

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

2004-09-22 05:54:59
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



<Prev in Thread] Current Thread [Next in Thread>