Всем привет нужна помощь!
Кто сталкивался с кучей подгружаемых параметров с XMLa ?
Есть такой XML:
Код:
<slideshow>
<parameters>
<registration_code></registration_code>
<movie_width>240</movie_width>
<movie_height>180</movie_height>
<bgcolor>EEEEEE</bgcolor>
<pause_time>20</pause_time>
<speed>2</speed>
<image_link>http://www.flash-applets.com/</image_link>
<link_target>_self</link_target>
</parameters>
<images>
<image_path>http://www.buzzfreeprom.com/images/DINNER_Generic.gif</image_path>
<image_path>http://www.buzzfreeprom.com/images/FLOWERS_Generic.gif</image_path>
<image_path>http://www.buzzfreeprom.com/images/PROMDRESS_Generic.gif</image_path>
<image_path>http://www.buzzfreeprom.com/images/SALON_Generic.gif</image_path>
<image_path>http://www.buzzfreeprom.com/images/SHOWUP_GENERIC.gif</image_path>
<image_path>http://www.buzzfreeprom.com/images/TUX_Generic.gif</image_path>
</images>
</slideshow>
Заказчик хочет чтобы всё работало !
Help please!