Muy buenas, estoy intentando coger los datos de este fichero xml:
<?xml version="1.0" encoding="UTF-8" ?>
<flash_parameters>
<preferences>
<global>
<basic_property movieWidth="754" movieHeight="397" html_title="" loadStyle="Pie" startAutoPlay="true" continuum="true" backgroundColor="0xd38c8e" anvsoftMenu="false" hideAdobeMenu="false" photoDynamicShow="true" enableURL="true" transitionArray="" frameColor="0xd79091"/>
<title_property showTitle="false" photoTitleColor="0x000080"/>
<music_property path="" stream="true" loop="true"/>
<photo_property topPadding="0" bottomPadding="30" leftPadding="0" rightPadding="0"/>
<properties enable="true" backgroundColor="0xd28a8c" backgroundAlpha="30" cssText="a:link{text-decoration: underline;} a:hover{color:#ff0000; text-decoration: none;} a:active{color:#0000ff;text-decoration: none;} .blue {color:#0000ff; font-size:15px; font-style:italic; text-decoration: underline;} .body{color:#ff5500;font-size:20px;}" align="top"/>
</global>
<thumbnail>
<basic_property autoHide="false" width="70" height="50" alpha="70" borderColor="0xfffbf0"/>
</thumbnail>
</preferences>
<album>
<slide jpegURL="thumbs/t_0001.jpg" d_URL="slides/p_0001.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0001.jpg" title="CATALOGO_GENERAL_EFGC_2007" width="754" height="367"/>
<slide jpegURL="thumbs/t_0002.jpg" d_URL="slides/p_0002.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0002.jpg" title="CATALOGO_GENERAL_EFGC_20017" width="754" height="367"/>
<slide jpegURL="thumbs/t_0003.jpg" d_URL="slides/p_0003.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0003.jpg" title="CATALOGO_GENERAL_EFGC_20071" width="754" height="367"/>
<slide jpegURL="thumbs/t_0004.jpg" d_URL="slides/p_0004.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0004.jpg" title="CATALOGO_GENERAL_EFGC_20072" width="754" height="367"/>
<slide jpegURL="thumbs/t_0005.jpg" d_URL="slides/p_0005.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0005.jpg" title="CATALOGO_GENERAL_EFGC_20073" width="754" height="367"/>
<slide jpegURL="thumbs/t_0006.jpg" d_URL="slides/p_0006.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0006.jpg" title="CATALOGO_GENERAL_EFGC_20074" width="754" height="367"/>
<slide jpegURL="thumbs/t_0007.jpg" d_URL="slides/p_0007.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0007.jpg" title="CATALOGO_GENERAL_EFGC_20075" width="754" height="367"/>
<slide jpegURL="thumbs/t_0008.jpg" d_URL="slides/p_0008.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0008.jpg" title="CATALOGO_GENERAL_EFGC_20076" width="754" height="367"/>
<slide jpegURL="thumbs/t_0009.jpg" d_URL="slides/p_0009.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0009.jpg" title="CATALOGO_GENERAL_EFGC_20078bmp" width="754" height="367"/>
<slide jpegURL="thumbs/t_0010.jpg" d_URL="slides/p_0010.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0010.jpg" title="CATALOGO_GENERAL_EFGC_200710" width="754" height="367"/>
<slide jpegURL="thumbs/t_0011.jpg" d_URL="slides/p_0011.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0011.jpg" title="CATALOGO_GENERAL_EFGC_200711" width="754" height="367"/>
<slide jpegURL="thumbs/t_0012.jpg" d_URL="slides/p_0012.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0012.jpg" title="CATALOGO_GENERAL_EFGC_200712" width="754" height="367"/>
<slide jpegURL="thumbs/t_0013.jpg" d_URL="slides/p_0013.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0013.jpg" title="CATALOGO_GENERAL_EFGC_200713" width="754" height="367"/>
<slide jpegURL="thumbs/t_0014.jpg" d_URL="slides/p_0014.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0014.jpg" title="CATALOGO_GENERAL_EFGC_200714" width="754" height="367"/>
<slide jpegURL="thumbs/t_0015.jpg" d_URL="slides/p_0015.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0015.jpg" title="CATALOGO_GENERAL_EFGC_200715" width="754" height="367"/>
<slide jpegURL="thumbs/t_0016.jpg" d_URL="slides/p_0016.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0016.jpg" title="CATALOGO_GENERAL_EFGC_200716" width="754" height="367"/>
<slide jpegURL="thumbs/t_0017.jpg" d_URL="slides/p_0017.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0017.jpg" title="CATALOGO_GENERAL_EFGC_200717" width="754" height="367"/>
<slide jpegURL="thumbs/t_0018.jpg" d_URL="slides/p_0018.jpg" transition="67" panzoom="1" URLTarget="0" phototime="2" url="slides/p_0018.jpg" title="CATALOGO_GENERAL_EFGC_200718" width="754" height="367"/>
</album>
</flash_parameters>
Y me gustarĂa coger los valores del nodo <slide> y de sus atributos jpegURL.
¿Como lo podrĂa hacer? yo utilizo "Microsoft.XMLDOM"
Un Saludo.