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

C / C++ / MFC

 
AnswerRe: How to create a drive mount? Pin
«_Superman_»4-Jun-09 20:58
professional«_Superman_»4-Jun-09 20:58 
GeneralRe: How to create a drive mount? Pin
Peter Weyzen4-Jun-09 21:06
Peter Weyzen4-Jun-09 21:06 
GeneralRe: How to create a drive mount? Pin
«_Superman_»4-Jun-09 21:12
professional«_Superman_»4-Jun-09 21:12 
AnswerRe: How to create a drive mount? Pin
KarstenK5-Jun-09 1:42
mveKarstenK5-Jun-09 1:42 
AnswerRe: How to create a drive mount? Pin
The Yariv5-Jun-09 19:13
The Yariv5-Jun-09 19:13 
GeneralRe: How to create a drive mount? Pin
aaverian12-Jun-11 10:57
professionalaaverian12-Jun-11 10:57 
QuestionXML [modified] Pin
p_19604-Jun-09 19:34
p_19604-Jun-09 19:34 
AnswerRe: XML Pin
Stuart Dootson4-Jun-09 22:49
professionalStuart Dootson4-Jun-09 22:49 
The first thing you need to do is understand the contents of the two different files and how they should co-exist under a single root element (for that is a requirement of XML). One options could be:

<Root>
   <first-file>
      <!-- Put the contents of the first file here -->
   </first-file>
   <second-file>
      <!-- Put the contents of the second file here -->
   </second-file>
</Root>


But really, it depends on your requirements!!!

BTW - if you're asking technically how you might do it? Use MSXML or libxml to read the two files in. You then have access to the DOM of each XML file. Create a third DOM by combining the two existing DOMs in the way you've decided is best. Write out that third DOM to a file and voila! you have a merged XML file!

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: XML Pin
siva4554-Jun-09 23:09
siva4554-Jun-09 23:09 
GeneralRe: XML Pin
Stuart Dootson4-Jun-09 23:13
professionalStuart Dootson4-Jun-09 23:13 
QuestionLength of non-english user name Pin
includeh104-Jun-09 17:58
includeh104-Jun-09 17:58 
AnswerRe: Length of non-english user name Pin
«_Superman_»4-Jun-09 18:21
professional«_Superman_»4-Jun-09 18:21 
AnswerRe: Length of non-english user name Pin
CPallini4-Jun-09 21:07
mveCPallini4-Jun-09 21:07 
QuestionSQL Connection with C++ Pin
nv_thien4-Jun-09 17:09
nv_thien4-Jun-09 17:09 
AnswerRe: SQL Connection with C++ Pin
includeh104-Jun-09 18:14
includeh104-Jun-09 18:14 
GeneralRe: SQL Connection with C++ Pin
nv_thien4-Jun-09 18:30
nv_thien4-Jun-09 18:30 
QuestionHow to Create CObArray made of other CObArrays? [modified] Pin
Software20074-Jun-09 16:36
Software20074-Jun-09 16:36 
AnswerRe: How to Create CObArray made of other CObArrays? Pin
«_Superman_»4-Jun-09 18:24
professional«_Superman_»4-Jun-09 18:24 
GeneralRe: How to Create CObArray made of other CObArrays? Pin
Software20075-Jun-09 2:48
Software20075-Jun-09 2:48 
QuestionHi!GUI and ansi C(by:tuan1111) [modified] Pin
tuan11114-Jun-09 16:05
tuan11114-Jun-09 16:05 
AnswerRe: Hi!GUI and ansi C(by:tuan1111) Pin
Chandrasekharan P4-Jun-09 17:37
Chandrasekharan P4-Jun-09 17:37 
AnswerRe: Hi!GUI and ansi C(by:tuan1111) Pin
Hamid_RT4-Jun-09 19:47
Hamid_RT4-Jun-09 19:47 
AnswerRe: Hi!GUI and ansi C(by:tuan1111) Pin
Cedric Moonen4-Jun-09 20:23
Cedric Moonen4-Jun-09 20:23 
QuestionRe: Hi!GUI and ansi C(by:tuan1111) Pin
CPallini4-Jun-09 21:05
mveCPallini4-Jun-09 21:05 
QuestionIssue with ptr_fun VS2008 Pin
parama_chakra4-Jun-09 14:20
parama_chakra4-Jun-09 14:20 

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.