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

Re: transformation problem

Subject: Re: transformation problem
From: tcn@xxxxxxxxxxxxx (Trevor Nash)
Date: Sat, 06 Oct 2001 17:23:47 GMT
never never work
On Sat, 06 Oct 2001 19:27:23 +0530, you wrote:

>Hello all,
>even this doesnt work!!
>here is what you we are doing  :
>@name will return a node-set containing the attribute node with name "name".
correct

>
>possible problems i can think of:( even i am a beginner !!)
>1.can this node  be converted to a string(ie will it return the 
>string-value of the node).?
Yes

>2.can we put "variables" in the name attribute of xsl:element tag?
Yes, by means of an 'attribute value template', i.e. putting curly
brackets in it.

>
>i think more experienced people around would clarify......
>
>
>Manu
>
>
>
>>Sorry, but this will never, never work! But there is a really easy 
>>alternative:
>>
>><xsl:element name="@name"/>
This will never work either ;-))
Did you try what I posted yesterday?  The above will try to create an
element with name @name (literally) which is of course illegal.  You
want the value of @name, i.e. as I said before
    <xsl:element name="{@name}"/>
with the curly brackets.
>>
>>Joerg
>>
Regards,
Trevor Nash
--
Traditional training & distance learning,
Consultancy by email

Melvaig Software Engineering Limited
voice:     +44 (0) 1445 771 271 
email:     tcn@xxxxxxxxxxxxx

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.