Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: dynamic evaluate() function >Thread Next - Re: dynamic evaluate() function Re: dynamic evaluate() functionTo: NULL Date: 1/6/2005 12:33:00 PM Ended up writing this as a C# extensions. Seems to work...will keep playing some more and see what happens. Thanks for the pointer in the right direction. <msxsl:script language="C#" implements-prefix="dyn"> <![CDATA[ XPathNodeIterator NewEvaluate(XPathNodeIterator iterator, string expression) { iterator.MoveNext(); XPathNodeIterator result = iterator.Current.Select(expression); return result; } ]]> </msxsl:script> | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
