Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
QuestionHow to read a xml file with WPF and unkown amount of data Pin
Member 1413010725-Jan-19 8:57
Member 1413010725-Jan-19 8:57 
AnswerRe: How to read a xml file with WPF and unkown amount of data Pin
Eddy Vluggen26-Jan-19 0:10
professionalEddy Vluggen26-Jan-19 0:10 
GeneralRe: How to read a xml file with WPF and unkown amount of data Pin
Member 1413010726-Jan-19 5:21
Member 1413010726-Jan-19 5:21 
GeneralRe: How to read a xml file with WPF and unkown amount of data Pin
Eddy Vluggen26-Jan-19 8:46
professionalEddy Vluggen26-Jan-19 8:46 
GeneralRe: How to read a xml file with WPF and unkown amount of data Pin
Member 1413010726-Jan-19 8:51
Member 1413010726-Jan-19 8:51 
GeneralRe: How to read a xml file with WPF and unkown amount of data Pin
Eddy Vluggen26-Jan-19 8:55
professionalEddy Vluggen26-Jan-19 8:55 
GeneralRe: How to read a xml file with WPF and unkown amount of data Pin
Member 1413010726-Jan-19 9:02
Member 1413010726-Jan-19 9:02 
GeneralRe: How to read a xml file with WPF and unkown amount of data Pin
Eddy Vluggen26-Jan-19 9:13
professionalEddy Vluggen26-Jan-19 9:13 
So you changed the XML five minutes ago. It contained an "<blabla <somethingelse=""> ", which isn't allowed. I added the link to the validator so you can validate it yourself. The new example (which I applaud the program for changing so quickly) bis also invalid XML. Spaces aren't allowed in tagnames.


--edit
This was the original example, where the validator pointed out the mismatching opening/closing tags.
XML
<Students Variable="Age"
<Semester>2</Semester>
</Students>
<Students Variable="Age"
<Semester>3</Semester>
</Students>

Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

GeneralRe: How to read a xml file with WPF and unkown amount of data Pin
Member 1413010726-Jan-19 9:21
Member 1413010726-Jan-19 9:21 
AnswerRe: How to read a xml file with WPF and unkown amount of data Pin
Gerry Schmitz26-Jan-19 8:52
mveGerry Schmitz26-Jan-19 8:52 
GeneralRe: How to read a xml file with WPF and unkown amount of data Pin
Member 1413010726-Jan-19 12:22
Member 1413010726-Jan-19 12:22 
Questionc# Pin
Member 1412841524-Jan-19 0:36
Member 1412841524-Jan-19 0:36 
AnswerRe: c# Pin
Richard MacCutchan24-Jan-19 1:03
mveRichard MacCutchan24-Jan-19 1:03 
AnswerRe: c# Pin
Maciej Los24-Jan-19 2:45
mveMaciej Los24-Jan-19 2:45 
Questionpassing a file in to an Core 2.1 WebApi method Pin
Simon_Whale23-Jan-19 10:18
Simon_Whale23-Jan-19 10:18 
AnswerRe: passing a file in to an Core 2.1 WebApi method Pin
Richard Deeming23-Jan-19 11:31
mveRichard Deeming23-Jan-19 11:31 
GeneralRe: passing a file in to an Core 2.1 WebApi method Pin
Simon_Whale2-Feb-19 23:22
Simon_Whale2-Feb-19 23:22 
QuestionWhat is wrong with this code? Pin
nuno6921-Jan-19 9:42
nuno6921-Jan-19 9:42 
AnswerRe: What is wrong with this code? Pin
Eddy Vluggen21-Jan-19 10:56
professionalEddy Vluggen21-Jan-19 10:56 
GeneralRe: What is wrong with this code? Pin
nuno6921-Jan-19 11:13
nuno6921-Jan-19 11:13 
GeneralRe: What is wrong with this code? Pin
Eddy Vluggen21-Jan-19 11:23
professionalEddy Vluggen21-Jan-19 11:23 
GeneralRe: What is wrong with this code? Pin
nuno6921-Jan-19 12:57
nuno6921-Jan-19 12:57 
GeneralRe: What is wrong with this code? Pin
Eddy Vluggen22-Jan-19 2:32
professionalEddy Vluggen22-Jan-19 2:32 
GeneralRe: What is wrong with this code? Pin
nuno6922-Jan-19 3:04
nuno6922-Jan-19 3:04 
GeneralRe: What is wrong with this code? Pin
Eddy Vluggen22-Jan-19 3:10
professionalEddy Vluggen22-Jan-19 3:10 

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.