Author Topic: Very small bug/mistype  (Read 1626 times)

0 Members and 1 Guest are viewing this topic.

topmo3

  • Helper
  • Shoot
  • ****
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 23
Very small bug/mistype
« on: February 15, 2009, 10:20:19 AM »
small mistype in file Resources\level2.level line 52 in Dyson 1.10:
wrong xml tag closing (grace attribute out of ateroid tag)?

  <asteroid pos="-4500,2500" attribs="0.5,0.2,0.9"  owner="3" trees="1,0" seedlings="15"  static="false"/> grace="900"/>

Alex

  • Administrator
  • Ent
  • *****
  • Thank You
  • -Given: 3
  • -Receive: 13
  • Posts: 1,035
Re: Very small bug/mistype
« Reply #1 on: February 15, 2009, 02:43:11 PM »
Looks like it - thanks! (i wonder why that loads without breaking)

wogan

  • Guest
Re: Very small bug/mistype
« Reply #2 on: February 15, 2009, 05:34:24 PM »
Looks like it - thanks! (i wonder why that loads without breaking)

.NET isn't a klutz when it comes to misformed xml, just like Firefox will happily render webpages with < and />s missing :)

Alex

  • Administrator
  • Ent
  • *****
  • Thank You
  • -Given: 3
  • -Receive: 13
  • Posts: 1,035
Re: Very small bug/mistype
« Reply #3 on: February 15, 2009, 05:37:18 PM »
Good to know :)

wogan

  • Guest
Re: Very small bug/mistype
« Reply #4 on: February 15, 2009, 06:06:44 PM »
Good to know :)

That being said, it's a better idea to keep your xml well formed, lol...