interacting with xml
- From: "Sharon" <Sharon669@xxxxxxxxxxx>
- Date: Sat, 28 May 2005 10:12:30 +0200
hi guys , I'm mew to system.xml my question is :
what is the right way to read / write value to the "First_Name" node ?
and same question : how do I read/ write to the category property (inside
the CD node) ?
thank you very much
Sharon
<Catalog>
<Cd category="rock">
<Title>Empire Burlesque</Title>
<Artist>
<First_Name>Bob</First_Name>
<Last_Name>Dylan</Last_Name>
</Artist>
<Country>Usa</Country>
<Company>Columbia</Company>
<Price>10.90</Price>
<Year>1985</Year>
</Cd>
<Cd category="pop">
<Title>Hide Your Heart</Title>
<Artist>
<First_Name>Bonnie</First_Name>
<Last_Name>Tyler</Last_Name>
</Artist>
<Country>Uk</Country>
<Company>Cbs Records</Company>
<Price>9.90</Price>
<Year>1988</Year>
</Cd>
.
- Follow-Ups:
- Re: interacting with xml
- From: Angel J. Hernández M.
- Re: interacting with xml
- Prev by Date: repainting controls
- Next by Date: Re: GUI programming, MFC and C#
- Previous by thread: repainting controls
- Next by thread: Re: interacting with xml
- Index(es):
Relevant Pages
|