BTDF / CodePlexDiscussions

0 stars 0 forks source link

Discussion: Problem with XslTransform component #61

Open tfabraham opened 6 years ago

tfabraham commented 6 years ago

KrisW[10/1/2013 4:20:18 PM] I’m working with someone who has a project that uses the XslTransform pipeline component from the BizTalk SDK samples. The pipeline project won’t compile locally without providing a full path to the xsl file in the XsltFilePath property. It eventually needs to be built in TFS, so we are trying to path it so it works in both places (local and TFS), which obviously won’t have the same absolute path. Is there a way to do this?

tfabraham commented 6 years ago

tfabraham This is better directed to the MSDN BizTalk forums.

I'm not familiar with that component, but since it's in the SDK I assume that the source code is there. Maybe you could modify it to make it relative-path friendly.

Thanks, Tom