riddledaxis
Instructor
Hi,
I am having a real nightmare working with XML data.
I have the following code in my site:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns=" >
<head>
<title>Checker</title>
</head>
<body>
<form style="WIDTH: 433px; HEIGHT: 540px" action=" method="get" name="ADSLChecker">
Telephone No
<input name="PhoneNo">
<input type="submit" name="submit" value="Submit">
</form>
</body>
</html>
The form works great, and returns a page with an XML Tree full of information but I cannot seem to work out how I can grab this XML data and display the sections that I need before it is displayed to the user.
I am probably missing something really obvious and any help will be greatly appreciated.
Thanks in advance.
PJ
I am having a real nightmare working with XML data.
I have the following code in my site:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns=" >
<head>
<title>Checker</title>
</head>
<body>
<form style="WIDTH: 433px; HEIGHT: 540px" action=" method="get" name="ADSLChecker">
Telephone No
<input name="PhoneNo">
<input type="submit" name="submit" value="Submit">
</form>
</body>
</html>
The form works great, and returns a page with an XML Tree full of information but I cannot seem to work out how I can grab this XML data and display the sections that I need before it is displayed to the user.
I am probably missing something really obvious and any help will be greatly appreciated.
Thanks in advance.
PJ