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>