Hi, I know it cud be quite simple questions for most of you. But I am not able to load xsl file from sharepoint document library.
i m trying to do this
getXSL = Server.MapPath("//Documents/myxsl.xslt");
XslCompiledTransform xslt = new XslCompiledTransform();
xslt.Load(getXSL);
but if i m doing like this it is taking it as inetpub/wss/VirtualDirectories/80.... I want it to refer to my Document library where i have uploaded my xslt.Any one is having idea how to achieve this?