RE: [xsl] xml2xml problem!

Subject: RE: [xsl] xml2xml problem!
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 8 Aug 2001 07:20:14 +0300
<xsl:template match="para">
  <xsl:copy>
    <xsl:for-each select="ulink">
      <xsl:copy>
        <xsl:copy-of select="@*" />
        <xsl:copy-of select="../mediaobject/imageobject/imagedata" />
      </xsl:copy>
    </xsl:for-each>
  </xsl:copy>
</xsl:template>

Jarno

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread