Click here to Skip to main content
16,005,473 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: New to XML Pin
Dustin Metzgar14-Aug-06 8:57
Dustin Metzgar14-Aug-06 8:57 
GeneralRe: New to XML Pin
lehya14-Aug-06 10:31
lehya14-Aug-06 10:31 
GeneralRe: New to XML Pin
Dustin Metzgar14-Aug-06 11:00
Dustin Metzgar14-Aug-06 11:00 
GeneralRe: New to XML [modified] Pin
manowj18-Aug-06 22:38
manowj18-Aug-06 22:38 
AnswerRe: New to XML Pin
Dustin Metzgar22-Aug-06 11:13
Dustin Metzgar22-Aug-06 11:13 
QuestionMS Access 2003 and Exporting in a XML Format Pin
sweep12314-Aug-06 3:53
sweep12314-Aug-06 3:53 
AnswerRe: MS Access 2003 and Exporting in a XML Format Pin
Stephen McGuire14-Aug-06 15:18
Stephen McGuire14-Aug-06 15:18 
QuestionAccess violation exception while trying to create a XML Element Pin
adidas.levy12-Aug-06 22:52
adidas.levy12-Aug-06 22:52 
Hey guys!

I'm kind of new to XML using VC++ 6.0.
I know XML DOM and XML MiniDOM from python...

and I use MSXML4.0.

anyway, I try to create an element, or a node,
and as I run my little application it carshed due to "Access violation"
the exception occures in the functions
raw_createElement(...) and raw_createNode(...)


it happens all the time, and frankly I really don't know what the heck is wrong in there....

here is a fragment of my source:

#define PHONEBOOK_NODE _T("Node")
hr= m_pDomDocument.CreateInstance("Msxml2.DOMDocument.4.0");
sprintf(node, "%ld", m_NodeID);
l_XMLNode = m_pDomDocument->createNode(l_vtType, _T(node), _T(""));
l_XMLElement = m_pDomDocument->createElement(PHONEBOOK_NODE);

where:
m_pDomDocument is IXMLDOMDocument2Ptr
l_XMLNode is IXMLDOMNodePtr
l_XMLElement is IXMLDOMElementPtr

I'll be very glad (and so my boss) if someone will be kind to
share his or her opinion about that...

thanx,
Adidas

AnswerRe: Access violation exception while trying to create a XML Element Pin
led mike15-Aug-06 6:03
led mike15-Aug-06 6:03 
GeneralRe: Access violation exception while trying to create a XML Element Pin
adidas.levy15-Aug-06 19:52
adidas.levy15-Aug-06 19:52 
QuestionNeed XML Help Pin
Amit Kumar G12-Aug-06 9:53
Amit Kumar G12-Aug-06 9:53 
AnswerRe: Need XML Help Pin
Rizwan Bashir15-Aug-06 3:48
Rizwan Bashir15-Aug-06 3:48 
AnswerRe: Need XML Help Pin
Amit Kumar G15-Aug-06 14:16
Amit Kumar G15-Aug-06 14:16 
QuestionNamespace in XMLDocument Pin
VSush10-Aug-06 0:34
VSush10-Aug-06 0:34 
AnswerRe: Namespace in XMLDocument Pin
led mike10-Aug-06 7:20
led mike10-Aug-06 7:20 
GeneralRe: Namespace in XMLDocument Pin
George L. Jackson10-Aug-06 13:44
George L. Jackson10-Aug-06 13:44 
QuestionHow to use XML Inline data in HTML [modified] Pin
Sarvan AL9-Aug-06 20:07
Sarvan AL9-Aug-06 20:07 
AnswerRe: How to use XML Inline data in HTML Pin
led mike10-Aug-06 7:16
led mike10-Aug-06 7:16 
GeneralRe: How to use XML Inline data in HTML [modified] Pin
George L. Jackson10-Aug-06 14:00
George L. Jackson10-Aug-06 14:00 
GeneralRe: How to use XML Inline data in HTML Pin
led mike11-Aug-06 6:01
led mike11-Aug-06 6:01 
GeneralRe: How to use XML Inline data in HTML Pin
George L. Jackson11-Aug-06 8:35
George L. Jackson11-Aug-06 8:35 
GeneralRe: How to use XML Inline data in HTML Pin
Sarvan AL10-Aug-06 21:43
Sarvan AL10-Aug-06 21:43 
QuestionHow to play a encoded video file ? Pin
karthik Tamizhmathi9-Aug-06 19:29
karthik Tamizhmathi9-Aug-06 19:29 
AnswerRe: How to play a encoded video file ? Pin
ajisthekingofpop14-Aug-06 5:30
ajisthekingofpop14-Aug-06 5:30 
QuestionParsing XML Pin
Vipin Venugopal9-Aug-06 0:36
Vipin Venugopal9-Aug-06 0:36 

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.