Click here to Skip to main content
15,918,168 members
Home / Discussions / C#
   

C#

 
GeneralSearching a particular node in XML Pin
Shankar Balaji10-May-05 1:45
Shankar Balaji10-May-05 1:45 
GeneralRe: Searching a particular node in XML Pin
Polis Pilavas10-May-05 2:42
Polis Pilavas10-May-05 2:42 
GeneralRe: Searching a particular node in XML Pin
Shankar Balaji10-May-05 2:58
Shankar Balaji10-May-05 2:58 
GeneralRe: Searching a particular node in XML Pin
Polis Pilavas10-May-05 3:12
Polis Pilavas10-May-05 3:12 
GeneralRe: Searching a particular node in XML Pin
Shankar Balaji10-May-05 3:22
Shankar Balaji10-May-05 3:22 
GeneralRe: Searching a particular node in XML Pin
Polis Pilavas10-May-05 3:24
Polis Pilavas10-May-05 3:24 
GeneralRe: Searching a particular node in XML Pin
Shankar Balaji10-May-05 3:34
Shankar Balaji10-May-05 3:34 
GeneralRe: Searching a particular node in XML Pin
Polis Pilavas10-May-05 3:44
Polis Pilavas10-May-05 3:44 
Oh right. I just had a quick read on the MSDN[^]about the ImportNode() method. Well, it seems that all it does is to import specified XML nodes from another XML file into the one you are working with.

E.g.

XML File #1 (Current XML file you work with)
Nodes: FirstName, LastName, Age

XML File #2
Nodes: FirstName, LastName, Age, Address

By saying something like "....ImportNode(doc2.DocumentElement.LastChild, true);", it will append the Address node into your XML file #1.


Regards,
Polis

Can you practice what you teach?
GeneralRe: Searching a particular node in XML Pin
Marc Clifton10-May-05 3:48
mvaMarc Clifton10-May-05 3:48 
Generalcrystal reports parameters Pin
boruu10-May-05 1:04
boruu10-May-05 1:04 
GeneralTAPI with C# Pin
ksanju100010-May-05 1:01
ksanju100010-May-05 1:01 
GeneralRe: TAPI with C# Pin
asif m@hmood10-May-05 2:07
asif m@hmood10-May-05 2:07 
GeneralRe: TAPI with C# Pin
ksanju100010-May-05 3:02
ksanju100010-May-05 3:02 
GeneralConvert Xml File to CSV File Format Pin
ksanju100010-May-05 0:56
ksanju100010-May-05 0:56 
GeneralRe: Convert Xml File to CSV File Format Pin
Polis Pilavas10-May-05 2:49
Polis Pilavas10-May-05 2:49 
GeneralExporting data of XML into Excel file Pin
ksanju100010-May-05 0:52
ksanju100010-May-05 0:52 
GeneralRe: Exporting data of XML into Excel file Pin
Polis Pilavas10-May-05 2:53
Polis Pilavas10-May-05 2:53 
QuestionHow to save word document ? Pin
Member 18788069-May-05 23:57
Member 18788069-May-05 23:57 
AnswerRe: How to save word document ? Pin
Polis Pilavas10-May-05 2:55
Polis Pilavas10-May-05 2:55 
Generalaccessing network folders/files Pin
Xiao_M9-May-05 23:37
Xiao_M9-May-05 23:37 
GeneralRe: accessing network folders/files Pin
Polis Pilavas10-May-05 2:57
Polis Pilavas10-May-05 2:57 
GeneralRe: accessing network folders/files Pin
Xiao_M10-May-05 3:25
Xiao_M10-May-05 3:25 
GeneralRe: accessing network folders/files Pin
Dave Kreskowiak10-May-05 3:44
mveDave Kreskowiak10-May-05 3:44 
GeneralRe: accessing network folders/files Pin
Xiao_M10-May-05 3:52
Xiao_M10-May-05 3:52 
GeneralRe: accessing network folders/files Pin
Dave Kreskowiak10-May-05 4:47
mveDave Kreskowiak10-May-05 4:47 

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.