I have a problem to import the searchResult xml in an other xslt file by using the document() function of xsl. For example:When I click on the a link like this (
http://iqdevel/livelink/livelink.exe?func=ll&objId=3209&objAction=browse)I open a livelink folder with an xml appearance on "search.xslt". * If I use the full url ""I get an error: "Type:RuntimeException, message:the primary document entity could nog be opened. ID=file:///livelink/livelink.exe?func=search&........" * If i use this "" I get the following message"Type:NetAccessorException, message:Could not open file:{0} " Is there a way that the results (in xml) of the "func=search" transforms in html on the server side not on de browser side.