This is a discussion on please please convert the following XML to another XML with XSLT:? within the XML and XSLT forums, part of the Beginners AJAX category; This is the xml: <Account> <Id>1</Id> <FirstName>Ajoy</FirstName> <LastName>Chakraborty</LastName> </Account> convert the above xml to the xml below(with the help of XSLT): <Customer> <CustomerId>1</CustomerId> <Name>Ajoy Chakraborty</Name> </Customer>...
|
|||||||
|
|
#1 (permalink) |
|
Junior Member
Join Date: Oct 2007
Posts: 2
Rep Power: 0 ![]() |
please please convert the following XML to another XML with XSLT:?
This is the xml:
<Account> <Id>1</Id> <FirstName>Ajoy</FirstName> <LastName>Chakraborty</LastName> </Account> convert the above xml to the xml below(with the help of XSLT): <Customer> <CustomerId>1</CustomerId> <Name>Ajoy Chakraborty</Name> </Customer> |
|
|
|
| Sponsored Links | |
![]() |
| Bookmarks |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to convert an this xml document to another xml using XSLT:? | Partha G | XML and XSLT | 1 | 10-27-2007 03:56 PM |
| Code in XSLT to compare dates? | Melay | XML and XSLT | 1 | 10-27-2007 12:20 PM |
| Comparison between <![CDATA[]]> in XSLT? | Melay | XML and XSLT | 1 | 10-27-2007 11:16 AM |
| Where can I learn CSS, XSLT, and XML-RPC? | IS dude | XML and XSLT | 3 | 06-08-2007 07:01 AM |
| Dynamic Website using XSLT | Sania B | AJAX Web Services | 0 | 05-04-2007 02:12 PM |