How to get the value from xml
hi,
my output of webservice silverlight below.
<?xml version="1.0" encoding="utf-8" ?>
- <arrayofperson xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xmlns:xsd="http://www.w3.org/2001/xmlschema" xmlns="http://tempuri.org/"> - <person><id>1</id>
<title>shootput</title>
<txtbody>this content image1</txtbody>
<txtbottom>this bottom text</txtbottom>
</person>
- <person><id>2</id>
<title>basketball</title>
<txtbody>this content image2</txtbody>
<txtbottom>this bottom text</txtbottom>
</person>
- <person><id>3</id>
<title>vollyball</title>
<txtbody>this content image3</txtbody>
<txtbottom>this bottom text</txtbottom>
</person>
</arrayofperson>
now want <title> value result. how in silverlight
Silverlight > Programming Silverlight with .NET – General
Comments
Post a Comment