O
Olivier Delrieu
Dear All,
I am transfering XML data from web pages to an ACC97 table. FYI, I use
wininet.dll APIs as suggested in :
http://support.microsoft.com/default.aspx?scid=kb;en-us;232194
Here is the kind of XML data I want to transfer and process :
http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=gene&cmd=Retrieve&dopt=XML&list_uids=7442
Of course, the data dumped into the string look like this :
<Date-std_year>2003</Date-std_year>
instead of :
<Date-std_year>2003</Date-std_year>
So, in which reference could I find the HTMLdecode function (or anything
equivalent that could do the trick) ? I think it is installed in IIS/ASP,
but here I am client side, not server side ....
FYI, if it is unclear, here is the description of this function, installed
in the Longhorn server:
http://msdn.microsoft.com/library/d...mwebhttpserverutilityclasshtmldecodetopic.asp
I have written a procedure, but it is slow, dirty and I am discovering every
day a new code &something; ...
Thanks,
Olivier.
I am transfering XML data from web pages to an ACC97 table. FYI, I use
wininet.dll APIs as suggested in :
http://support.microsoft.com/default.aspx?scid=kb;en-us;232194
Here is the kind of XML data I want to transfer and process :
http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=gene&cmd=Retrieve&dopt=XML&list_uids=7442
Of course, the data dumped into the string look like this :
<Date-std_year>2003</Date-std_year>
instead of :
<Date-std_year>2003</Date-std_year>
So, in which reference could I find the HTMLdecode function (or anything
equivalent that could do the trick) ? I think it is installed in IIS/ASP,
but here I am client side, not server side ....
FYI, if it is unclear, here is the description of this function, installed
in the Longhorn server:
http://msdn.microsoft.com/library/d...mwebhttpserverutilityclasshtmldecodetopic.asp
I have written a procedure, but it is slow, dirty and I am discovering every
day a new code &something; ...
Thanks,
Olivier.