技术开发 频道

转换Json到XML的JavaScript实现

 结果

 把结果显示到HTML中。

  <html>

 <head>

 <title>Json to Xml</title>

 </head>

 <body>

 <pre title="Result" id="Result">

 </pre>

 </body>

 </html>

 var result = document.getElementById("Result");

 result.innerHTML = str2;

 <stations>

 <city name="Sydney">

 <station stream="http://www.abc.net.au/streaming/newsradio.asx" image="ABCNR.gif" website="http://www.abc.net.au/newsradio" name="ABC News Radio" logname="2ABCNR" sid="26">

 </station>

 <station stream="http://www.abc.net.au/streaming/RN.asx" image="ABCRN.gif" website="http://www.abc.net.au/rn" name="ABC Radio National" logname="2ABCRN" sid="27">

 </station>

 <station stream="http://www.abc.net.au/streaming/classic/classicfm.asx" image="ABCCFM.gif" website="http://www.abc.net.au/classic" name="ABC Classic FM" logname="2BACCF" sid="28">

 </station>

 <station stream="http://abc.net.au/streaming/702/702stream.asx" image="NSW_ABC702.gif" website="http://www.abc.net.au/sydney" name="ABC 702 Sydney" logname="2BL" sid="25">

 </station>

 <station stream="http://www.2ch.com.au/listenlive/wmp_stream.php" image="NSW_2CH.gif" website="www.2ch.com.au" name="2CH" logname="2CH" sid="66">

 </station>

 <station stream="http://resources.2dayfm.com.au/listenfeed/2dayfm.asx" image="NSW_2DAY.gif" website="http://www.2dayfm.com.au" name="2 Day FM" logname="2DAY" sid="1">

 </station>

 <station stream="http://podcasts.2gb.com/real-player/2GBListenLive.asx" image="NSW_2GB.gif" website="http://www.2gb.com" name="2GB" logname="2GB" sid="65">

 </station>

 <station stream="http://www.abc.net.au/streaming/triplej.asx" image="JJJ.gif" website="http://www.abc.net.au/triplej" name="Triple J" logname="2JJJ" sid="24">

 </station>

 <station stream="http://resources.triplem.com.au/listenfeed/2mmmlivestream.asx" image="MMM.gif" website="http://www.triplem.com.au/sydney/index.html" name="TRIPLE M" logname="2MMM" sid="2">

 </station>

 <station stream="http://www.961.com.au/961.asx" image="NSW_EDGE.gif" website="http://www.961.com.au" name="The Edge" logname="2ONE" sid="23">

 </station>

 <station stream="http://www.vega953.com.au/dmgcustom/vega953.asx" image="NSW_VEGA.gif" website="http://www.vega953.com.au" name="Vega 95.3" logname="2PTV" sid="6">

 </station>

 <station stream="http://www.nova969.com.au/dmgcustom/Nova969.asx" image="NSW_NOVA.gif" website="http://www.nova969.com.au" name="NOVA 96.9" logname="2SYD" sid="5">

 </station>

 <station stream="http://streaming.mytalk.com.au/2ue" image="NSW_2UE.gif" website="http://www.2ue.com.au" name="2UE Talkback Radio" logname="2UE" sid="3">

 </station>

 <station stream="http://208.96.14.149/mix1065" image="NSW_MIX1065.gif" website="http://www.mix1065.com.au" name="Mix 106.5" logname="2WFM" sid="4">

 </station>

 <station stream="http://www.abc.net.au/dig/dig.asx" image="DIG.gif" website="www.abc.net.au/dig" name="DIG Radio" logname="DIGNSW" sid="69">

 </station>

 <station stream="mms://wm9.streaming.telstra.com/UCS-wh_fbi0live1" image="NSW_FBI.gif" website="http://www.fbi.org.au" name="FBI" logname="FBI" sid="22">

 </station>

 </city>

 <city name="Brisbane">

 <station stream="http://www.abc.net.au/streaming/classic/classicfm.asx" image="ABCCFM.gif" website="http://www.abc.net.au/classic" name="ABC Classic FM" logname="4BACCF" sid="63">

 </station>

 <station stream="http://resources.b105.com.au/listenfeed/b105.asx" image="QLD_B105.gif" website="http://www.b105.com.au/" name="B105" logname="4BBB" sid="54">

 </station>

 <station stream="http://streaming.mytalk.com.au/4bc" image="QLD_4BC.gif" website="http://www.4bc.com.au" name="4BC" logname="4BC" sid="58">

 </station>

 <station stream="http://208.96.14.149/973fm" image="QLD_973FM.gif" website="http://www.973fm.com.au/" name="97.3 FM" logname="4BFM" sid="56">

 </station>

 <station stream="http://streaming.mytalk.com.au/4bh" image="QLD_4BH.gif" website="http://www.4bh.com.au/" name="4BH" logname="4BH" sid="59">

 </station>

 <station stream="http://www.nova1069.com.au/dmgcustom/Nova1069.asx" image="NOVA.gif" website="http://www.nova1069.com.au" name="Nova 106.9" logname="4BNE" sid="55">

 </station>

 <station stream="http://www.abc.net.au/streaming/triplej.asx" image="JJJ.gif" website="http://www.abc.net.au/triplej" name="Triple J" logname="4JJJ" sid="60">

 </station>

 <station stream="http://www.4kq.com.au/media/4kq/streaming/4kq.asx" image="QLD_4KQ.gif" website="http://www.4kq.com.au/" name="4KQ" logname="4KQ" sid="57">

 </station>

 <station stream="http://resources.triplem.com.au/listenfeed/4mmmlivestreaming.asx" image="MMM.gif" website="http://www.triplem.com.au/brisbane/index.html" name="TRIPLE M" logname="4MMM" sid="53">

 </station>

 <station stream="http://www.abc.net.au/streaming/newsradio.asx" image="ABCNR.gif" website="http://www.abc.net.au/newsradio" name="ABC News Radio" logname="4PB" sid="61">

 </station>

 <station stream="http://www.abc.net.au/brisbane/onair/612stream.asx" image="QLD_ABC612.gif" website="http://www.abc.net.au/brisbane/" name="612 ABC Brisbane" logname="4QR" sid="75">

 </station>

 <station stream="http://www.abc.net.au/streaming/RN.asx" image="ABCRN.gif" website="http://www.abc.net.au/rn" name="ABC Radio National" logname="4RN" sid="62">

 </station>

 <station stream="http://www.abc.net.au/dig/dig.asx" image="DIG.gif" website="www.abc.net.au/dig" name="DIG Radio" logname="DIGQLD" sid="73">

 </station>

 </city>

 <city name="Adelaide">

 <station stream="http://www.fiveaa.com.au/dmgcustom/fiveaa.asx" image="SA_5AA.gif" website="http://www.5aa.com.au" name="5AA" logname="5AA" sid="43">

 </station>

 <station stream="http://208.96.14.149/mix1023" image="SA_MIX.gif" website="http://www.mix1023.com.au/" name="Mix 102.3" logname="5ADD" sid="45">

 </station>

 <station stream="http://www.abc.net.au/streaming/classic/classicfm.asx" image="ABCCFM.gif" website="http://www.abc.net.au/classic" name="ABC Classic FM" logname="5BACCF" sid="51">

 </station>

 <station stream="http://208.96.14.149/cruise1323" image="SA_CRUISE.gif" website="http://www.cruise1323.com.au/" name="Cruise 1323" logname="5DN" sid="46">

 </station>

 <station stream="http://streamhq.adam.com.au:8000/FreshFM.m3u" image="SA_FRESHFM.gif" website="http://www.freshfm.com.au" name="Fresh FM" logname="5FBI" sid="52">

 </station>

 <station stream="http://www.abc.net.au/streaming/triplej.asx" image="JJJ.gif" website="http://www.abc.net.au/triplej" name="Triple J" logname="5JJJ" sid="47">

 </station>

 <station stream="http://resources.triplem.com.au/listenfeed/5mmmstreaming.asx" image="MMM.gif" website="http://www.triplem.com.au/adelaide/index.html" name="TRIPLE M" logname="5MMM" sid="42">

 </station>

 <station stream="http://www.nova919.com.au/dmgcustom/Nova919.asx" image="NOVA.gif" website="http://www.nova919.com.au" name="Nova 91.9" logname="5NOVA" sid="44">

 </station>

 <station stream="http://www.abc.net.au/streaming/newsradio.asx" image="ABCNR.gif" website="http://www.abc.net.au/newsradio" name="ABC News Radio" logname="5PB" sid="49">

 </station>

 <station stream="http://www.abc.net.au/streaming/RN.asx" image="ABCRN.gif" website="http://www.abc.net.au/rn" name="ABC Radio National" logname="5RN" sid="50">

 </station>

 <station stream="http://resources.safm.com.au/listenfeed/safm.asx" image="SA_SAFM.gif" website="http://www.safm.com.au" name="SA-FM" logname="5SSA" sid="41">

 </station>

 <station stream="http://www.abc.net.au/adelaide/onair/891stream.asx" image="SA_ABC720.gif" website="http://www.abc.net.au/adelaide/" name="ABC 891 Adelaide" logname="5WF" sid="48">

 </station>

 <station stream="http://www.abc.net.au/dig/dig.asx" image="DIG.gif" website="www.abc.net.au/dig" name="DIG Radio" logname="DIGSA" sid="74">

 </station>

 </city>

 <city name="Melbourne">

 <station stream="http://www.sport927.com.au/Sport927_live_audio/sport927.asx" image="VIC_sport927.gif" website="www.sport927.com.au" name="Sport 927" logname="" sid="77">

 </station>

 <station stream="http://abc.net.au/streaming/774/774stream.asx" image="VIC_ABC774.gif" website="http://www.abc.net.au/melbourne" name="ABC 774 Melbourne" logname="3ABC774" sid="17">

 </station>

 <station stream="http://www.abc.net.au/streaming/newsradio.asx" image="ABCNR.gif" website="http://www.abc.net.au/newsradio" name="ABC News Radio" logname="3ABCNR" sid="18">

 </station>

 <station stream="http://www.abc.net.au/streaming/RN.asx" image="ABCRN.gif" website="http://www.abc.net.au/rn" name="ABC Radio National" logname="3ABCRN" sid="19">

 </station>

 <station stream="http://streaming.mytalk.com.au/3aw" image="VIC_3AW.gif" website="http://www.3aw.com.au" name="3AW" logname="3AW" sid="9">

 </station>

 <station stream="http://www.abc.net.au/streaming/classic/classicfm.asx" image="ABCCFM.gif" website="http://www.abc.net.au/classic" name="ABC Classic FM" logname="3BACCF" sid="20">

 </station>

 <station stream="http://resources.fox.com.au/listenfeed/fox.asx" image="VIC_FOX.gif" website="http://www.fox.com.au" name="101.9 THE FOX" logname="3FOX" sid="7">

 </station>

 <station stream="http://208.96.14.149/goldfm" image="VIC_GOLD104.gif" website="http://www.gold1043.com.au" name="GOLD 104.3" logname="3GOLD" sid="11">

 </station>

 <station stream="http://www.abc.net.au/streaming/triplej.asx" image="JJJ.gif" website="http://www.abc.net.au/triplej" name="Triple J" logname="3JJJ" sid="16">

 </station>

 <station stream="http://208.96.14.149/mix1011" image="VIC_MIX101.gif" website="http://www.mix1011.com.au" name="MIX 101.1" logname="3MIX" sid="12">

 </station>

 <station stream="http://resources.triplem.com.au/listenfeed/3mmmlivestream.asx" image="MMM.gif" website="http://www.triplem.com.au/melbourne/index.html" name="TRIPLE M" logname="3MMM" sid="8">

 </station>

 <station stream="http://3mpstream.soundaudiosolutions.com.au/3mp.asx" image="VIC_3MP.gif" website="www.3mp.com.au" name="3MP" logname="3MP" sid="67">

 </station>

 <station stream="http://www.nova100.com.au/dmgcustom/Nova100.asx" image="VIC_NOVA.gif" website="http://www.nova100.com.au" name="NOVA 100" logname="3NOVA" sid="13">

 </station>

 <station stream="http://www.pbsfm.org.au/Public/ASX/3pbsfm.asx" image="VIC_PBS.gif" website="http://www.pbsfm.org.au" name="PBS 106.7 FM" logname="3PBS" sid="15">

 </station>

 <station stream="http://media.on.net/radio/114.m3u" image="VIC_RRR.gif" website="www.rrr.org.au" name="Triple R FM" logname="3RRR" sid="68">

 </station>

 <station stream="http://sen1116.conexim.com.au/sen1116_16.asx" image="VIC_SEN.gif" website="http://www.sen.com.au" name="Sports Entertainment Network" logname="3SEN" sid="21">

 </station>

 <station stream="http://www.vega915.com.au/dmgcustom/vega915.asx" image="VIC_VEGA.gif" website="http://www.vega915.com.au" name="VEGA 915" logname="3VEGA" sid="14">

 </station>

 <station stream="http://www.abc.net.au/dig/dig.asx" image="DIG.gif" website="www.abc.net.au/dig" name="DIG Radio" logname="DIGVIC" sid="71">

 </station>

 <station stream="mms://streaming.mytalk.com.au/magic" image="VIC_MAGIC.gif" website="http://www.magic1278.com.au" name="Magic 1278" logname="MAGIC" sid="10">

 </station>

 </city>

 <city name="Perth">

 <station stream="http://www.abc.net.au/streaming/classic/classicfm.asx" image="ABCCFM.gif" website="http://www.abc.net.au/classic" name="ABC Classic FM" logname="6BACCF" sid="38">

 </station>

 <station stream="http://www.abc.net.au/streaming/triplej.asx" image="JJJ.gif" website="http://www.abc.net.au/triplej" name="Triple J" logname="6JJJ" sid="34">

 </station>

 <station stream="http://resources.mix.com.au/listenfeed/Mix94.5livestream.asx" image="WA_MIX.gif" website="http://www.mix.com.au" name="MIX 94.5" logname="6MIX" sid="29">

 </station>

 <station stream="http://streaming.amnet.net.au/96fm" image="WA_96FM.gif" website="http://www.96fm.com.au" name="96FM" logname="6NOW" sid="32">

 </station>

 <station stream="http://www.abc.net.au/streaming/newsradio.asx" image="ABCNR.gif" website="http://www.abc.net.au/newsradio" name="ABC News Radio" logname="6PB" sid="36">

 </station>

 <station stream="http://www.nova937.com.au/dmgcustom/Nova937.asx" image="NOVA.gif" website="http://www.nova937.com.au" name="Nova 93.7" logname="6PER" sid="31">

 </station>

 <station stream="http://resources.929.com.au/listenfeed/929.asx" image="WA_929.gif" website="http://www.929.com.au" name="92.9" logname="6PPM" sid="30">

 </station>

 <station stream="http://streaming.mytalk.com.au/6pr" image="WA_6PR.gif" website="http://www.6pr.com.au" name="882 6PR" logname="6PR" sid="33">

 </station>

 <station stream="mms://audio.redfm.com.au/" image="WA_REDFM.gif" website="http://www.redfm.com.au" name="Red FM" logname="6RED" sid="39">

 </station>

 <station stream="http://www.abc.net.au/streaming/RN.asx" image="ABCRN.gif" website="http://www.abc.net.au/rn" name="ABC Radio National" logname="6RN" sid="37">

 </station>

 <station stream="http://www.rtrfm.com.au/live.asx" image="WA_RTRFM.gif" website="http://www.rtrfm.com.au" name="RTRfm" logname="6RTR" sid="40">

 </station>

 <station stream="http://abc.net.au/perth/onair/720stream.asx" image="WA_ABC720.gif" website="http://www.abc.net.au/perth" name="ABC 720 Perth" logname="6WF" sid="35">

 </station>

 <station stream="http://www.abc.net.au/dig/dig.asx" image="DIG.gif" website="www.abc.net.au/dig" name="DIG Radio" logname="DIGWA" sid="72">

 </station>

 </city>

 </stations>

 总结

 进行Json到XML转换的开发,需要先定义出转换后的XML的格式,然后根据该格式对Json数据进行排序,把排序后的数据转换到DOM的XML结构里,最后转换显示格式进行显示。

作者:Jake.NET

查看原文地址

0
相关文章