Click here to Skip to main content
15,900,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: tabpage events Pin
robmays11-Jun-04 20:45
robmays11-Jun-04 20:45 
Generalproblem in applying grid style to datagrid Pin
Anonymous11-Jun-04 2:06
Anonymous11-Jun-04 2:06 
GeneralRe: problem in applying grid style to datagrid Pin
Heath Stewart11-Jun-04 4:14
protectorHeath Stewart11-Jun-04 4:14 
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 
Yes I am using the XmlTextReader. I have a file like
<?xml version="1.0" ?>
<!-- This file represents a fragment of a book store inventory database
-->
<bookstore>
<book genre="autobiography" publicationdate="1981" ISBN="1-861003-11-0">
<title>The Autobiography of Benjamin Franklin</title>
<author size="25">
<first-name age="25">Benjamin</first-name>
<last-name>Franklin</last-name>
</author>
<price>8.99</price>
</book>
<book genre="novel" publicationdate="1967" ISBN="0-201-63361-2">
<title>The Confidence Man</title>
<author>
<first-name>Herman</first-name>
<last-name>Melville</last-name>
</author>
<price>11.99</price>
</book>
<book genre="philosophy" publicationdate="1991" ISBN="1-861001-57-6">
<title>The Gorgias</title>
<author>
<name>Plato</name>
</author>
<price>9.99</price>
</book>
</bookstore>

I am using the ReadString funcyion to read attributes like
...
book genre philosophy publicastiondate 1991 etc.. but.. I can read only one string.. like only philosophy, not the reat..
I want to read each of the attributes saparately.
HELP

MaXx
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 
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 &quot;distributed assemblies&quot; Pin
matthias s.11-Jun-04 0:11
matthias s.11-Jun-04 0:11 
GeneralRe: Beginner Q: Where to get Info on &quot;distributed assemblies&quot; 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 

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.