problem with XML string in adding counters/card

Do you need help installing or using ZunTzu? Would you like to report a bug?

Moderators: Ichibrothers, Cambronne

Post Reply
Arrigo
Posts: 1
Joined: 08 Mar 2013, 14:24

problem with XML string in adding counters/card

Post by Arrigo »

I am doing a play-test module for a new (secret) game. Everything is running fine except i cannot add a deck of cards.

I put the following strings in the game box:

<counter-sheet name="Cards"
front-image-file="TarawaCards1.jpg" front-resolution="150 dpi"
back-image-file="TarawaCards1.jpg" back-resolution="150 dpi">
<counter-section rows="3" columns="3"
front-left="12" front-top="3" front-right="1168" front-bottom="1512”
back-left="12" back-top="3" back-right="1168" back-bottom="1512” />
</counter-sheet>

and the XML refuses to work, I got the usual XML exception error, but to me is seems all the < and > are properly placed.

any idea?

Arrigo
XML is making my head explode
User avatar
Bill Barrett
231
Posts: 351
Joined: 25 May 2008, 13:25

Post by Bill Barrett »

Arrigo,

Somehow you've introduced two non-standard double-quote characters after "1512...

Change them to normal ones and it'll parse.

Regards, Bill.
Post Reply