Re: Pipelining in XSLT

Elements didn't pass...

<xsl:template match="step">
  <axsl:variable name="my:{generate-id(.)}">
    <axsl:apply-templates mode="{@mode}" select="
        msxsl:node-set($my:{generate-id(preceding-sibling::step[1])})"/>
  </axsl:variable>
</xsl:template>

--drkm

Reply

The content of this field is kept private and will not be shown publicly.