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

Re: problem matching attribute

Subject: Re: problem matching attribute
From: Ann Marie Rubin <Annmarie.Rubin@xxxxxxx>
Date: Tue, 16 Nov 2004 11:35:22 -0500
xsl copy to
this works:

<xsl:template
match="read-access/namespace-resource/security-role-mapping[attribute::name='consoleadmins']/user[attribute::name='guestadmin']">
     <xsl:copy> 
     <xsl:attribute name="name">foo</xsl:attribute>
     </xsl:copy>
  </xsl:template> 

I needed to match down to the specific attribute and use xsl:copy to
output the attribute name.

thanks,

Ann Marie


Ann Marie Rubin wrote:

>Hi Evan,
>
>I've tried all these combinations, but still don't get "foo" in the output. (Yes, I do have the basic identity code at the top of the stylesheet.)
>
>Any idea what could be wrong?
>
>thanks,
>
>Ann Marie
>
>
>  
><!--<xsl:template match="read-access/namespace-resource/security-role-mapping[attribute::NAME='consoleadmins']/user[attribute::NAME='guestadmin']">-->
><!--<xsl:template match="read-access/namespace-resource/security-role-mapping/user/@name">-->
><xsl:template match="security-role-mapping[@name='consoleadmins']/user/@name[.='guestadmin']">
>      
><!-- <xsl:attribute name="name">foo</xsl:attribute> -->
>  
>    <xsl:copy>  
>        <xsl:attribute name= "{@name}">foo</xsl:attribute> 
>    </xsl:copy>
>RE:  problem matching attribute</xsl:template>  

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.