Exslt.ExsltSets:distinct Options
Gerben
Posted: Thursday, November 01, 2007 4:16:49 PM
Rank: Newbie

Joined: 10/24/2007
Posts: 8
In case anyone would ever consider using this XSLT extention: don't bother. This function results in an error message which can't be solved.

The error is caused by the fact that the System.Xml.XPath.XPathArrayIterator class is not supported anymore in the .NET 2.0 framework. The type is dynamically created on line 52 of the xslt\eXslt\ExsltCommon.cs:

Type arrayIteratorType = systemXml.GetType("System.Xml.XPath.XPathArrayIterator");

This results in a "null" reference because this class is not available anymore in the .net 2.0 framework (as far as I know).
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.