M
mkdirect
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"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Checker</title>
</head>
<body>
<form style="WIDTH: 433px; HEIGHT: 540px"
action="https://partners.enta.net/xml/ADSLChecker.php" 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 to capture the the XML
data format it and then display the sections that I need for 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"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Checker</title>
</head>
<body>
<form style="WIDTH: 433px; HEIGHT: 540px"
action="https://partners.enta.net/xml/ADSLChecker.php" 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 to capture the the XML
data format it and then display the sections that I need for the user.
I am probably missing something really obvious and any help will be
greatly appreciated.
Thanks in advance.
PJ