[Home] [By Thread] [By Date] [Recent Entries]
Miguel,
<xsl:template match="article">
<xsl:copy>
<xsl:apply-templates select="@articleid|@width|@height"/>
</xsl:copy>
</xsl:template><xsl:template match="@articleid">
<id>
<xsl:value-of select="."/>
</id>
</xsl:template><xsl:template match="@width|@height">
<xsl:element name="{local-name()}">
<xsl:value-of select="."/>
</xsl:element>
</xsl:template>The XPath "@articleid|@width|@height" is short for "attribute::articleid | attribute::width | attribute::height" which is simple enough, I think. Enjoy, Wendell At 04:25 PM 9/10/2003, you wrote: Hi, ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ====================================================================== XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



