|
-
Jan 6th, 2006, 04:29 PM
#1
Thread Starter
Addicted Member
XML parse help
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>
-
Jan 7th, 2006, 09:51 AM
#2
Re: XML parse help
Explain 'parse'. Do you simply want this to be displayed as-is on an HTML page or use it as a data island or do you want the values retrieved from the elements there? If it's the third option, what server-side language are you using?
-
Jan 8th, 2006, 04:38 PM
#3
Thread Starter
Addicted Member
Re: XML parse help
Mendhak, I would like to display the results in a HTML page.
Any help on this would be fantastic!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|