Basic XML/HTML

admin

Administrator
Staff member
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
 
Back
Top