|
|
Rank: Devotee
Joined: 7/25/2006 Posts: 35
|
Hello all,
I want to use an XsltLayout for displaying custom search result but I get the following exception :
System.ArgumentException: The node to be inserted is from a different document context. at System.Xml.XmlNode.AppendChild(XmlNode newChild) at umbracoUtilities.umbSearchResult.doSearch()
The error is not generated by my Xslt file.
I use the lastest version of Umbraco and Umbraco Utilities.
Thanks for your help. ClémentM
|
|
 Rank: Aficionado
Joined: 7/19/2006 Posts: 188 Location: Norway
|
Hey
The downloaded version got a bug - as you noticed - when using XSLT as layout.
Grab the SVN version and compile your own dll and it should work just fine.
Daniel
|
|
Rank: Devotee
Joined: 7/25/2006 Posts: 35
|
Where can I grab the last sources of the umbraco utilities ? I don't found them on the current umbraco repository.
Thansk by advance ! Clément M
|
|
 Rank: Aficionado
Joined: 7/19/2006 Posts: 188 Location: Norway
|
The extentions has their own SVN.
svn://svn.umbraco.org/var/lib/svn/umbraco-extensions
|
|
|
Guest |