Conquer Club

help with XML

Topics that are not maps. Discuss general map making concepts, techniques, contests, etc, here.

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.

help with XML

Postby Bodmanbod on Thu May 10, 2007 5:54 pm

sorry to make a new topic but i thought it might get a quicker response.

i have the followig problem:

Test results:
<smallwidth>600</smallwidth> - Extra content at the end of the document

Summary: 0 warnings and 1 errors detected

XML checking code provided by Jota


i thought small maps were allowed to be 600?
Private 1st Class Bodmanbod
 
Posts: 96
Joined: Wed May 02, 2007 9:24 am

Postby Coleman on Thu May 10, 2007 6:29 pm

We are going to need to see the entire xml...
Warning: You may be reading a really old topic.
User avatar
Sergeant Coleman
 
Posts: 5402
Joined: Tue Jan 02, 2007 10:36 pm
Location: Midwest

Postby yeti_c on Fri May 11, 2007 1:09 am

The top of the XML should look similar to this...

Code: Select all
<map>
<title>8 Thoughts</title>
<smallwidth>675</smallwidth>
<smallheight>535</smallheight>
<largewidth>820</largewidth>
<largeheight>650</largeheight>
<filetype>jpg</filetype>
.......


I suspect that you have an extra <smallwidth> parameter at the bottom?

However - it could be the checking code is written badly and prefers the parameters to be in the correct order - which isn't really necessary with XML. - I would have to check the code and ask the author about that...

I would presume though that it is your mistake until the XML is posted up...

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Postby Bodmanbod on Fri May 11, 2007 1:24 pm

Code: Select all
<?xml version="1.0" encoding="iso-8859-1" ?>
- <map> 
  <title>Terra Luna</title>
  <smallwidth>600</smallwidth>
  <smallheight>382</smallheight>
  <largewidth>800</largewidth>
  <largeheight>509</largeheight>
  <filetype>jpg</filetype>
- <continent>
  <name>Sanitatis</name>
  <bonus>5</bonus>
- <components>
  <component>Humboldt</component>
  <component>Clavius</component>
  <component>Maginus</component>
  <component>Tycho</component>
  <component>Janssen</component>
  <component>Medii</component>
  <component>Bode</component>
  </components>
  </continent>
- <continent>
  <name>Siccitatis</name>
  <bonus>2</bonus>
- <components>
  <component>Focus</component>
  <component>Aristoteles</component>
  <component>Opelt</component>
  <component>Zupus</component>
  </components>
  </continent>
- <continent>
  <name>Imbrium</name>
  <bonus>5</bonus>
- <components>
  <component>Cato</component>
  <component>Yuri</component>
  <component>Roris</component>
  <component>Aris</component>
  <component>Icus</component>
  <component>Dana</component>
  <component>Copus</component>
  <component>Zahia</component>
  <component>Verus</component>
  </components>
  </continent>
- <continent>
  <name>Caloris</name>
  <bonus>7</bonus>
- <components>
  <component>Somni</component>
  <component>Mauro</component>
  <component>Atlas</component>
  <component>Gast</component>
  <component>Heim</component>
  <component>Odii</component>
  <component>Birt</component>
  <component>Pitatus</component>
  <component>Fidei</component>
  <component>Bohr</component>
  <component>Prinz</component>
  <component>Terra</component>
  </components>
  </continent>
- <continent>
  <name>Vitae</name>
  <bonus>2</bonus>
- <components>
  <component>Picard</component>
  <component>Petavius</component>
  <component>Lagrenus</component>
  <component>Spei</component>
  </components>
  </continent>
- <continent>
  <name>Serenitatis</name>
  <bonus>3</bonus>
- <components>
  <component>Mare</component>
  <component>Metius</component>
  <component>Rima</component>
  <component>Moretus</component>
  <component>Dorsa</component>
  <component>Ori</component>
  </components>
  </continent>
- <country>
  <name>Humboldt</name>
- <borders>
  <border>Maginus</border>
  <border>Clavius</border>
  <border>Picard</border>
<border>Mare</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>167</largex>
  <largey>67</largey>
  </coordinates>
  </country>
- <country>
  <name>Maginus</name>
- <borders>
  <border>Humboldt</border>
  <border>Mare</border>
  <border>Rima</border>
  <border>Metius</border>
<border>Janssen</border>
<border>Tycho</border>
<border>Clavius</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>240</largex>
  <largey>65</largey>
  </coordinates>
  </country>
- <country>
  <name>Clavius</name>
- <borders>
  <border>Humboldt</border>
  <border>Maginus</border>
  <border>Tycho</border>
  <border>Somni</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>310</largex>
  <largey>60</largey>
  </coordinates>
  </country>
- <country>
  <name>Janssen</name>
- <borders>
  <border>Maginus</border>
  <border>Tycho</border>
  <border>Medii</border>
  <border>Metius</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>215</largex>
  <largey>175</largey>
  </coordinates>
  </country>
- <country>
  <name>Tycho</name>
- <borders>
  <border>Clavius</border>
  <border>Maginus</border>
  <border>Janssen</border>
  <border>Medii</border>
  <border>Bode</border>
  <border>Atlas</border>
<border>Mauro</border>
<border>Somi</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>285</largex>
  <largey>142</largey>
  </coordinates>
  </country>
- <country>
  <name>Medii</name>
- <borders>
  <border>Janssen</border>
  <border>Metius</border>
  <border>Moretus</border>
<border>Dorsa</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>213</largex>
  <largey>265</largey>
  </coordinates>
  </country>
- <country>
  <name>Bode</name>
- <borders>
  <border>Tycho</border>
  <border>Zahia</border>
  <border>Versus</border>
  <border>Dorsa</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>215</largex>
  <largey>330</largey>
  </coordinates>
  </country>
- <country>
  <name>Picard</name>
- <borders>
  <border>Humboldt</border>
  <border>Petavius</border>
  <border>Mrae</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>60</largex>
  <largey>211</largey>
  </coordinates>
  </country>
- <country>
  <name>Petavius</name>
- <borders>
  <border>Mare</border>
  <border>Lagrenus</border>
  <border>Spei</border>
<border>Picard</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>50</largex>
  <largey>270</largey>
  </coordinates>
  </country>
- <country>
  <name>Lagrenus</name>
- <borders>
  <border>Petavius</border>
  <border>Rima</border>
  <border>Moretus</border>
<border>Ori</border>
<border>Spei</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>73</largex>
  <largey>305</largey>
  </coordinates>
  </country>
- <country>
  <name>Spei</name>
- <borders>
  <border>Ori</border>
  <border>Lagrenus</border>
  <border>Petavius</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>89</largex>
  <largey>380</largey>
  </coordinates>
  </country>
- <country>
  <name>Ori</name>
- <borders>
  <border>Spei</border>
  <border>Focus</border>
<border>Moretus</border>
<border>Dorsa</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>130</largex>
  <largey>360</largey>
  </coordinates>
  </country>
- <country>
  <name>Dorsa</name>
- <borders>
  <border>Ori</border>
  <border>Moretus</border>
  <border>Versus</border>
  <border>Medii</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>170</largex>
  <largey>300</largey>
  </coordinates>
  </country>
- <country>
  <name>Moretus</name>
- <borders>
  <border>Dorsa</border>
  <border>Ori</border>
  <border>Rima</border>
<border>Medii</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>123</largex>
  <largey>290</largey>
  </coordinates>
  </country>
- <country>
  <name>Rima</name>
- <borders>
  <border>Moretus</border>
  <border>Metius</border>
  <border>Mare</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>123</largex>
  <largey>225</largey>
  </coordinates>
  </country>
- <country>
  <name>Mare</name>
- <borders>
  <border>Petavius</border>
  <border>Rima</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>100</largex>
  <largey180</largey>
  </coordinates>
  </country>
- <country>
  <name>Metius</name>
- <borders>
  <border>Rima</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>159</largex>
  <largey>200</largey>
  </coordinates>
  </country>
- <country>
  <name>Focus</name>
- <borders>
  <border>Ori</border>
  <border>Aristoteles</border>
  <border>Zupus</border>
  <border>Dorsa</border>
  <border>Verus</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>150</largex>
  <largey>420</largey>
  </coordinates>
  </country>
- <country>
  <name>Aristoteles</name>
- <borders>
  <border>Focus</border>
  <border>Zupus</border>
  <border>Opelt</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>250</largex>
  <largey>465</largey>
  </coordinates>
  </country>
- <country>
  <name>Opelt</name>
- <borders>
  <border>Aristoteles</border>
  <border>Zupus</border>
  <border>Cato</border>
  </borders>
- <coordinates>
  <smallx>310</smallx>
  <smally>115</smally>
  <largex>0</largex>
  <largey>0</largey>
  </coordinates>
  </country>
- <country>
  <name>Verus</name>
- <borders>
  <border>Dorsa</border>
  <border>Bode</border>
  <border>Zahia</border>
  <border>Copus</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>230</largex>
  <largey>385</largey>
  </coordinates>
  </country>
- <country>
  <name>Zupus</name>
- <borders>
  <border>Copus</border>
  <border>Verus</border>
  <border>Dana</border>
  <border>Aris</border>
  <border>Roris</border>
<border>Cato</border>
<border>Focus</border>
<border>Aristoteles</border>
<border>Opelt</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>320</largex>
  <largey>410</largey>
  </coordinates>
  </country>
- <country>
  <name>Zahia</name>
- <borders>
  <border>Bode</border>
  <border>Atlas</border>
  <border>Icus</border>
  <border>Verus</border>
<border>Copus</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>265</largex>
  <largey335</largey>
  </coordinates>
  </country>
- <country>
  <name>Copus</name>
- <borders>
  <border>Zahia</border>
  <border>Verus</border>
  <border>Zupus</border>
  <border>Icus</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>287</largex>
  <largey>372</largey>
  </coordinates>
  </country>
- <country>
  <name>Icus</name>
- <borders>
  <border>Atlas</border>
  <border>Zahia</border>
  <border>Copus</border>
<border>Dana</border>
<border>Aris</border>
<border>Pitatus</border>
<border>Mauro</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>320</largex>
  <largey>320</largey>
  </coordinates>
  </country>
- <country>
  <name>Dana</name>
- <borders>
  <border>Icus</border>
  <border>Copus</border>
  <border>Zupus</border>
  <border>Aris</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>331</largex>
  <largey375</largey>
  </coordinates>
  </country>
- <country>
  <name>Aris</name>
- <borders>
  <border>Pitatus</border>
  <border>Roris</border>
  <border>Yuri</border>
<border>Fidei</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>365</largex>
  <largey>333</largey>
  </coordinates>
  </country>
- <country>
  <name>Roris</name>
- <borders>
  <border>Aris</border>
  <border>Yuri</border>
  <border>Cato</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>410</largex>
  <largey>360</largey>
  </coordinates>
  </country>
- <country>
  <name>Cato</name>
- <borders>
  <border>Yuri</border>
  <border>Roris</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>390</largex>
  <largey>400</largey>
  </coordinates>
  </country>
- <country>
  <name>Yuri</name>
- <borders>
  <border>Cato</border>
  <border>Roris</border>
  <border>Aris</border>
  <border>Fidei</border>
  <border>Terra</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>445</largex>
  <largey>345</largey>
  </coordinates>
  </country>
- <country>
  <name>Terra</name>
- <borders>
  <border>Yuri</border>
  <border>Prinz</border>
  <border>Fidei</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>460</largex>
  <largey>270</largey>
  </coordinates>
  </country>
- <country>
  <name>Prinz</name>
- <borders>
  <border>Bohr</border>
  <border>Birt</border>
  <border>Pitatus</border>
<border>Fidei</border>
<border>Terra</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>460</largex>
  <largey>230</largey>
  </coordinates>
  </country>
- <country>
  <name>Bohr</name>
- <borders>
  <border>Prinz</border>
  <border>Birt</border>
  <border>Odii</border>
<border>Gast</border>
<border>Heim</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>455</largex>
  <largey>170</largey>
  </coordinates>
  </country>
- <country>
  <name>Heim</name>
- <borders>
  <border>Gast</border>
  <border>Bohr</border>
  <border>Somni</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>430</largex>
  <largey>125</largey>
  </coordinates>
  </country>
- <country>
  <name>Gast</name>
- <borders>
  <border>Heim</border>
  <border>Bohr</border>
  <border>Odii</border>
<border>Somni</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>395</largex>
  <largey>135</largey>
  </coordinates>
  </country>
- <country>
  <name>Somni</name>
- <borders>
  <border>Gast</border>
  <border>Heim</border>
<border>Odii</border>
<border>Mauro</border>
<border>Tycho</border>
<border>Clavius</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>360</largex>
  <largey>95</largey>
  </coordinates>
  </country>
- <country>
  <name>Odii</name>
- <borders>
  <border>Gast</border>
  <border>Somni</border>
  <border>Mauro</border>
  <border>Pitatus</border>
  <border>Birt</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>370</largex>
  <largey>165</largey>
  </coordinates>
  </country>
- <country>
  <name>Birt</name>
- <borders>
  <border>Pitatus</border>
  <border>Odii</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>405</largex>
  <largey>205</largey>
  </coordinates>
  </country>
- <country>
  <name>Pitatus</name>
- <borders>
  <border>Odii</border>
  <border>Birt</border>
  <border>Mauro</border>
  <border>Fidei</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>365</largex>
  <largey>270</largey>
  </coordinates>
  </country>
- <country>
  <name>Fidei</name>
- <borders>
  <border>Pitatus</border>
  <border>Aris</border>
  <border>Yuri</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>420</largex>
  <largey>290</largey>
  </coordinates>
  </country>
- <country>
  <name>Mauro</name>
- <borders>
  <border>Tycho</border>
  <border>Atlas</border>
  <border>Icus</border>
<border>Pitatus</border>
<border>Odii</border>
<border>Somni</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>300</largex>
  <largey>215</largey>
  </coordinates>
  </country>
- <country>
  <name>Atlas</name>
- <borders>
  <border>Mauro</border>
  <border>Icus</border>
<border>Zahia</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>275</largex>
  <largey>275</largey>
  </coordinates>
  </country>
 </map>
Private 1st Class Bodmanbod
 
Posts: 96
Joined: Wed May 02, 2007 9:24 am

Postby Bodmanbod on Fri May 11, 2007 2:15 pm

bump
Private 1st Class Bodmanbod
 
Posts: 96
Joined: Wed May 02, 2007 9:24 am

Postby Gilligan on Fri May 11, 2007 2:24 pm

what is the problem?
Image
User avatar
Captain Gilligan
 
Posts: 12478
Joined: Thu May 11, 2006 4:59 pm
Location: Providence, RI

Postby Bodmanbod on Fri May 11, 2007 2:59 pm

lol if i knew that i would be asking for hep ;)

the xml checker keeps saying there is an error with the
Code: Select all
<map>
bit and the
Code: Select all
<smallwidth>600</smallwidth>
bit.
Private 1st Class Bodmanbod
 
Posts: 96
Joined: Wed May 02, 2007 9:24 am

Postby Wisse on Fri May 11, 2007 3:12 pm

i think it is because u used everywhere "0" with the small cords i think he doesn't accept it
Image Image
User avatar
Sergeant Wisse
 
Posts: 4448
Joined: Fri Oct 13, 2006 2:59 pm
Location: The netherlands, gelderland, epe

Postby DiM on Fri May 11, 2007 3:21 pm

ok. i've looked at the xml and found several < or > missing. corrected them and got this:

Code: Select all
<map>
  <title>Terra Luna</title>
  <smallwidth>600</smallwidth>
  <smallheight>382</smallheight>
  <largewidth>800</largewidth>
  <largeheight>509</largeheight>
  <filetype>jpg</filetype>
- <continent>
  <name>Sanitatis</name>
  <bonus>5</bonus>
- <components>
  <component>Humboldt</component>
  <component>Clavius</component>
  <component>Maginus</component>
  <component>Tycho</component>
  <component>Janssen</component>
  <component>Medii</component>
  <component>Bode</component>
  </components>
  </continent>
- <continent>
  <name>Siccitatis</name>
  <bonus>2</bonus>
- <components>
  <component>Focus</component>
  <component>Aristoteles</component>
  <component>Opelt</component>
  <component>Zupus</component>
  </components>
  </continent>
- <continent>
  <name>Imbrium</name>
  <bonus>5</bonus>
- <components>
  <component>Cato</component>
  <component>Yuri</component>
  <component>Roris</component>
  <component>Aris</component>
  <component>Icus</component>
  <component>Dana</component>
  <component>Copus</component>
  <component>Zahia</component>
  <component>Verus</component>
  </components>
  </continent>
- <continent>
  <name>Caloris</name>
  <bonus>7</bonus>
- <components>
  <component>Somni</component>
  <component>Mauro</component>
  <component>Atlas</component>
  <component>Gast</component>
  <component>Heim</component>
  <component>Odii</component>
  <component>Birt</component>
  <component>Pitatus</component>
  <component>Fidei</component>
  <component>Bohr</component>
  <component>Prinz</component>
  <component>Terra</component>
  </components>
  </continent>
- <continent>
  <name>Vitae</name>
  <bonus>2</bonus>
- <components>
  <component>Picard</component>
  <component>Petavius</component>
  <component>Lagrenus</component>
  <component>Spei</component>
  </components>
  </continent>
- <continent>
  <name>Serenitatis</name>
  <bonus>3</bonus>
- <components>
  <component>Mare</component>
  <component>Metius</component>
  <component>Rima</component>
  <component>Moretus</component>
  <component>Dorsa</component>
  <component>Ori</component>
  </components>
  </continent>
- <country>
  <name>Humboldt</name>
- <borders>
  <border>Maginus</border>
  <border>Clavius</border>
  <border>Picard</border>
<border>Mare</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>167</largex>
  <largey>67</largey>
  </coordinates>
  </country>
- <country>
  <name>Maginus</name>
- <borders>
  <border>Humboldt</border>
  <border>Mare</border>
  <border>Rima</border>
  <border>Metius</border>
<border>Janssen</border>
<border>Tycho</border>
<border>Clavius</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>240</largex>
  <largey>65</largey>
  </coordinates>
  </country>
- <country>
  <name>Clavius</name>
- <borders>
  <border>Humboldt</border>
  <border>Maginus</border>
  <border>Tycho</border>
  <border>Somni</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>310</largex>
  <largey>60</largey>
  </coordinates>
  </country>
- <country>
  <name>Janssen</name>
- <borders>
  <border>Maginus</border>
  <border>Tycho</border>
  <border>Medii</border>
  <border>Metius</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>215</largex>
  <largey>175</largey>
  </coordinates>
  </country>
- <country>
  <name>Tycho</name>
- <borders>
  <border>Clavius</border>
  <border>Maginus</border>
  <border>Janssen</border>
  <border>Medii</border>
  <border>Bode</border>
  <border>Atlas</border>
<border>Mauro</border>
<border>Somi</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>285</largex>
  <largey>142</largey>
  </coordinates>
  </country>
- <country>
  <name>Medii</name>
- <borders>
  <border>Janssen</border>
  <border>Metius</border>
  <border>Moretus</border>
<border>Dorsa</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>213</largex>
  <largey>265</largey>
  </coordinates>
  </country>
- <country>
  <name>Bode</name>
- <borders>
  <border>Tycho</border>
  <border>Zahia</border>
  <border>Versus</border>
  <border>Dorsa</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>215</largex>
  <largey>330</largey>
  </coordinates>
  </country>
- <country>
  <name>Picard</name>
- <borders>
  <border>Humboldt</border>
  <border>Petavius</border>
  <border>Mrae</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>60</largex>
  <largey>211</largey>
  </coordinates>
  </country>
- <country>
  <name>Petavius</name>
- <borders>
  <border>Mare</border>
  <border>Lagrenus</border>
  <border>Spei</border>
<border>Picard</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>50</largex>
  <largey>270</largey>
  </coordinates>
  </country>
- <country>
  <name>Lagrenus</name>
- <borders>
  <border>Petavius</border>
  <border>Rima</border>
  <border>Moretus</border>
<border>Ori</border>
<border>Spei</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>73</largex>
  <largey>305</largey>
  </coordinates>
  </country>
- <country>
  <name>Spei</name>
- <borders>
  <border>Ori</border>
  <border>Lagrenus</border>
  <border>Petavius</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>89</largex>
  <largey>380</largey>
  </coordinates>
  </country>
- <country>
  <name>Ori</name>
- <borders>
  <border>Spei</border>
  <border>Focus</border>
<border>Moretus</border>
<border>Dorsa</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>130</largex>
  <largey>360</largey>
  </coordinates>
  </country>
- <country>
  <name>Dorsa</name>
- <borders>
  <border>Ori</border>
  <border>Moretus</border>
  <border>Versus</border>
  <border>Medii</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>170</largex>
  <largey>300</largey>
  </coordinates>
  </country>
- <country>
  <name>Moretus</name>
- <borders>
  <border>Dorsa</border>
  <border>Ori</border>
  <border>Rima</border>
<border>Medii</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>123</largex>
  <largey>290</largey>
  </coordinates>
  </country>
- <country>
  <name>Rima</name>
- <borders>
  <border>Moretus</border>
  <border>Metius</border>
  <border>Mare</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>123</largex>
  <largey>225</largey>
  </coordinates>
  </country>
- <country>
  <name>Mare</name>
- <borders>
  <border>Petavius</border>
  <border>Rima</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>100</largex>
  <largey>180</largey>
  </coordinates>
  </country>
- <country>
  <name>Metius</name>
- <borders>
  <border>Rima</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>159</largex>
  <largey>200</largey>
  </coordinates>
  </country>
- <country>
  <name>Focus</name>
- <borders>
  <border>Ori</border>
  <border>Aristoteles</border>
  <border>Zupus</border>
  <border>Dorsa</border>
  <border>Verus</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>150</largex>
  <largey>420</largey>
  </coordinates>
  </country>
- <country>
  <name>Aristoteles</name>
- <borders>
  <border>Focus</border>
  <border>Zupus</border>
  <border>Opelt</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>250</largex>
  <largey>465</largey>
  </coordinates>
  </country>
- <country>
  <name>Opelt</name>
- <borders>
  <border>Aristoteles</border>
  <border>Zupus</border>
  <border>Cato</border>
  </borders>
- <coordinates>
  <smallx>310</smallx>
  <smally>115</smally>
  <largex>0</largex>
  <largey>0</largey>
  </coordinates>
  </country>
- <country>
  <name>Verus</name>
- <borders>
  <border>Dorsa</border>
  <border>Bode</border>
  <border>Zahia</border>
  <border>Copus</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>230</largex>
  <largey>385</largey>
  </coordinates>
  </country>
- <country>
  <name>Zupus</name>
- <borders>
  <border>Copus</border>
  <border>Verus</border>
  <border>Dana</border>
  <border>Aris</border>
  <border>Roris</border>
<border>Cato</border>
<border>Focus</border>
<border>Aristoteles</border>
<border>Opelt</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>320</largex>
  <largey>410</largey>
  </coordinates>
  </country>
- <country>
  <name>Zahia</name>
- <borders>
  <border>Bode</border>
  <border>Atlas</border>
  <border>Icus</border>
  <border>Verus</border>
<border>Copus</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>265</largex>
  <largey>335</largey>
  </coordinates>
  </country>
- <country>
  <name>Copus</name>
- <borders>
  <border>Zahia</border>
  <border>Verus</border>
  <border>Zupus</border>
  <border>Icus</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>287</largex>
  <largey>372</largey>
  </coordinates>
  </country>
- <country>
  <name>Icus</name>
- <borders>
  <border>Atlas</border>
  <border>Zahia</border>
  <border>Copus</border>
<border>Dana</border>
<border>Aris</border>
<border>Pitatus</border>
<border>Mauro</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>320</largex>
  <largey>320</largey>
  </coordinates>
  </country>
- <country>
  <name>Dana</name>
- <borders>
  <border>Icus</border>
  <border>Copus</border>
  <border>Zupus</border>
  <border>Aris</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>331</largex>
  <largey>375</largey>
  </coordinates>
  </country>
- <country>
  <name>Aris</name>
- <borders>
  <border>Pitatus</border>
  <border>Roris</border>
  <border>Yuri</border>
<border>Fidei</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>365</largex>
  <largey>333</largey>
  </coordinates>
  </country>
- <country>
  <name>Roris</name>
- <borders>
  <border>Aris</border>
  <border>Yuri</border>
  <border>Cato</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>410</largex>
  <largey>360</largey>
  </coordinates>
  </country>
- <country>
  <name>Cato</name>
- <borders>
  <border>Yuri</border>
  <border>Roris</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>390</largex>
  <largey>400</largey>
  </coordinates>
  </country>
- <country>
  <name>Yuri</name>
- <borders>
  <border>Cato</border>
  <border>Roris</border>
  <border>Aris</border>
  <border>Fidei</border>
  <border>Terra</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>445</largex>
  <largey>345</largey>
  </coordinates>
  </country>
- <country>
  <name>Terra</name>
- <borders>
  <border>Yuri</border>
  <border>Prinz</border>
  <border>Fidei</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>460</largex>
  <largey>270</largey>
  </coordinates>
  </country>
- <country>
  <name>Prinz</name>
- <borders>
  <border>Bohr</border>
  <border>Birt</border>
  <border>Pitatus</border>
<border>Fidei</border>
<border>Terra</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>460</largex>
  <largey>230</largey>
  </coordinates>
  </country>
- <country>
  <name>Bohr</name>
- <borders>
  <border>Prinz</border>
  <border>Birt</border>
  <border>Odii</border>
<border>Gast</border>
<border>Heim</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>455</largex>
  <largey>170</largey>
  </coordinates>
  </country>
- <country>
  <name>Heim</name>
- <borders>
  <border>Gast</border>
  <border>Bohr</border>
  <border>Somni</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>430</largex>
  <largey>125</largey>
  </coordinates>
  </country>
- <country>
  <name>Gast</name>
- <borders>
  <border>Heim</border>
  <border>Bohr</border>
  <border>Odii</border>
<border>Somni</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>395</largex>
  <largey>135</largey>
  </coordinates>
  </country>
- <country>
  <name>Somni</name>
- <borders>
  <border>Gast</border>
  <border>Heim</border>
<border>Odii</border>
<border>Mauro</border>
<border>Tycho</border>
<border>Clavius</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>360</largex>
  <largey>95</largey>
  </coordinates>
  </country>
- <country>
  <name>Odii</name>
- <borders>
  <border>Gast</border>
  <border>Somni</border>
  <border>Mauro</border>
  <border>Pitatus</border>
  <border>Birt</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>370</largex>
  <largey>165</largey>
  </coordinates>
  </country>
- <country>
  <name>Birt</name>
- <borders>
  <border>Pitatus</border>
  <border>Odii</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>405</largex>
  <largey>205</largey>
  </coordinates>
  </country>
- <country>
  <name>Pitatus</name>
- <borders>
  <border>Odii</border>
  <border>Birt</border>
  <border>Mauro</border>
  <border>Fidei</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>365</largex>
  <largey>270</largey>
  </coordinates>
  </country>
- <country>
  <name>Fidei</name>
- <borders>
  <border>Pitatus</border>
  <border>Aris</border>
  <border>Yuri</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>420</largex>
  <largey>290</largey>
  </coordinates>
  </country>
- <country>
  <name>Mauro</name>
- <borders>
  <border>Tycho</border>
  <border>Atlas</border>
  <border>Icus</border>
<border>Pitatus</border>
<border>Odii</border>
<border>Somni</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>300</largex>
  <largey>215</largey>
  </coordinates>
  </country>
- <country>
  <name>Atlas</name>
- <borders>
  <border>Mauro</border>
  <border>Icus</border>
<border>Zahia</border>
  </borders>
- <coordinates>
  <smallx>0</smallx>
  <smally>0</smally>
  <largex>275</largex>
  <largey>275</largey>
  </coordinates>
  </country>
 </map>


this version gives several warnings and errors:

Code: Select all
Test results:

Warning: Humboldt has Mare as a border, but not vice versa

Warning: Maginus has Mare as a border, but not vice versa

Warning: Maginus has Rima as a border, but not vice versa

Warning: Maginus has Metius as a border, but not vice versa

Warning: Janssen has Metius as a border, but not vice versa

Warning: Tycho has Medii as a border, but not vice versa

Warning: Tycho has Atlas as a border, but not vice versa

Error: Country Tycho has border Somi that does not have its own country entry

Warning: Medii has Metius as a border, but not vice versa

Error: Country Bode has border Versus that does not have its own country entry

Warning: Bode has Dorsa as a border, but not vice versa

Error: Country Picard has border Mrae that does not have its own country entry

Warning: Lagrenus has Rima as a border, but not vice versa

Warning: Lagrenus has Moretus as a border, but not vice versa

Warning: Lagrenus has Ori as a border, but not vice versa

Error: Country Dorsa has border Versus that does not have its own country entry

Warning: Focus has Dorsa as a border, but not vice versa

Warning: Focus has Verus as a border, but not vice versa

Warning: Opelt has Cato as a border, but not vice versa

Warning: Verus has Dorsa as a border, but not vice versa

Warning: Verus has Bode as a border, but not vice versa

Warning: Zupus has Verus as a border, but not vice versa

Warning: Zupus has Aris as a border, but not vice versa

Warning: Zupus has Roris as a border, but not vice versa

Warning: Zupus has Cato as a border, but not vice versa

Warning: Icus has Aris as a border, but not vice versa

Warning: Icus has Pitatus as a border, but not vice versa

Warning: Dana has Copus as a border, but not vice versa

Warning: Dana has Aris as a border, but not vice versa

Warning: Aris has Pitatus as a border, but not vice versa

Warning: Terra has Fidei as a border, but not vice versa

Warning: Prinz has Birt as a border, but not vice versa

Warning: Prinz has Pitatus as a border, but not vice versa

Warning: Prinz has Fidei as a border, but not vice versa

Warning: Bohr has Birt as a border, but not vice versa

Warning: Bohr has Odii as a border, but not vice versa

Warning: Somni has Tycho as a border, but not vice versa

Summary: 33 warnings and 4 errors detected


the warnings are easy to fix, just add the correct connections or maybe those are one way in which case they are no problem.

the 4 errors are because some countries are not defined. again it's easy to fix. just do 4 more entries with the missing countries.

hope this helps. just copy paste the xml above. :D
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks

Postby ericwdhs on Fri May 11, 2007 4:18 pm

DiM wrote:ok. i've looked at the xml and found several < or > missing. corrected them and got this...

the warnings are easy to fix, just add the correct connections or maybe those are one way in which case they are no problem.

the 4 errors are because some countries are not defined. again it's easy to fix. just do 4 more entries with the missing countries.

hope this helps. just copy paste the xml above. :D


Wow, you have good eyes. I looked at his post above and I still couldn't find anything missing. :D
Sergeant ericwdhs
 
Posts: 118
Joined: Thu May 03, 2007 6:12 pm

Postby DiM on Fri May 11, 2007 4:24 pm

ericwdhs wrote:
DiM wrote:ok. i've looked at the xml and found several < or > missing. corrected them and got this...

the warnings are easy to fix, just add the correct connections or maybe those are one way in which case they are no problem.

the 4 errors are because some countries are not defined. again it's easy to fix. just do 4 more entries with the missing countries.

hope this helps. just copy paste the xml above. :D


Wow, you have good eyes. I looked at his post above and I still couldn't find anything missing. :D


:shock: :P

one more problem i just saw. on the Mare country you have small coords but no large coords. i think you accidentally switched them.
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks

Postby Bodmanbod on Fri May 11, 2007 4:32 pm

wow thank you!

the warnings are probably all one way borders but ill double check.

and all the errors are just because i mispelt the coumtry lol
Private 1st Class Bodmanbod
 
Posts: 96
Joined: Wed May 02, 2007 9:24 am

Postby Wisse on Fri May 11, 2007 4:46 pm

strange and then i did have only 2 errors and 2 warnings (on my china map) :P
Image Image
User avatar
Sergeant Wisse
 
Posts: 4448
Joined: Fri Oct 13, 2006 2:59 pm
Location: The netherlands, gelderland, epe

Postby DiM on Sat May 12, 2007 1:48 am

Bodmanbod wrote:wow thank you!

the warnings are probably all one way borders but ill double check.

and all the errors are just because i mispelt the coumtry lol


:lol: you're welcome :)
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks

Postby Bodmanbod on Mon May 14, 2007 10:06 am

ok these coords are annoying me now.... :x


anyone able to tell me how to work them out? i doesn't seem to be based on pixels as far as i can tell :(
Private 1st Class Bodmanbod
 
Posts: 96
Joined: Wed May 02, 2007 9:24 am

Postby Bodmanbod on Mon May 14, 2007 10:27 am

nevermind


*Delete This Topic*
Private 1st Class Bodmanbod
 
Posts: 96
Joined: Wed May 02, 2007 9:24 am

Postby DiM on Mon May 14, 2007 11:01 am

Bodmanbod wrote:ok these coords are annoying me now.... :x


anyone able to tell me how to work them out? i doesn't seem to be based on pixels as far as i can tell :(



go read here and dowload jota's tool
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
Major DiM
 
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Location: making maps for scooby snacks


Return to Foundry Discussions

Who is online

Users browsing this forum: No registered users