Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
AnswerRe: Adding SMP Support Pin
Dave Kreskowiak17-Sep-05 14:37
mveDave Kreskowiak17-Sep-05 14:37 
GeneralRe: Adding SMP Support Pin
Heinz_18-Sep-05 8:09
Heinz_18-Sep-05 8:09 
GeneralRe: Adding SMP Support Pin
Dave Kreskowiak19-Sep-05 1:33
mveDave Kreskowiak19-Sep-05 1:33 
GeneralRe: Adding SMP Support Pin
Heinz_19-Sep-05 10:45
Heinz_19-Sep-05 10:45 
GeneralRe: Adding SMP Support Pin
Heinz_19-Sep-05 11:27
Heinz_19-Sep-05 11:27 
GeneralRe: Adding SMP Support Pin
Dave Kreskowiak19-Sep-05 15:24
mveDave Kreskowiak19-Sep-05 15:24 
GeneralRe: Adding SMP Support Pin
Heinz_19-Sep-05 17:10
Heinz_19-Sep-05 17:10 
QuestionMoving xml nodes Pin
thepersonof17-Sep-05 9:53
thepersonof17-Sep-05 9:53 
Hi
I have a structure similar to this:
<root>
<item />
<eq>
<elems />
<elems />
<elems />
</eq>
<item />
</root>

how can I change it to this:

<root>
<item />
<elems />
<elems />
<elems />
<item />
</root>

I need to move all the children and delete the parent, but i can't figure out how to do it. What do I need to do??

cheers

-- modified at 11:49 Sunday 18th September, 2005
AnswerRe: Moving xml nodes Pin
Alomgir Miah17-Sep-05 11:02
Alomgir Miah17-Sep-05 11:02 
AnswerRe: Moving xml nodes Pin
Heinz_17-Sep-05 11:12
Heinz_17-Sep-05 11:12 
AnswerRe: Moving xml nodes Pin
DavidNohejl17-Sep-05 14:19
DavidNohejl17-Sep-05 14:19 
QuestionMDI menu merge prevention Pin
thrakazog17-Sep-05 9:41
thrakazog17-Sep-05 9:41 
AnswerRe: MDI menu merge prevention Pin
thrakazog18-Sep-05 5:03
thrakazog18-Sep-05 5:03 
QuestionCsGL - using CsGL.Basecode; Pin
Anonymous17-Sep-05 9:25
Anonymous17-Sep-05 9:25 
QuestionXML Problem Pin
thepersonof17-Sep-05 8:24
thepersonof17-Sep-05 8:24 
QuestionGetting a Regular Expression that matches a grop of files Pin
hyperreview17-Sep-05 6:33
hyperreview17-Sep-05 6:33 
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
Guffa17-Sep-05 6:40
Guffa17-Sep-05 6:40 
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
hyperreview17-Sep-05 6:48
hyperreview17-Sep-05 6:48 
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
Guffa17-Sep-05 7:50
Guffa17-Sep-05 7:50 
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
hyperreview17-Sep-05 8:10
hyperreview17-Sep-05 8:10 
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
Guffa17-Sep-05 8:57
Guffa17-Sep-05 8:57 
GeneralRe: Getting a Regular Expression that matches a grop of files Pin
hyperreview17-Sep-05 10:23
hyperreview17-Sep-05 10:23 
Questionencryption Pin
surfman1917-Sep-05 5:40
surfman1917-Sep-05 5:40 
AnswerRe: encryption Pin
Andy Brummer17-Sep-05 6:18
sitebuilderAndy Brummer17-Sep-05 6:18 
AnswerRe: encryption Pin
Niklas Ulvinge17-Sep-05 6:25
Niklas Ulvinge17-Sep-05 6:25 

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.