2
Answers

Error while reading XML using XMLTextReader

Photo of Prasad Kulkarni

Prasad Kulkarni

16y
4.4k
1

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)