home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _D24B4C0FD19B4858A9A6062AEEE2663F < prev    next >
Extensible Markup Language  |  2004-08-30  |  743b  |  21 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/sios/properties.dtd">
  3.  
  4. <!-- image properties -->
  5. <properties>
  6.  
  7.     <!-- image borders -->
  8.     <!-- these determine how many pixels any content is inset from each side of the image -->
  9.     <!-- (for example, in the case of a button, the content would be the text label) -->
  10.     
  11.     <!-- the left & right inset values are particularly important for column headings,
  12.          as they also determine the inset to be used for the data in that column
  13.          of a table
  14.     -->
  15.     
  16.     <integer id="left_border" value="4"/>
  17.     <integer id="top_border" value="4"/>
  18.     <integer id="right_border" value="2"/>
  19.     <integer id="bottom_border" value="2"/>
  20.     
  21. </properties>