Here is the problem...
Given the following URL:
which is a link to the follow XML form:
<?xml version="1.0" encoding="utf-8" ?>
- <fp:eqintra xmlns:fp=" <fp:eqintra-record Code="TBG" ask="435" bid="415" closeprice="425" high="425" low="425" mid="425" name="Tibbett & Britten" openprice="425" pclose1="425" updatetime="2003-05-06 20:32:54" volume="185887" yearhigh="782.5" yearlow="355" />
</fp:eqintra>
I am attempting to bind the xml to an html page but I am having problems because of the attributes inside the tag. Does any one know how to contruct the html code so that it displaced the following stock price in a table? Any help from you the expect would be much appreciated.
Given the following URL:
which is a link to the follow XML form:
<?xml version="1.0" encoding="utf-8" ?>
- <fp:eqintra xmlns:fp=" <fp:eqintra-record Code="TBG" ask="435" bid="415" closeprice="425" high="425" low="425" mid="425" name="Tibbett & Britten" openprice="425" pclose1="425" updatetime="2003-05-06 20:32:54" volume="185887" yearhigh="782.5" yearlow="355" />
</fp:eqintra>
I am attempting to bind the xml to an html page but I am having problems because of the attributes inside the tag. Does any one know how to contruct the html code so that it displaced the following stock price in a table? Any help from you the expect would be much appreciated.