There is an XML of the form:
<result name="response" numFound="252> <doc score="1"> <field name="content"> ...123... </field> </doc> <doc score="2"> <field name="content"> ...123... </field> </doc>
Tell me, please, how to read the hml by nodes (... 123 ...) and write each node to a separate RichTextBox
! Hpas tried that does not work !!!