Click here to Skip to main content
15,921,212 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Visual Studio 6 and Intellisense Pin
devvvy22-Nov-06 5:30
devvvy22-Nov-06 5:30 
GeneralRe: Visual Studio 6 and Intellisense Pin
led mike22-Nov-06 10:01
led mike22-Nov-06 10:01 
AnswerRe: Visual Studio 6 and Intellisense Pin
Michael Dunn22-Nov-06 12:14
sitebuilderMichael Dunn22-Nov-06 12:14 
QuestionQuestion about binary String ? Pin
Sakthiu22-Nov-06 3:01
Sakthiu22-Nov-06 3:01 
AnswerRe: Question about binary String ? Pin
CPallini22-Nov-06 3:10
mveCPallini22-Nov-06 3:10 
AnswerRe: Question about binary String ? Pin
Zac Howland22-Nov-06 3:46
Zac Howland22-Nov-06 3:46 
GeneralRe: Question about binary String ? Pin
CPallini22-Nov-06 4:14
mveCPallini22-Nov-06 4:14 
AnswerRe: Question about binary String ? Pin
Viorel.22-Nov-06 4:28
Viorel.22-Nov-06 4:28 
I think you can try the save member of parent DOMDocument object, but it writes the entire XML document, not only your element. If you need just one element, I think you can obtain the XML representation of the node using xml property, probably like this:
_bstr_t xml = myNode->xml;

Then write this string using file functions. Note that in case of text node, the returned XML string probably will not differ very much from the value you passed to createTextNode function.

I hope this helps.
AnswerRe: Question about binary String ? Pin
Stephen Hewitt22-Nov-06 11:51
Stephen Hewitt22-Nov-06 11:51 
QuestionFIle I/O Pin
vikramlinux22-Nov-06 2:46
vikramlinux22-Nov-06 2:46 
QuestionHandling Window restore Pin
NirmalAbraham22-Nov-06 2:00
NirmalAbraham22-Nov-06 2:00 
AnswerRe: Handling Window restore Pin
Cedric Moonen22-Nov-06 2:33
Cedric Moonen22-Nov-06 2:33 
GeneralRe: Handling Window restore Pin
sheetal_0622-Nov-06 17:01
sheetal_0622-Nov-06 17:01 
QuestionWildcards in VC++ Pin
Programm3r22-Nov-06 1:42
Programm3r22-Nov-06 1:42 
AnswerRe: Wildcards in VC++ Pin
Chris Losinger22-Nov-06 2:19
professionalChris Losinger22-Nov-06 2:19 
QuestionRe: Wildcards in VC++ Pin
Programm3r22-Nov-06 2:37
Programm3r22-Nov-06 2:37 
AnswerRe: Wildcards in VC++ Pin
Chris Losinger22-Nov-06 2:59
professionalChris Losinger22-Nov-06 2:59 
GeneralRe: Wildcards in VC++ Pin
Programm3r22-Nov-06 3:03
Programm3r22-Nov-06 3:03 
QuestionWindowProc and window class registration issue Pin
Tnarol22-Nov-06 1:41
Tnarol22-Nov-06 1:41 
AnswerRe: WindowProc and window class registration issue Pin
Cedric Moonen22-Nov-06 2:25
Cedric Moonen22-Nov-06 2:25 
GeneralRe: WindowProc and window class registration issue Pin
Tnarol22-Nov-06 5:12
Tnarol22-Nov-06 5:12 
GeneralRe: WindowProc and window class registration issue Pin
Cedric Moonen22-Nov-06 5:44
Cedric Moonen22-Nov-06 5:44 
GeneralRe: WindowProc and window class registration issue Pin
Tnarol22-Nov-06 21:28
Tnarol22-Nov-06 21:28 
QuestionFFT(Fast Fourier) to find frequencies Pin
Mikaa12322-Nov-06 1:21
Mikaa12322-Nov-06 1:21 
QuestionDraw controls in Property Sheet Pin
Susanmat22-Nov-06 1:20
Susanmat22-Nov-06 1: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.