<?xml version="1.0" encoding="UTF-8"?>
<chessXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" lang="US-EN">
  <gamefile author="see composer" title="n/a" >
    <game gid="2786" publication="Guardian"> 
	 <competition>
	        <event name="Monaco" sponsor="n/a">
	          <startdate year="2000" month="00" day="00"/>
	        </event>
	        <site city="Monaco" />
	      </competition>  
	      <player pid="Vishy Anand" color="w">
	        <pTitle org="FIDE" tit="??"/>
	      </player>
	      <player pid="Veselin Topalov" color="b">
	        <pTitle org="FIDE" tit="??"/>
	      </player>
	      <composer pid="n/a">
	        <pTitle org="FIDE" tit="??"/>
	      </composer>
	      <gamedetails result="White, to move" length="unknown">
	        <gamedate year="2000" month="00" day="00" session="n/a"/>
	      </gamedetails>  
	      <classification>
	        <openingclass eco="Yes" opening="n/a" movesPlayed="34"/>
	        <problemType difficulty="Medium" problemType="Middle game"/>
	      </classification>
	
	      <position setup="problem" previousMove="d3" whoToMove="White" howManyMovesToWin="3" goal="Checkmate / material">
	          <hint>Black's central pawn is only two squares from promotion. How did Anand (white, to play) turn the tables and win?</hint>
	      </position>
	
	      <solution setup="solution">
	         <firstmove>1. Qh3</firstmove>
	         <mainline>1. Qh3, threat Qh5 mate</mainline>
	         <alternates>1. Qh3  Qg6 2. Rxg4 +  pxR 3. Qh4 mate</alternates>
	         <comment>Attacking players always seek winning moves to the king</comment>
	      </solution>
	      <diagram>
	        <pieces>
	         <piece colour="b" name="queen" row="6" column="f"/>
	         <piece colour="b" name="rook" row="6" column="a"/>
	         <piece colour="b" name="pawn" row="4" column="g"/>
	<piece colour="w" name="pawn" row="4" column="e"/>
	<piece colour="w" name="pawn" row="4" column="c"/>
	         <piece colour="b" name="pawn" row="4" column="a"/>
	<piece colour="w" name="pawn" row="2" column="h"/>
	<piece colour="w" name="queen" row="2" column="g"/>
	<piece colour="w" name="pawn" row="2" column="f"/>
	<piece colour="w" name="king" row="1" column="h"/>
	<piece colour="w" name="rook" row="3" column="g"/>
	         <piece colour="b" name="rook" row="3" column="f"/>
	<piece colour="w" name="pawn" row="3" column="e"/>
	         <piece colour="b" name="pawn" row="3" column="d"/>
	<piece colour="w" name="pawn" row="3" column="a"/>
	         <piece colour="b" name="pawn" row="5" column="h"/>
	         <piece colour="b" name="king" row="5" column="g"/>
	         <piece colour="b" name="pawn" row="5" column="e"/>
	         <piece colour="b" name="pawn" row="5" column="c"/>
	<piece colour="w" name="rook" row="7" column="h"/>
        </pieces>
      </diagram>
    </game>
  </gamefile>
</chessXML> 
