xsl-list
[Top] [All Lists]

[xsl] xml->xsl using xslt

2008-02-11 09:58:46
Hi all:
 
Is it possible to write an xslt to convert one xml
document to another by renaming the elements?
eg: if i have soemthing like this:
 
<text1>
<sample>data</sample>
</text1>
 
and I want to transform it to:
 
<text2>
 
<sample1>data</sample1>
</text2>
 
Can I do something like this in xslt?  
 
Any suggestions/help appreciated.


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs


--~------------------------------------------------------------------
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>