This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xml2xml problem!


<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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]