Error while reading XML using XMLTextReader

Jun 26 2009 1:12 AM

hi all
        i am reading XML using XMLTextReader but can't get whole line

my XML is as follows
[CODE]<para>This is test <b>XML</b> yes </para>[/CODE]
when i read
XmlReaderObject.Value then i get only [B]This is text[/B]
but i want  whole line as
[B]This is test <b>XML</b> yes [/B]
how can i code it ???
any hint ??
thankx in advance
koolprasad2003:)

Answers (2)