Page 1 of 1

XML Exceptionhas me stumped

Posted: 20 May 2009, 15:39
by t worthington
This is my game box, pretty simple but can't get past xml exception Line 1 positiom 1:

<?xml version="1.0" encoding="windows-1252"?>
<game-box
name="tattoo"
description="test"
copyright="none"
startup-scenario="startup.zts">
<map name="Table" image-file="table.jpg" />
<counter-sheet name="Cards" front-image-file="cards.png" front-resolution="300 dpi" front-mask-file="cardsmask.jpg">
<card-section rows="8" columns="8" face-left="0" face-top="0" face-right="1936" face-bottom="2696" back-left="1936" back-top="0" back-right="2178" back-bottom="337" />
</counter-sheet>
</game-box>

Posted: 21 May 2009, 21:36
by Bill Barrett
Not sure what's wrong here, because your code seems fine. The only thing wrong that I noticed is that your mask file should be a .png and not a .jpg.

Regards, Bill.

Posted: 21 May 2009, 21:47
by t worthington
I was using winrar, needed to save as a .zip file. Also needed to change the extension to .ztb, even though it looks for .zts it won't work unless they are .ztb.