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




Reply With Quote