Search xml and retrieve formatted text by xmlreader vb.net

Lagsused

New Member
I have this xml text\[code\] <fathernode> this is text 1 <i> this is <page id="1" /> text2 <b> this is text3 </b> this is text4 </i> this <page id="2" />is text5 <p> this is text6 </p> this is text7 </fathernode>\[/code\]I want to get the formatted text from page id=1 to page id=2 So suppose the result will be like this\[code\]<br>"<i> text2 <b> this is text3 </b> this is text4 </i> this "<br>\[/code\]Is there any way to do this by using xmlreader in vb.net asp.net?
 
Back
Top