// Open an xml file into Internet Explorer
Process p = System.Diagnostics.Process.Start( "iexplore.exe" , "index.xml" );