Bartosz Ratajczyk continues a quest to draw SSIS packages as SVGs:
To get the
ValueandExpressionproperties I need to find the precedence constraint in the.dtsxfile during the XSL transformations. It requires three changes in thepackage2svg.xsl:– I have to pass the name of the
.dtsxfile
– I have to read the XML from the.dtsxfile
– I have to use theDTSnamespace because it’s the namespace of the .dtsx file
Read on for more. Bartosz to this point has covered the control flow.