I'm developing a project to capture sales orders and if the client cannot support EDI or XML file transmission, to convert the document into an HTML email and send it.
I've got BTS 2006 sending HTML formatted emails via a dynamic port by pushing them through the xsl transform pipeline component. However because they are going out as HTML email, I need to embed a logo into the message so that it looks "pretty".
When I developed the XSL component, I referenced a graphic to put in the upper left hand corner, but when it passes through biztalk, I don't get the graphic. Any tips on how to put the graphic in? Should I use an external mime encoder and push the value in via a string concatenator or something similar in my map?