SSIS XML Task XSLT with external xml file (lookup xml) in xslt.
Hi, In SSIS document() function in xslt is not working. For example <xsl:key name="bib" match="entry" use="@name"/> <xsl:template match="bibref"> <xsl:variable name="name" select="."/> <xsl:for-each select="document('bib.xml')"> <xsl:apply-templates select="key('bib',$name)"/> </xsl:for-each> </xsl:template> How to do this in SSIS?
January 29th, 2011 6:53pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics