My input file is
<rdf:RDF
xmlns:rdf="http ://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
<rdf:Descriptio n rdf:about="http ://en.wikipedia.or g/wiki/Oxford">
<dc:title>Oxfor d</dc:title>
<dc:description >Oxfordshire</dc:description>
<region:princip altown rdf:resource="h ttp://www.country-regions.fake/oxford"/>
</rdf:Description >
</rdf:RDF>
From this i need to store every string in to an array and display them in textbox in vb.net
<rdf:RDF
xmlns:rdf="http ://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
<rdf:Descriptio n rdf:about="http ://en.wikipedia.or g/wiki/Oxford">
<dc:title>Oxfor d</dc:title>
<dc:description >Oxfordshire</dc:description>
<region:princip altown rdf:resource="h ttp://www.country-regions.fake/oxford"/>
</rdf:Description >
</rdf:RDF>
From this i need to store every string in to an array and display them in textbox in vb.net