Hi Guys

I know a little bit about XML but I would like to parse the following XML to an HTML page. Any help or simple - this is how to return variables to a webpage.

VB Code:
  1. <?xml version="1.0" encoding="utf-8" ?>
  2.  
  3.  
  4. <log AgentVersion="6.0.3073.0">
  5.  
  6.     <request id="1" type="Execute Request" result="Allow" date="06-01-2006" time="13:25:02" totaltime="93.888">
  7.         <config name="am" version="6"></config>
  8.         <user name="Administrator" domain="JAWA" sid="S-1-5-21-1823902952-1167843677-2726690344-500" impersonating="None"></user>
  9.         <session number="0" luid="95115" client="" loggedon="True"></session>
  10.         <parent pid="3092" name="C:\WINDOWS\system32\ctfmon.exe" description="CTF Loader"></parent>
  11.         <file name="C:\WINDOWS\system32\imm32.dll" description="Windows IMM32 API Client DLL" device="\Device\HarddiskVolume1" owner="BUILTIN\Administrators" md5="2818b260db76c1cccba964334792f96fa600d8bf"></file>
  12.         <policy type="Default" name="Default Rules" result="Allow" rule="None" data=""></policy>
  13.         <policy type="Group" name="BUILTIN\Administrators" result="Allow" rule="Exempt" data=""></policy>
  14.     </request>
  15. </log>