[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: How to use xPath expression: /node/@attribute to

Subject: Re: How to use xPath expression: /node/@attribute to retrieve attribute nodes in XSLT?
From: Marian Olteanu <mou_softwin@xxxxxxxxx>
Date: Sat, 11 Dec 2004 21:20:44 -0800 (PST)
xpath node attribute
You need to do something like this:
<xsl:temlate match="/">
  <output>
    <xsl:value-of select="/company/employee/@empID"/>
  <output/>
</xsl:template>

The default rules dumps the text nodes to the output and never process attribute nodes.



--- Yuye Chen <yuye@xxxxxxxxxxxxxx> wrote:

> Hi,
> 
> Can anyone let me know why the following template rule, which
> try to retrieve the attribute node from XML, cannot work?
> 
> <xsl:temlate match="/company/employee/@empID">
>   <output>
>     <xsl:value-of select="."/>
>   <output/>
> </xsl:template>
> 
> Suppose we have the xml:
> <company>
>   <employee empID="001">Roger</employee>
> </company>
> 
> I used XML Spy to debug this xslt, but the rule above cannot be
> applied. Only default rules are called and "Roger" is return in
> the output instead of "001".
> 
> Thanks.
> 
> Cheers,
> Kevin
> 
> 


=====
Marian
http://www.utdallas.edu/~mgo031000/

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.