Click here to Skip to main content
15,911,306 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: IXMLDOMDocumentPtr and IXMLDOMDocument ?!?! Pin
Michael Dunn4-Dec-02 16:57
sitebuilderMichael Dunn4-Dec-02 16:57 
GeneralRe: IXMLDOMDocumentPtr and IXMLDOMDocument ?!?! Pin
Daniel Strigl4-Dec-02 19:57
Daniel Strigl4-Dec-02 19:57 
GeneralMSXML and CString !!! Pin
Daniel Strigl3-Dec-02 23:18
Daniel Strigl3-Dec-02 23:18 
GeneralRe: MSXML and CString !!! Pin
Daniel Turini3-Dec-02 23:55
Daniel Turini3-Dec-02 23:55 
GeneralRe: MSXML and CString !!! Pin
Daniel Strigl4-Dec-02 0:32
Daniel Strigl4-Dec-02 0:32 
GeneralRe: MSXML and CString !!! Pin
Retsof Nawor4-Dec-02 8:25
Retsof Nawor4-Dec-02 8:25 
GeneralRe: MSXML and CString !!! Pin
Daniel Strigl4-Dec-02 19:57
Daniel Strigl4-Dec-02 19:57 
Generalput_nodeTypedValue Pin
Bash28-Nov-02 2:37
Bash28-Nov-02 2:37 
Hi Gurus,

I have a greate trouble while updating the value of text node. I have a
pointer to the node from existing XML document:

----------------------
IXMLDOMNodePtr pNode;
TCHAR szTmp[100];
VARIANT varTmp;

_stprintf(szTmp,"%d",newid);
varTmp.vt=VT_BSTR; varTmp.bstrVal=_bstr_t(szTmp);
hr=pNode->put_nodeTypedValue(varTmp); // hr returns E_FAIL under IE 5.x Frown | :-(
----------------------

This works on systems with IE 6.0 installed.
This doesn't work on systems with IE 5.x installed.

Please help me! How to update the node on systems with IE 5.x installed ?

I'm a XML novice so any ideas appreciated.




Yours sincerely,
Alex Bash
GeneralRe: put_nodeTypedValue Pin
Christian Graus28-Nov-02 10:50
protectorChristian Graus28-Nov-02 10:50 
GeneralRe: put_nodeTypedValue Pin
berndg28-Nov-02 20:03
berndg28-Nov-02 20:03 
GeneralXML DOM in ATL Pin
i++26-Nov-02 23:57
i++26-Nov-02 23:57 
GeneralRe: XML DOM in ATL Pin
Christian Graus27-Nov-02 0:04
protectorChristian Graus27-Nov-02 0:04 
GeneralRe: XML DOM in ATL Pin
Lizp27-Nov-02 0:25
Lizp27-Nov-02 0:25 
GeneralRe: XML DOM in ATL Pin
Jörgen Sigvardsson8-Dec-02 11:17
Jörgen Sigvardsson8-Dec-02 11:17 
GeneralRe: XML DOM in ATL Pin
Daniel Turini4-Dec-02 0:07
Daniel Turini4-Dec-02 0:07 
GeneralRe: XML DOM in ATL Pin
i++4-Dec-02 19:08
i++4-Dec-02 19:08 
GeneralInclude XML Pin
Ngo Hoang Phuong26-Nov-02 19:41
Ngo Hoang Phuong26-Nov-02 19:41 
GeneralRe: Include XML Pin
Christian Graus26-Nov-02 19:51
protectorChristian Graus26-Nov-02 19:51 
Questionhow xml embeds (saves) an image Pin
Asim N.25-Nov-02 13:44
Asim N.25-Nov-02 13:44 
AnswerRe: how xml embeds (saves) an image Pin
berndg26-Nov-02 3:14
berndg26-Nov-02 3:14 
GeneralRe: how xml embeds (saves) an image Pin
Asim N.26-Nov-02 13:49
Asim N.26-Nov-02 13:49 
GeneralRe: how xml embeds (saves) an image Pin
Michael A. Barnhart26-Nov-02 14:00
Michael A. Barnhart26-Nov-02 14:00 
GeneralCreating an attribute of a node Pin
Bash24-Nov-02 22:58
Bash24-Nov-02 22:58 
GeneralRe: Creating an attribute of a node Pin
Christian Graus26-Nov-02 19:53
protectorChristian Graus26-Nov-02 19:53 
GeneralAutomatic processing XML/XSLT on client or server side Pin
Kosta Cherry23-Nov-02 11:45
Kosta Cherry23-Nov-02 11:45 

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.