XML Import from client

P

pmclinn

I'm trying to import the XML below into a multiline textbox(1.1
framework) , one record per line. I'm trying to do this using
javascript from my asp.net page. I do not have permissions on this
server to load in ajax.net so I'm looking to do this via javascript
soley. How do I loop through the children rows and write this to the
texbox efficiently? Thanks for your responses in adavnce. The data
consits of some 100 rows.


<?xml version="1.0" standalone="yes" ?>
<usnr>
<usnr_record>
<CMTS>something.net</CMTS>
<Blade>1-0-0</Blade>
<Offline>98.1</Offline>
<Upstream>27.1209</Upstream>
</usnr_record>
<usnr_record>
<CMTS>something.net</CMTS>
<Blade>1-1-1</Blade>
<Offline>97.2</Offline>
<Upstream>28.6744</Upstream>
</usnr_record>
<usnr_record>
<CMTS>something.net</CMTS>
<Blade>3-0-2</Blade>
<Offline>99</Offline>
<Upstream>28.6416</Upstream>
</usnr_record>
</usnr>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,250
Latest member
Charlesreero

Latest Threads

Top