Results 1 to 10 of 10

Thread: Simple Read XML [Resolved In Style]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Resolved Simple Read XML [Resolved In Style]

    Right first of all i have search the forums for this, and i have downloaded and """attempted""" to use every sample i can get my hands on, and with little succes.

    I am modifying a small update application that needs to read an XML file to find the newest version of program of mine.

    I would rather be able to read th XML directly from my website, but i have to download it then thats ok. What i am loooking for is a working sample, which can read this (XML Below) and enter the values into text box's.

    Any help would be appreciated

    ILMV

    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
    	<update>
    		<version>1.0.37</version>
    		<os>*</os>
    		<description>This update makes passwords encrypted, increasing security.</description>
    		<downloaddir>http://www.meltdownsoftware.co.uk/content/download/diary/goldendiary.exe</downloaddir>
    	</update>
    Last edited by I_Love_My_Vans; Sep 5th, 2005 at 05:19 PM.

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