Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need help on XML format conversion

Status
Not open for further replies.

phoshzzle

Technical User
Jul 6, 2009
1
US
Hi, I currently have an XML file that looks like

<chapter>
<text>
<text>
<section>
<text>
<text>
<family>
<text>
<satelliteName>
<text>
<text>
<text>


But I want it to look like,

<chapter>
<text>
<text>
<section>
<text>
<text>
<family>
<text>
<SatelliteInfo>
<text>
<text>
<text>

Where should I start?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top