Results 1 to 3 of 3

Thread: XML parse help

  1. #1

    Thread Starter
    Addicted Member Chrispybee's Avatar
    Join Date
    Sep 2003
    Location
    North Wales, UK
    Posts
    217

    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:
    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>

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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?

  3. #3

    Thread Starter
    Addicted Member Chrispybee's Avatar
    Join Date
    Sep 2003
    Location
    North Wales, UK
    Posts
    217

    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
  •  



Click Here to Expand Forum to Full Width