Click here to Skip to main content
15,914,323 members
Home / Discussions / C#
   

C#

 
GeneralReadin XML Attributes Pin
saud_a_k11-Jun-04 1:14
saud_a_k11-Jun-04 1:14 
GeneralRe: Readin XML Attributes Pin
Alex Getman11-Jun-04 2:45
Alex Getman11-Jun-04 2:45 
GeneralRe: Readin XML Attributes Pin
saud_a_k11-Jun-04 3:00
saud_a_k11-Jun-04 3:00 
GeneralRe: Readin XML Attributes Pin
Heath Stewart11-Jun-04 4:10
protectorHeath Stewart11-Jun-04 4:10 
GeneralRe: Readin XML Attributes Pin
saud_a_k13-Jun-04 20:55
saud_a_k13-Jun-04 20:55 
GeneralRe: Readin XML Attributes Pin
Heath Stewart14-Jun-04 3:40
protectorHeath Stewart14-Jun-04 3:40 
GeneralRe: Readin XML Attributes Pin
saud_a_k14-Jun-04 17:58
saud_a_k14-Jun-04 17:58 
GeneralRe: Readin XML Attributes Pin
Heath Stewart15-Jun-04 2:30
protectorHeath Stewart15-Jun-04 2:30 
You don't read lines in XML, you move from element to element, and attribute to attribute.

Read the class documentation for the XmlTextReader in the .NET Framework SDK. There are plenty of examples there as well. It is very easy, but you don't treat XML as a plain text file, i.e. you don't read lines.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Readin XML Attributes Pin
saud_a_k15-Jun-04 17:57
saud_a_k15-Jun-04 17:57 
GeneralRe: Readin XML Attributes Pin
Heath Stewart16-Jun-04 3:20
protectorHeath Stewart16-Jun-04 3:20 
GeneralRe: Readin XML Attributes Pin
saud_a_k16-Jun-04 18:49
saud_a_k16-Jun-04 18:49 
GeneralRe: Readin XML Attributes Pin
Heath Stewart16-Jun-04 21:00
protectorHeath Stewart16-Jun-04 21:00 
GeneralRe: Readin XML Attributes Pin
saud_a_k16-Jun-04 21:11
saud_a_k16-Jun-04 21:11 
GeneralRe: Readin XML Attributes Pin
eggie511-Jun-04 12:59
eggie511-Jun-04 12:59 
GeneralRe: Readin XML Attributes Pin
saud_a_k14-Jun-04 18:02
saud_a_k14-Jun-04 18:02 
GeneralFTP Class Pin
SatyaDY11-Jun-04 0:24
SatyaDY11-Jun-04 0:24 
GeneralBeginner Q: Where to get Info on "distributed assemblies" Pin
matthias s.11-Jun-04 0:11
matthias s.11-Jun-04 0:11 
GeneralRe: Beginner Q: Where to get Info on "distributed assemblies" Pin
Colin Angus Mackay11-Jun-04 3:51
Colin Angus Mackay11-Jun-04 3:51 
Questionhooking??? Pin
10-Jun-04 22:32
suss10-Jun-04 22:32 
AnswerRe: hooking??? Pin
Stefan Troschuetz10-Jun-04 23:15
Stefan Troschuetz10-Jun-04 23:15 
AnswerRe: hooking??? Pin
leppie11-Jun-04 7:20
leppie11-Jun-04 7:20 
General.Net Remoting Problem Pin
Member 33502210-Jun-04 22:14
Member 33502210-Jun-04 22:14 
GeneralRe: .Net Remoting Problem Pin
Stefan Troschuetz10-Jun-04 22:52
Stefan Troschuetz10-Jun-04 22:52 
GeneralRe: .Net Remoting Problem Pin
Heath Stewart11-Jun-04 4:07
protectorHeath Stewart11-Jun-04 4:07 
QuestionMouseEvent? Pin
thomasa10-Jun-04 21:20
thomasa10-Jun-04 21:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.