Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 13th, 2012  |  syntax: XML  |  size: 0.85 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Db>
  3.         <Header>
  4.                 <VersionInfo>XmlDb/0.1</VersionInfo>
  5.         </Header>
  6.         <Table Name="Level1">
  7.                 <Row Name="Bricks">
  8.                         <Cell Name="Brick1">
  9.                                 <Cell Name="Type" Value="Normal" />
  10.                                 <Cell Name="Color">
  11.                                         <Cell Name="Red" Value="200" />
  12.                                         <Cell Name="Green" Value="50" />
  13.                                         <Cell Name="Blue" Value="50" />
  14.                                 </Cell>
  15.                                 <Cell Name="Position">
  16.                                         <Cell Name="X" Value="300" />
  17.                                         <Cell Name="Y" Value="250" />
  18.                                 </Cell>
  19.                         </Cell>
  20.                         <Cell Name="Brick2">
  21.                                 <Cell Name="Type" Value="Normal" />
  22.                                 <Cell Name="Color">
  23.                                         <Cell Name="Red" Value="200" />
  24.                                         <Cell Name="Green" Value="50" />
  25.                                         <Cell Name="Blue" Value="50" />
  26.                                 </Cell>
  27.                                 <Cell Name="Position">
  28.                                         <Cell Name="X" Value="332" />
  29.                                         <Cell Name="Y" Value="250" />
  30.                                 </Cell>
  31.                         </Cell>
  32.                 </Row>
  33.         </Table>
  34. </Db>