This is a discussion on How to convert an this xml document to another xml using 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> I want to 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 ![]() |
How to convert an this xml document to another xml using XSLT:?
This is the xml:
<Account> <Id>1</Id> <FirstName>Ajoy</FirstName> <LastName>Chakraborty</LastName> </Account> I want to convert the above xml to the xml below(with the help of XSLT: <Customer> <CustomerId>1</CustomerId> <Name>Ajoy Chakraborty</Name> </Customer> |
|
|
|
| Sponsored Links | |
|
|
#2 (permalink) |
|
Junior Member
Join Date: Oct 2007
Posts: 1
Rep Power: 0 ![]() |
maybe to HTML:http://rds.yahoo.com/_ylt=A0geu_JrOxZH1PcAk29XNyoA;_ylu=X3oDMTE5NmFvNmx lBHNlYwNzcgRwb3MDMgRjb2xvA2FjMgR2dGlkA0Y5NDVfMTE1B GwDV1Mx/SIG=13fn0dlja/EXP=1192725739/**http%3a//www.ibm.com/developerworks/library/x-matters5.html%3fopen%26l=vbxm,t=gr,p=x-matters5
|
|
|
|
![]() |
| Bookmarks |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| please please convert the following XML to another XML with XSLT:? | Partha G | XML and XSLT | 1 | 10-27-2007 11:30 AM |
| Comparison between <![CDATA[]]> in XSLT? | Melay | XML and XSLT | 1 | 10-27-2007 11:16 AM |
| A document that describes what elelments exist in an XML document and | shelia.boswell | XML and XSLT | 1 | 06-21-2007 09:10 PM |
| 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 |