TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mark 0
NA
31
0
Reading XML with XmlTextReader.ReadElementString
Feb 15 2004 1:37 PM
Hello, I am reading some xml data, using an XmlTextReader. I am able to position the XmlTextReader on the node I want (the parent to a data element), and then can read the data element using ReadElementString(). So far so good. But ReadElementString is also supposed to allow you to specify the name of the element you are reading, presumably for verification purposes, like this: ReadElementString("dataelement"). If I try that form, I get an exception saying "System Error", but only sometimes. In some cases this form will succeed. Do any of you use this method to read data from an xml file? Can you think why the second form is not working? Thanks.
Reply
Answers (
0
)
windows application - updating database
To build dynamic string for stored procedure in vb.net