Subject:img relative path problem Author:Minollo I. Date:11 Jan 2007 04:28 PM
If your XSLT is creating a src attribute with value "../ShowImage.aspx?{a:BasicPropertyInfo/a:VendorMessages/a:VendorMessage[@Title='ImageURL']/a:SubSection/a:Paragraph[1]/a:URL}", that's what it will be created; there is no way your XSLT will change ../ in any other PATH.
Some further processing/interpretation of the XSLT result must be changing "../" into "file:///C:/Programming/Webprojects/ReceptiveServices/"
Maybe you can attach the XSLT+XML documents you are using to verify what's going on?