Click here to Skip to main content
15,910,121 members
Home / Discussions / C#
   

C#

 
AnswerRe: To Increase the height of Windows Forms? Pin
Soaring Eagle14-Dec-05 19:02
Soaring Eagle14-Dec-05 19:02 
GeneralRe: To Increase the height of Windows Forms? Pin
MudkiSekhon14-Dec-05 19:19
MudkiSekhon14-Dec-05 19:19 
Questioncrystal report question Pin
lior654#hotmail.com14-Dec-05 18:29
lior654#hotmail.com14-Dec-05 18:29 
QuestionDissecting Exception.String Pin
redfish3414-Dec-05 17:53
redfish3414-Dec-05 17:53 
AnswerRe: Dissecting Exception.String Pin
Guffa15-Dec-05 1:32
Guffa15-Dec-05 1:32 
GeneralThanks Pin
redfish3420-Dec-05 22:28
redfish3420-Dec-05 22:28 
QuestionProblem Calling and Creating COM Objects Pin
Soaring Eagle14-Dec-05 17:13
Soaring Eagle14-Dec-05 17:13 
QuestionXml Splitter in C# Pin
Markus35014-Dec-05 16:52
Markus35014-Dec-05 16:52 
Hello all,
I'm new to c# and I'm having a heck of time trying to figure out this problem. What I'd like to do is take an xml document that has repeating elements, break it up, and output several xml documents based on the split.
eg...take this
"root"
"whatever"
"something" blah "/something"
"else" blah blah "/else"
"/whatever"
"whatever"
"something" blah2 "/something"
"else" blah2 blah2 "/else"
"/whatever"
"whatever"
"something" blah3 "/something"
"else" blah3 blah3 "/else"
"/whatever"
"/root"
and output three xml separate documents, each containing "root", "whatever", "something", and "else".
I've tried a few things using xmltextreader and writer, but nothing has worked thus far. I'd image I need to store the original document in memory somehow and go forward from there...but that's the thing, I'm not sure how to do this. Any help will be greatly appreciated. Thanks.
ps i used "" rather than tags because i wasn't sure how to get the xml syntax how to appear on the page Blush | :O
-- modified at 22:53 Wednesday 14th December, 2005
Question(Urgent) switch between tabpages of a tabcontrol by CTrl+tab Pin
LongNguyen14-Dec-05 16:07
LongNguyen14-Dec-05 16:07 
QuestionChange Time and TimeZone Programatically Pin
denpsia14-Dec-05 15:41
denpsia14-Dec-05 15:41 
QuestionHandle Picturebox in C# ??? Pin
Abubakarsb14-Dec-05 15:04
Abubakarsb14-Dec-05 15:04 
QuestionCopying more than 1 textbox field to Clipboard Pin
apoc50314-Dec-05 13:19
apoc50314-Dec-05 13:19 
AnswerRe: Copying more than 1 textbox field to Clipboard Pin
enjoycrack14-Dec-05 14:33
enjoycrack14-Dec-05 14:33 
GeneralRe: Copying more than 1 textbox field to Clipboard Pin
apoc50314-Dec-05 14:46
apoc50314-Dec-05 14:46 
Question.NET 2003 after C# Express Install Pin
Stephen McAllister14-Dec-05 9:52
Stephen McAllister14-Dec-05 9:52 
AnswerRe: .NET 2003 after C# Express Install Pin
Gulfraz Khan16-Dec-05 6:36
Gulfraz Khan16-Dec-05 6:36 
GeneralRe: .NET 2003 after C# Express Install Pin
Stephen McAllister16-Dec-05 12:14
Stephen McAllister16-Dec-05 12:14 
QuestionThreading question Pin
Steve Messer14-Dec-05 9:09
Steve Messer14-Dec-05 9:09 
AnswerRe: Threading question Pin
Judah Gabriel Himango14-Dec-05 9:19
sponsorJudah Gabriel Himango14-Dec-05 9:19 
GeneralRe: Threading question Pin
WillemM14-Dec-05 9:23
WillemM14-Dec-05 9:23 
GeneralRe: Threading question Pin
Steve Messer14-Dec-05 9:33
Steve Messer14-Dec-05 9:33 
GeneralRe: Threading question Pin
Judah Gabriel Himango14-Dec-05 9:38
sponsorJudah Gabriel Himango14-Dec-05 9:38 
GeneralRe: Threading question Pin
Steve Messer14-Dec-05 9:51
Steve Messer14-Dec-05 9:51 
GeneralRe: Threading question Pin
Steve Messer14-Dec-05 11:09
Steve Messer14-Dec-05 11:09 
GeneralRe: Threading question Pin
Judah Gabriel Himango14-Dec-05 11:58
sponsorJudah Gabriel Himango14-Dec-05 11:58 

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.