Results 1 to 3 of 3

Thread: Xml Question Please Help

  1. #1

    Xml Question Please Help

    I know the XML isn't technically a website security type question but its something we've been looking for an answer for so i thought I'd consult the experts...

    here's what my XML friend is looking for an answer for:

    Please write a complete script that will pull the data from the following XML database and list the names in alphabetical order and display it on a webpage...URL is names.xml




    <company>
    <employee>
    <name>Ed</name>
    </employee>
    <employee>
    <name>Jeremy</name>
    </employee>
    <employee>
    <name>Frank</name>
    </employee>
    </company>

  2. #2
    Senior Member
    Join Date
    Jan 2004
    Posts
    199
    Please write a complete script ...
    What sort of script are you looking to use here ?
    -

  3. #3
    Ninja Code Monkey
    Join Date
    Nov 2001
    Location
    Washington State
    Posts
    1,027
    Erm, the problem at hand is incredibly easy. Your friend needs to do what looks like his own homework...

    www.google.com is your friend.
    "When I get a little money I buy books; and if any is left I buy food and clothes." - Erasmus
    "There is no programming language, no matter how structured, that will prevent programmers from writing bad programs." - L. Flon
    "Mischief my ass, you are an unethical moron." - chsh
    Blog of X

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •