如何读取XML中多个Node,名字相同但是属性不同,如何把这些属性都读出
本帖最后由 simon_shine 于 2013-1-9 15:54 编辑想要读取所有Summary node的属性“en” or “de" 这些
用_XMLDomWrapper没有找到合适的方法
那位高手能帮帮忙指导一下
XML如下
<BlockContent>
<BlockBkgrndColor>
<A>191</A>
<R>88</R>
<G>88</G>
<B>88</B>
</BlockBkgrndColor>
<BlockBkgrndImage>
<BackgroundImage>
<ImageSource id="1" baseUri="http://www.metro.com/images/SarahJane/">Companion_HubBlocks_DesktopStore_Games.png</ImageSource>
</BackgroundImage>
</BlockBkgrndImage>
<Summary lang="en">
<Title>Games</Title>
<Description>Most popular desktop games</Description>
</Summary>
<Summary lang="de">
<Title>Spiele</Title>
<Description>Populärste Desktop-Spiele</Description>
</Summary>
<Summary lang="fr">
<Title>Jeux</Title>
<Description>Jeux de bureau les plus populaires</Description>
</Summary>
<Summary lang="es">
<Title>Juegos</Title>
<Description>Los juegos más populares y entretenimiento</Description>
</Summary>
</BlockContent>
--------------------------------------------------
页:
[1]