by Fitz69 on Thu Jan 25, 2007 5:08 pm
Can someone help me with this?
I can't get my head around this XML thing. Ive used the coordinate tool but I get errors when I test the XML.
<map>
<title>U.S.SenateMap</title>
<smallwidth>600</smallwidth>
<smallheight>483</smallheight>
<largewidth>800</largewidth>
<largeheight>644</largeheight>
<filetype>jpg</filetype>
<continent>
<name>Democrats</name>
<bonus>7</bonus>
<components>
<component>Dan</component>
<component>Pat</component>
<component>Marv</component>
<component>Eve</component>
<component>Zoe</component>
<component>Diane</component>
<component>Nina</component>
<component>Harry</component>
<component>Andy</component>
<component>Sam</component>
<component>Kenny</component>
<component>Juan</component>
<component>Kyle</component>
<component>Tom</component>
</components>
</continent>
<continent>
<name>Republicans</name>
<bonus>7</bonus>
<components>
<component>Adam</component>
<component>Bob</component>
<component>Dick</component>
<component>Jane</component>
<component>Terry</component>
<component>Suki</component>
<component>Lola</component>
<component>Pete</component>
<component>Mary</component>
<component>Tim</component>
<component>Karen</component>
<component>Fred</component>
<component>Eric</component>
<component>Ron</component>
</components>
</continent>
<continent>
<name>PrintMedia</name>
<bonus>3</bonus>
<components>
<component>AP</component>
<component>Newsweek</component>
<component>USAToday</component>
<component>WashingtonPost</component>
<component>TIME</component>
<component>Tabloid</component>
</components>
</continent>
<continent>
<name>TVMedia</name>
<bonus>3</bonus>
<components>
<component>FOX</component>
<component>ABC</component>
<component>C-Span</component>
<component>NBC</component>
<component>PBS</component>
<component>CNN</component>
</components>
</continent>
<continent>
<name>LiberalLobby</name>
<bonus>4</bonus>
<components>
<component>AffirmativeAction</component>
<component>Healthcare</component>
<component>Environment</component>
<component>GunControl</component>
<component>SierraClub</component>
<component>GlobalWarming</component>
<component>CivilRights</component>
<component>Education</component>
</components>
</continent>
<continent>
<name>ConservativeLobby</name>
<bonus>4</bonus>
<components>
<component>DefenseIndustry</component>
<component>Banking</component>
<component>Haliburton</component>
<component>BigOil</component>
<component>NRA</component>
<component>MoralMajority</component>
<component>Fundamentalist</component>
<component>Tobacco</component>
</components>
</continent>
<continent>
<name>Podium</name>
<bonus>6</bonus>
<components>
<component>VP</component>
<component>Dem.Sec</component>
<component>Rep.Sec</component>
<component>Clerk</component>
<component>WestSecurity</component>
<component>EastSecurity</component>
<component>W.Floor</component>
<component>S.Floor</component>
<component>E.Floor</component>
</components>
</continent>
<country>
<name>Dan</name>
<borders>
<border>Pat</border>
<border>Diane</border>
<border>Zoe</border>
</borders>
<coordinates>
<smallx>95</smallx>
<smally>143</smally>
<largex>128</largex>
<largey>183</largey>
</coordinates>
</country>
<country>
<name>Pat</name>
<borders>
<border>Dan</border>
<border>Diane</border>
<border>Marv</border>
</borders>
<coordinates>
<smallx>128</smallx>
<smally>147</smally>
<largex>172</largex>
<largey>189</largey>
</coordinates>
</country>
<country>
<name>Marv</name>
<borders>
<border>Pat</border>
<border>Diane</border>
<border>Nina</border>
<border>Eve</border>
</borders>
<coordinates>
<smallx>162</smallx>
<smally>153</smally>
<largex>217</largex>
<largey>197</largey>
</coordinates>
</country>
<country>
<name>Eve</name>
<borders>
<border>Marv</border>
<border>Nina</border>
<border>Harry</border>
<border>WestSecurity</border>
</borders>
<coordinates>
<smallx>194</smallx>
<smally>155</smally>
<largex>260</largex>
<largey>199</largey>
</coordinates>
</country>
<country>
<name>Zoe</name>
<borders>
<border>Dan</border>
<border>Diane</border>
<border>Andy</border>
<border>Newsweek</border>
</borders>
<coordinates>
<smallx>123</smallx>
<smally>237</smally>
<largex>165</largex>
<largey>309</largey>
</coordinates>
</country>
<country>
<name>Diane</name>
<borders>
<border>Dan</border>
<border>Pat</border>
<border>Marv</border>
<border>Nina</border>
<border>Sam</border>
<border>Andy</border>
<border>Zoe</border>
</borders>
<coordinates>
<smallx>157</smallx>
<smally>231</smally>
<largex>211</largex>
<largey>301</largey>
</coordinates>
</country>
<country>
<name>Nina</name>
<borders>
<border>Diane</border>
<border>Marv</border>
<border>Eve</border>
<border>Harry</border>
<border>Kyle</border>
<border>Sam</border>
</borders>
<coordinates>
<smallx>195</smallx>
<smally>226</smally>
<largex>261</largex>
<largey>294</largey>
</coordinates>
</country>
<country>
<name>Harry</name>
<borders>
<border>Eve</border>
<border>Tom</border>
<border>Kyle</border>
<border>Nina</border>
</borders>
<coordinates>
<smallx>231</smallx>
<smally>218</smally>
<largex>309</largex>
<largey>283</largey>
</coordinates>
</country>
<country>
<name>Andy</name>
<borders>
<border>Zoe</border>
<border>Diane</border>
<border>Sam</border>
<border>Kenny</border>
</borders>
<coordinates>
<smallx>179</smallx>
<smally>300</smally>
<largex>240</largex>
<largey>393</largey>
</coordinates>
</country>
<country>
<name>Sam</name>
<borders>
<border>Diane</border>
<border>Nina</border>
<border>Kyle</border>
<border>Juan</border>
<border>Kenny</border>
<border>Andy</border>
</borders>
<coordinates>
<smallx>206</smallx>
<smally>281</smally>
<largex>276</largex>
<largey>367</largey>
</coordinates>
</country>
<country>
<name>Kenny</name>
<borders>
<border>Andy</border>
<border>Sam</border>
<border>Juan</border>
<border>TIME</border>
</borders>
<coordinates>
<smallx>278</smallx>
<smally>335</smally>
<largex>372</largex>
<largey>439</largey>
</coordinates>
</country>
<country>
<name>Juan</name>
<borders>
<border>Sam</border>
<border>Kyle</border>
<border>Kenny</border>
</borders>
<coordinates>
<smallx>280</smallx>
<smally>304</smally>
<largex>375</largex>
<largey>398</largey>
</coordinates>
</country>
<country>
<name>Kyle</name>
<borders>
<border>Nina</border>
<border>Harry</border>
<border>Tom</border>
<border>Juan</border>
<border>Sam</border>
</borders>
<coordinates>
<smallx>234</smallx>
<smally>257</smally>
<largex>313</largex>
<largey>335</largey>
</coordinates>
</country>
<country>
<name>Tom</name>
<borders>
<border>Harry</border>
<border>Kyle</border>
<border>S.Floor</border>
</borders>
<coordinates>
<smallx>261</smallx>
<smally>232</smally>
<largex>349</largex>
<largey>302</largey>
</coordinates>
</country>
<country>
<name>Adam</name>
<borders>
<border>Bob</border>
<border>Suki</border>
<border>Terry</border>
<border>EastSecurity</border>
</borders>
<coordinates>
<smallx>399</smallx>
<smally>161</smally>
<largex>533</largex>
<largey>207</largey>
</coordinates>
</country>
<country>
<name>Bob</name>
<borders>
<border>Adam</border>
<border>Suki</border>
<border>Lola</border>
<border>Dick</border>
</borders>
<coordinates>
<smallx>430</smallx>
<smally>156</smally>
<largex>575</largex>
<largey>201</largey>
</coordinates>
</country>
<country>
<name>Dick</name>
<borders>
<border>Bob</border>
<border>Lola</border>
<border>Jane</border>
</borders>
<coordinates>
<smallx>461</smallx>
<smally>150</smally>
<largex>616</largex>
<largey>193</largey>
</coordinates>
</country>
<country>
<name>Jane</name>
<borders>
<border>Dick</border>
<border>Lola</border>
<border>Pete</border>
</borders>
<coordinates>
<smallx>496</smallx>
<smally>146</smally>
<largex>663</largex>
<largey>187</largey>
</coordinates>
</country>
<country>
<name>Terry</name>
<borders>
<border>Adam</border>
<border>Suki</border>
<border>Eric</border>
<border>Ron</border>
</borders>
<coordinates>
<smallx>362</smallx>
<smally>218</smally>
<largex>484</largex>
<largey>283</largey>
</coordinates>
</country>
<country>
<name>Suki</name>
<borders>
<border>Adam</border>
<border>Bob</border>
<border>Lola</border>
<border>Mary</border>
<border>Eric</border>
<border>Terry</border>
</borders>
<coordinates>
<smallx>398</smallx>
<smally>224</smally>
<largex>532</largex>
<largey>291</largey>
</coordinates>
</country>
<country>
<name>Lola</name>
<borders>
<border>Bob</border>
<border>Dick</border>
<border>Jane</border>
<border>Pete</border>
<border>Tim</border>
<border>Mary</border>
<border>Suki</border>
</borders>
<coordinates>
<smallx>438</smallx>
<smally>228</smally>
<largex>585</largex>
<largey>297</largey>
</coordinates>
</country>
<country>
<name>Pete</name>
<borders>
<border>Jane</border>
<border>Tim</border>
<border>Mary</border>
<border>Lola</border>
<border>ABC</border>
</borders>
<coordinates>
<smallx>472</smallx>
<smally>234</smally>
<largex>631</largex>
<largey>305</largey>
</coordinates>
</country>
<country>
<name>Mary</name>
<borders>
<border>Lola</border>
<border>Pete</border>
<border>Tim</border>
<border>Karen</border>
<border>Fred</border>
<border>Eric</border>
<border>Suki</border>
</borders>
<coordinates>
<smallx>386</smallx>
<smally>280</smally>
<largex>516</largex>
<largey>366</largey>
</coordinates>
</country>
<country>
<name>Tim</name>
<borders>
<border>Lola</border>
<border>Pete</border>
<border>Karen</border>
<border>Mary</border>
</borders>
<coordinates>
<smallx>413</smallx>
<smally>300</smally>
<largex>552</largex>
<largey>393</largey>
</coordinates>
</country>
<country>
<name>Karen</name>
<borders>
<border>Fred</border>
<border>Mary</border>
<border>Tim</border>
<border>PBS</border>
</borders>
<coordinates>
<smallx>317</smallx>
<smally>337</smally>
<largex>424</largex>
<largey>442</largey>
</coordinates>
</country>
<country>
<name>Fred</name>
<borders>
<border>Eric</border>
<border>Mary</border>
<border>Karen</border>
</borders>
<coordinates>
<smallx>316</smallx>
<smally>304</smally>
<largex>423</largex>
<largey>398</largey>
</coordinates>
</country>
<country>
<name>Eric</name>
<borders>
<border>Ron</border>
<border>Terry</border>
<border>Suki</border>
<border>Mary</border>
<border>Fred</border>
</borders>
<coordinates>
<smallx>360</smallx>
<smally>257</smally>
<largex>481</largex>
<largey>335</largey>
</coordinates>
</country>
<country>
<name>Ron</name>
<borders>
<border>Terry</border>
<border>Eric</border>
<border>S.Floor</border>
</borders>
<coordinates>
<smallx>334</smallx>
<smally>233</smally>
<largex>447</largex>
<largey>303</largey>
</coordinates>
</country>
<country>
<name>AP</name>
<borders>
<border>Newsweek</border>
</borders>
<coordinates>
<smallx>56</smallx>
<smally>207</smally>
<largex>76</largex>
<largey>269</largey>
</coordinates>
</country>
<country>
<name>Newsweek</name>
<borders>
<border>AP</border>
<border>USAToday</border>
<border>Zoe</border>
<border>GunControl</border>
</borders>
<coordinates>
<smallx>78</smallx>
<smally>248</smally>
<largex>105</largex>
<largey>323</largey>
</coordinates>
</country>
<country>
<name>USAToday</name>
<borders>
<border>Newsweek</border>
<border>WashingtonPost</border>
</borders>
<coordinates>
<smallx>85</smallx>
<smally>303</smally>
<largex>115</largex>
<largey>397</largey>
</coordinates>
</country>
<country>
<name>WashingtonPost</name>
<borders>
<border>USAToday</border>
<border>TIME</border>
</borders>
<coordinates>
<smallx>111</smallx>
<smally>350</smally>
<largex>149</largex>
<largey>459</largey>
</coordinates>
</country>
<country>
<name>TIME</name>
<borders>
<border>WashingtonPost</border>
<border>Tabloid</border>
<border>Kenny</border>
</borders>
<coordinates>
<smallx>215</smallx>
<smally>357</smally>
<largex>288</largex>
<largey>469</largey>
</coordinates>
</country>
<country>
<name>Tabloid</name>
<borders>
<border>TIME</border>
<border>CNN</border>
<border>Education</border>
</borders>
<coordinates>
<smallx>279</smallx>
<smally>383</smally>
<largex>373</largex>
<largey>503</largey>
</coordinates>
</country>
<country>
<name>FOX</name>
<borders>
<border>ABC</border>
</borders>
<coordinates>
<smallx>538</smallx>
<smally>210</smally>
<largex>719</largex>
<largey>273</largey>
</coordinates>
</country>
<country>
<name>ABC</name>
<borders>
<border>FOX</border>
<border>C-Span</border>
<border>Pete</border>
<border>BigOil</border>
</borders>
<coordinates>
<smallx>519</smallx>
<smally>250</smally>
<largex>693</largex>
<largey>326</largey>
</coordinates>
</country>
<country>
<name>C-Span</name>
<borders>
<border>ABC</border>
<border>NBC</border>
</borders>
<coordinates>
<smallx>509</smallx>
<smally>312</smally>
<largex>680</largex>
<largey>409</largey>
</coordinates>
</country>
<country>
<name>NBC</name>
<borders>
<border>C-Span</border>
<border>PBS</border>
</borders>
<coordinates>
<smallx>479</smallx>
<smally>351</smally>
<largex>640</largex>
<largey>461</largey>
</coordinates>
</country>
<country>
<name>PBS</name>
<borders>
<border>NBC</border>
<border>CNN</border>
<border>Karen</border>
</borders>
<coordinates>
<smallx>377</smallx>
<smally>357</smally>
<largex>504</largex>
<largey>469</largey>
</coordinates>
</country>
<country>
<name>CNN</name>
<borders>
<border>PBS</border>
<border>Tabloid</border>
<border>Tobacco</border>
</borders>
<coordinates>
<smallx>315</smallx>
<smally>384</smally>
<largex>421</largex>
<largey>505</largey>
</coordinates>
</country>
<country>
<name>AffirmativeAction</name>
<borders>
<border>Healthcare</border>
</borders>
<coordinates>
<smallx>202</smallx>
<smally>54</smally>
<largex>271</largex>
<largey>65</largey>
</coordinates>
</country>
<country>
<name>Healthcare</name>
<borders>
<border>AffirmativeAction</border>
<border>Environment</border>
<border>WestSecurity</border>
</borders>
<coordinates>
<smallx>114</smallx>
<smally>53</smally>
<largex>153</largex>
<largey>63</largey>
</coordinates>
</country>
<country>
<name>Environment</name>
<borders>
<border>Healthcare</border>
<border>GunControl</border>
</borders>
<coordinates>
<smallx>31</smallx>
<smally>77</smally>
<largex>43</largex>
<largey>95</largey>
</coordinates>
</country>
<country>
<name>GunControl</name>
<borders>
<border>Environment</border>
<border>SierraClub</border>
<border>Newsweek</border>
</borders>
<coordinates>
<smallx>25</smallx>
<smally>175</smally>
<largex>35</largex>
<largey>226</largey>
</coordinates>
</country>
<country>
<name>SierraClub</name>
<borders>
<border>GunControl</border>
<border>GlobalWarming</border>
</borders>
<coordinates>
<smallx>33</smallx>
<smally>288</smally>
<largex>45</largex>
<largey>377</largey>
</coordinates>
</country>
<country>
<name>GlobalWarming</name>
<borders>
<border>SierraClub</border>
<border>CivilRights</border>
</borders>
<coordinates>
<smallx>33</smallx>
<smally>379</smally>
<largex>45</largex>
<largey>498</largey>
</coordinates>
</country>
<country>
<name>CivilRights</name>
<borders>
<border>GlobalWarming</border>
<border>Education</border>
</borders>
<coordinates>
<smallx>113</smallx>
<smally>398</smally>
<largex>152</largex>
<largey>523</largey>
</coordinates>
</country>
<country>
<name>Education</name>
<borders>
<border>CivilRights</border>
<border>Tabloid</border>
</borders>
<coordinates>
<smallx>235</smallx>
<smally>389</smally>
<largex>315</largex>
<largey>511</largey>
</coordinates>
</country>
<country>
<name>DefenseIndustry</name>
<borders>
<border>Banking</border>
</borders>
<coordinates>
<smallx>391</smallx>
<smally>55</smally>
<largex>523</largex>
<largey>66</largey>
</coordinates>
</country>
<country>
<name>Banking</name>
<borders>
<border>DefenseIndustry</border>
<border>Haliburton</border>
<border>EastSecurity</border>
</borders>
<coordinates>
<smallx>482</smallx>
<smally>54</smally>
<largex>644</largex>
<largey>65</largey>
</coordinates>
</country>
<country>
<name>Haliburton</name>
<borders>
<border>Banking</border>
<border>BigOil</border>
</borders>
<coordinates>
<smallx>560</smallx>
<smally>79</smally>
<largex>748</largex>
<largey>98</largey>
</coordinates>
</country>
<country>
<name>BigOil</name>
<borders>
<border>Haliburton</border>
<border>NRA</border>
<border>ABC</border>
</borders>
<coordinates>
<smallx>564</smallx>
<smally>178</smally>
<largex>753</largex>
<largey>230</largey>
</coordinates>
</country>
<country>
<name>NRA</name>
<borders>
<border>BigOil</border>
<border>MoralMajority</border>
</borders>
<coordinates>
<smallx>559</smallx>
<smally>289</smally>
<largex>747</largex>
<largey>378</largey>
</coordinates>
</country>
<country>
<name>MoralMajority</name>
<borders>
<border>NRA</border>
<border>Fundamentalist</border>
</borders>
<coordinates>
<smallx>559</smallx>
<smally>385</smally>
<largex>747</largex>
<largey>506</largey>
</coordinates>
</country>
<country>
<name>Fundamentalist</name>
<borders>
<border>MoralMajority</border>
<border>Tobacco</border>
</borders>
<coordinates>
<smallx>481</smallx>
<smally>399</smally>
<largex>643</largex>
<largey>525</largey>
</coordinates>
</country>
<country>
<name>Tobacco</name>
<borders>
<border>Fundamentalist</border>
<border>CNN</border>
</borders>
<coordinates>
<smallx>357</smallx>
<smally>388</smally>
<largex>477</largex>
<largey>510</largey>
</country>
<country>
<name>VP</name>
<borders>
<border>Dem.Sec</border>
<border>Rep.Sec</border>
</borders>
<coordinates>
<smallx>296</smallx>
<smally>107</smally>
<largex>396</largex>
<largey>135</largey>
</coordinates>
</country>
<country>
<name>Dem.Sec</name>
<borders>
<border>VP</border>
<border>Rep.Sec</border>
<border>Clerk</border>
<border>WestSecurity</border>
</borders>
<coordinates>
<smallx>258</smallx>
<smally>93</smally>
<largex>345</largex>
<largey>117</largey>
</coordinates>
</country>
<country>
<name>Rep.Sec</name>
<borders>
<border>VP</border>
<border>Dem.Sec</border>
<border>Clerk</border>
<border>EastSecurity</border>
</borders>
<coordinates>
<smallx>334</smallx>
<smally>94</smally>
<largex>447</largex>
<largey>118</largey>
</coordinates>
</country>
<country>
<name>Clerk</name>
<borders>
<border>Dem.Sec</border>
<border>Rep.Sec</border>
</borders>
<coordinates>
<smallx>277</smallx>
<smally>157</smally>
<largex>371</largex>
<largey>202</largey>
</coordinates>
</country>
<country>
<name>WestSecurity</name>
<borders>
<border>Dem.Sec</border>
<border>W.Floor</border>
<border>Eve</border>
<border>Healthcare</border>
</borders>
<coordinates>
<smallx>167</smallx>
<smally>92</smally>
<largex>224</largex>
<largey>115</largey>
</coordinates>
</country>
<country>
<name>EastSecurity</name>
<borders>
<border>Rep.Sec</border>
<border>E.Floor</border>
<border>Adam</border>
<border>Banking</border>
</borders>
<coordinates>
<smallx>424</smallx>
<smally>92</smally>
<largex>567</largex>
<largey>115</largey>
</coordinates>
</country>
<country>
<name>W.Floor</name>
<borders>
<border>WestSecurity</border>
<border>S.Floor</border>
</borders>
<coordinates>
<smallx>224</smallx>
<smally>129</smally>
<largex>300</largex>
<largey>165</largey>
</coordinates>
</country>
<country>
<name>S.Floor</name>
<borders>
<border>W.Floor</border>
<border>E.Floor</border>
<border>Tom</border>
<border>Ron</border>
</borders>
<coordinates>
<smallx>296</smallx>
<smally>190</smally>
<largex>396</largex>
<largey>246</largey>
</coordinates>
</country>
<country>
<name>E.Floor</name>
<borders>
<border>EastSecurity</border>
<border>S.Floor</border>
</borders>
<coordinates>
<smallx>367</smallx>
<smally>132</smally>
<largex>491</largex>
<largey>169</largey>
</coordinates>
</country>
</map>