|
This is a very basic question for me. I hope the experts can help!
My xml document is: (see below)
I want to put it in a static html file, and then add the corresponding links to google and live, how can I do it? I'm a rookie, please tell me more in detail! Thank you so much! ! !
<?xml version="1.0" encoding="UTF-8"?>
<index>
<theme>
<moteur1>Google</moteur1>
<link1>http://www.google.fr/search?hl=fr&q=Wii</link1>
<moteur2>Live</moteur2>
<link2>http://search.live.com/results.aspx?q=wii&mkt=fr-fr&FORM=LVSP</link2>
</theme>
<theme>
<moteur1>Google</moteur1>
<link1>http://www.google.fr/search?hl=fr&q=Wii</link1>
<moteur2>Live</moteur2>
<link2>http://search.live.com/results.aspx?q=wii&mkt=fr-fr&FORM=LVSP</link2>
</theme>
</index> |
|