reisi007

Bad XML

May 26th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <sudoku>
  3.     <innerWidth>3</innerWidth>
  4.     <innerHeight>3</innerHeight>
  5.         <row>6 0 0 0 1 0 5 0 0 </row>
  6.         <row>8 0 3 0 0 0 0 0 0 </row>
  7.         <row>0 0 0 0 6 0 0 2 0 </row>
  8.         <row>0 3 0 1 0 8 0 9 0 </row>
  9.         <row>1 0 0 0 9 0 0 0 4 </row>
  10.         <row>0 5 0 2 0 3 0 1 0 </row>
  11.         <row>0 7 0 0 3 0 0 0 0 </row>
  12.         <row>0 0 0 0 0 0 3 0 6 </row>
  13.         <row>0 0 4 0 5 0 0 0 9 </row>
  14. </sudoku>
Advertisement
Add Comment
Please, Sign In to add comment