[tiled] r777 - website/dtd/1.0

tiled-svn at biggeruniverse.com tiled-svn at biggeruniverse.com
Tue Jul 22 01:04:50 PDT 2008


Author: bjorn
Date: 2008-07-22 03:04:50 -0500 (Tue, 22 Jul 2008)
New Revision: 777

Modified:
   website/dtd/1.0/map.dtd
Log:
Updated DTD used on the website with the latest from Olivier.


Modified: website/dtd/1.0/map.dtd
===================================================================
--- website/dtd/1.0/map.dtd	2008-07-20 21:20:45 UTC (rev 776)
+++ website/dtd/1.0/map.dtd	2008-07-22 08:04:50 UTC (rev 777)
@@ -1,4 +1,4 @@
-<?xml encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 
 <!-- 
   format 0.7.0 by
@@ -13,8 +13,11 @@
 
 <!ELEMENT map (properties?, tileset*, (layer | objectgroup)*)>
 <!ATTLIST map
+  xmlns       CDATA   #IMPLIED
+  xmlns:xsi   CDATA   #IMPLIED
+  xsi:schemaLocation  CDATA #IMPLIED
   version     CDATA   #REQUIRED
-  orientation (orthogonal | isometric | hexagonal | oblique)  #REQUIRED
+  orientation (orthogonal | isometric | hexagonal | shifted)  #REQUIRED
   width       CDATA   #REQUIRED
   height      CDATA   #REQUIRED
   tilewidth   CDATA   #REQUIRED




More information about the tiled-commit mailing list