Click to See Complete Forum and Search --> : Basic XML/HTML


Bungholio
03-17-2003, 05:29 PM
Hi, thanks for looking,

I have data.xml in root/folder/subfolder/

I have index.html in root/folder2/subfolder/

Inside data.xml I have i.e.

<Value1 type="int64">1393533153</Value1>
<Value2 type="int64">1128104741</Value2>

How can I import those two values into my index.html?

An external script changes those values, so I cant just write
them in the .html...

Thanks for any help !!
Al

khalidali63
03-18-2003, 06:59 AM
There are multiple wasy to get this done

1. Use IE style XMLIsland and then walk through the xml document and update html parts of the page.

2. To make it work for both NS and IE

create a XSL file and apply that to the desired XML file then view this XML file in the browser of your choice and you will be able to see the results.

Cheers

Khalid

Bungholio
03-18-2003, 03:27 PM
hi, thanks,

uhm...can you explain that in english please ? :D

i have no knowledge of xml or xls.....all i know is that you can make your own tags....


thanks again,
Al

khalidali63
03-18-2003, 03:50 PM
Aah groovy..

:D

How about explopring the following website....

www.xml.org

Cheers

Khalid