|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: REtrieving attributes with XPATH
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








