通过重复的xml节点将多个元素提取到div中

时间:2013-02-25 09:06:23

标签: php html xml

我只是将我的所有图像名称保存到xml文件中,如:

<body>
    <title>changeBg</title>
    <imagename>B4.jpg</imagename>
<sliderimage>paypal2.bmp</sliderimage>
<sliderimage>paypal2.bmp</sliderimage>
<sliderimage>tr.bmp</sliderimage>
</body>

现在我想要获取这样的html选框:

<marquee direction="right">
<div align="center" style=" margin-top:50px;"><img src="../images/Beauty.jpg" height="298"/></div>
</marquee>

我想要的只是动态出现的图像,每个图像都应该通过一个单独的div获取。所以我可以玩选框滑块。

我想从我在XML文件中使用的节点中获取此选取框中的图像。

0 个答案:

没有答案