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

Re: (newby) define an attribute based on an attribute

Subject: Re: (newby) define an attribute based on an attribute value
From: Mukul Gandhi <mukul_gandhi@xxxxxxxxx>
Date: Thu, 31 Mar 2005 23:59:06 -0800 (PST)
define newby
Hi Livio,
  I think this syntax will be required..
    <xsl:value-of select="A[@id='123']/B/@v"/>

You are using [@v] which is evaluation to a boolean

The expression: A[@id='123']/B[@v] is selecting B
nodes(which *have* v attribute) , which are child of A
nodes(whose id attribute has value 123).

And <xsl:value-of select="A[@id='123']/B[@v]"/> will
return the concatenated string value of such nodes.

Regards,
Mukul

--- dalloro@xxxxxxxxx wrote:
> Hi,
> 
> I'm a newby in XSL tranformations. I need to
> trasform an XML file into
> another XML file with a different structure.
> 
> Inside a template I build an element named Point
> that has several
> attributes. The value of one of these attributes
> depends on the value
> of an attribute in the source XML (the attribute v
> of the element B
> that I filtered through the parent 'id', in the code
> below)
> 
> [snip]
>    <xsl:element name="Point">
> [snip]
>       <xsl:attribute name="PointAttribute">
>         <xsl:value-of select="A[@id='123']/B[@v]"/>
>       </xsl:attribute>
> [snip]
>    </xsl:element>
> [snip]
> 
> I would like to obtain a 'Point' element with an
> attribute called
> 'PointAttribute' with the same value of the 'v'
> attribute of the
> element 'B'.
> 
> What is the best way to deal with this problem?
> 
> I thank you for the help.
> Best regards.
> 
> Livio.
> 
> 


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Personals - Better first dates. More second dates. 
http://personals.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.