wine.inf: Open xml files using winebrowser.
diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 4be0805..05e4f7d 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -115,6 +115,7 @@
HKCR,.txt,,2,"txtfile"
HKCR,.wri,,2,"wrifile"
HKCR,.wav,"Content Type",2,"audio/wav"
+HKCR,.xml,,2,"xmlfile"
HKCR,.xml,"Content Type",2,"text/xml"
HKCR,.xsl,"Content Type",2,"text/xsl"
HKCR,chm.file\shell\open\command,,2,"%11%\hh.exe %1"
@@ -148,6 +149,11 @@
HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
+HKCR,xmlfile\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
+HKCR,xmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
+HKCR,xmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
+HKCR,xmlfile\shell\open\ddeexec\Application,,2,"IExplore"
+HKCR,xmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
HKCR,http\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,http\shell\open\ddeexec,"NoActivateHandler",2,""