Re: Destination File Name in an Email body

Home Page Forums BizTalk 2004 – BizTalk 2010 Destination File Name in an Email body Re: Destination File Name in an Email body

#24885

Hi Daniel

Sorry for late answer but we had a bank holiday in Germany yesterday.
Are you a German too?

Anyway, please find below the code of the XML2HTMLSendPipeline.btb I couldn’t find a path or a name there the file will be saved as html. Can you?

Do you need the C# script too?

Many thanks for your help.

—————-
<?xml version=”1.0″ encoding=”utf-16″?>
<Document xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221;
xmlns:xsd=”http://www.w3.org/2001/XMLSchema&#8221;
PolicyFilePath=”BTSTransmitPolicy.xml” MajorVersion=”1″
MinorVersion=”0″>
  <Description />
  <Stages>
    <Stage CategoryId=”9d0e4101-4cce-4536-83fa-4a5040674ad6″>
      <Components />
    </Stage>
    <Stage CategoryId=”9d0e4107-4cce-4536-83fa-4a5040674ad6″>
      <Components>
        <Component>
          <Name>Microsoft.BizTalk.Component.XmlAsmComp</Name>
          <ComponentName>XML assembler</ComponentName>
          <Description>XML assembler component.</Description>
          <Version>1.0</Version>
          <Properties>
            <Property Name=”EnvelopeDocSpecNames”>
              <Value xsi:type=”xsd:string” />
            </Property>
            <Property Name=”EnvelopeSpecTargetNamespaces”>
              <Value xsi:type=”xsd:string” />
            </Property>
            <Property Name=”DocumentSpecNames”>
              <Value xsi:type=”xsd:string” />
            </Property>
            <Property Name=”DocumentSpecTargetNamespaces”>
              <Value xsi:type=”xsd:string” />
            </Property>
            <Property Name=”XmlAsmProcessingInstructions” />
            <Property Name=”ProcessingInstructionsOptions”>
              <Value xsi:type=”xsd:int”>0</Value>
            </Property>
            <Property Name=”ProcessingInstructionsScope”>
              <Value xsi:type=”xsd:int”>0</Value>
            </Property>
            <Property Name=”AddXmlDeclaration”>
              <Value xsi:type=”xsd:boolean”>true</Value>
            </Property>
            <Property Name=”TargetCharset”>
              <Value xsi:type=”xsd:string” />
            </Property>
            <Property Name=”TargetCodePage”>
              <Value xsi:type=”xsd:int”>0</Value>
            </Property>
            <Property Name=”PreserveBom”>
              <Value xsi:type=”xsd:boolean”>true</Value>
            </Property>
            <Property Name=”HiddenProperties”>
              <Value
xsi:type=”xsd:string”>EnvelopeSpecTargetNamespaces,DocumentSpecTargetNam
espaces,TargetCodePage</Value>
            </Property>
          </Properties>
          <CachedDisplayName>XML assembler</CachedDisplayName>
          <CachedIsManaged>true</CachedIsManaged>
        </Component>
      </Components>
    </Stage>
    <Stage CategoryId=”9d0e4108-4cce-4536-83fa-4a5040674ad6″>
      <Components>
        <Component>
 
<Name>Microsoft.BizTalk.SDKSamples.Pipelines.XslTransformComponent.XslTr
ansformer</Name>
          <ComponentName>XSL Transform Component</ComponentName>
          <Description>XSL Transform Pipeline Component</Description>
          <Version>1.0</Version>
          <Properties>
            <Property Name=”XsltFilePath”>
              <Value xsi:type=”xsd:string”>E:\BizTalk\Computerlinks
Orchestrations\RONNY\RonnysProjekt\transform.xsl</Value>
            </Property>
          </Properties>
          <CachedDisplayName>XSL Transform Component</CachedDisplayName>
          <CachedIsManaged>true</CachedIsManaged>
        </Component>
      </Components>
    </Stage>
  </Stages>
</Document>
—————-