covert the given xlm file to xslt format

profilesaikiran52

<?xml  version="1.0" encoding="UTF-8" ?> 

- <Accounts xmlns="ultimo.account"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="ultimo.account accounts.xsd">
  - <Account>
    <name>Mark Wilson</name>
   <address>911 Somewhere Circle</address>
   <city>Edison</city>
   <state>NJ</state>
   <postalcode>07311</postalcode>
   <tel>408-343-1234</tel>
   <fax>234-324-2342</fax>
   <email>[email protected]</email>
  </Account>
 - <Account>
    <name>Tracey Wilson</name>
   <address>121 Zootle Road</address>
   <city>San Jose</city>
   <state>CA</state>
   <postalcode>94545</postalcode>
   <tel>408-324-2334</tel>
   <fax>234-333-5466</fax>
   <email>[email protected]</email>
  </Account>
 - <Account>
    <name>Jodie Foster</name>
   <address>30 Animal Road</address>
   <city>Albany</city>
   <state>NY</state>
   <postalcode>23222</postalcode>
   <tel>543-345-3454</tel>
   <fax>345-345-3455</fax>
   <email>[email protected]</email>
  </Account>
 - <Account>
    <name>Lorrin Maughan</name>
   <address>1143 Winners Lane</address>
   <city>Buffalo</city>
   <state>NY</state>
   <postalcode>34534</postalcode>
   <tel>344-546-2322</tel>
   <fax>234-756-5677</fax>
   <email>[email protected]</email>
  </Account>
 - <Account>
    <name>Steve Rachel</name>
   <address>90210 Beverly Hills</address>
   <city>LA</city>
   <state>CA</state>
   <postalcode>53445</postalcode>
   <tel>343-234-2343</tel>
   <fax>546-567-4566</fax>
   <email>[email protected]</email>
  </Account>
  </Accounts>

    • 8 years ago
    • 10
    Answer(1)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      xml-xslt.zip