SSIS XML. , ACMEHdr, Msg, Pmt, TransResp .. , <Namespace:Element>. , , , .
SSIS XML, . XML SSIS . OperationType XSLT, SourceType , .
SaveOperationResult True OperationResult. DestinationType File Connection Destination XML .
xslt.
<?xml version="1.0" encoding="utf-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="no" />
<xsl:template match="/|comment()|processing-instruction()">
<xsl:copy>
<xsl:apply-templates />
</xsl:copy>
</xsl:template>
<xsl:template match="*">
<xsl:element name="{local-name()}">
<xsl:apply-templates select="@*|node()" />
</xsl:element>
</xsl:template>
<xsl:template match="@*">
<xsl:attribute name="{local-name()}">
<xsl:value-of select="." />
</xsl:attribute>
</xsl:template>
</xsl:stylesheet>
, XML : http://www.drdobbs.com/windows/219700581
XML, SecondOperandType XSLT .
XML, , XSLT . XML . XML. , , , .
XML XML . " XSD", .
"" XML, , , . , (, ). , (255- Unicode) .
, XML- SSIS XML. XML, XSD XSLT.