xsl-list
[Top] [All Lists]

[xsl] element name as attribute value

2007-01-23 03:00:10
Hi all,

Hope you can help me with this problem (seems easy but
somehow i can't figure how to do it :(( )
I have this xml file

<X>
  <Y/>
</X>

I would like to have the output (element Y as
attribute value from other element e.g. B)

<A>
  <B attribute="Y">
</A>

I tried with <xsl:copy-of select="child::node()"/> 
it worked but only in the element part, can't put it
as attribute value.
It become like

<A>
  <Y/>
</A>

Really appreciate when someone can help this desperate
person.

Many thanks before
san




 
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>