Click here to Skip to main content
15,913,836 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: where does the meta tag come from? Pin
Philip Fitzsimons15-May-03 3:20
Philip Fitzsimons15-May-03 3:20 
GeneralOutput XML->HTML Pin
J. Dunlap10-May-03 10:54
J. Dunlap10-May-03 10:54 
GeneralRe: Output XML->HTML Pin
Retsof Nawor11-May-03 14:32
Retsof Nawor11-May-03 14:32 
GeneralRe: Output XML->HTML Pin
J. Dunlap12-May-03 10:40
J. Dunlap12-May-03 10:40 
GeneralXSLT Problem-again Pin
Mark Ryall8-May-03 6:58
Mark Ryall8-May-03 6:58 
GeneralRe: XSLT Problem-again Pin
Philip Fitzsimons8-May-03 8:27
Philip Fitzsimons8-May-03 8:27 
GeneralXSLT Problem Pin
Mark Ryall8-May-03 6:51
Mark Ryall8-May-03 6:51 
Generalerror C2065: 'IXMLDOMDocument3' : undeclared identifier Pin
Emiliano8-May-03 1:37
Emiliano8-May-03 1:37 
Confused | :confused: I am trying to write a simple program that loads an xml file but i can not link this program, I am following this tutorial

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/htm/dom_hdi_30dv.asp

Could any body help?
#include <stdio.h>
#include <msxml2.h>
#include <windows.h>

#pragma comment(lib,"msxml2.lib")

int main()
{
	HRESULT hr;
	IXMLDOMDocument3 *pXMLDoc = NULL;
	IXMLDOMParseError * pObjError = NULL;
	BSTR bstr = NULL;
	VARIANT_BOOL status;
	VARIANT var;

	CoInitialize(NULL);

	hr = CoCreateInstance(CLSID_DOMDocument40, 
                     NULL, 
                     CLSCTX_INPROC_SERVER, 
                     IID_IXMLDOMDocument3,
                     (void**)&pXMLDoc);

	return 0;
}

GeneralRe: error C2065: 'IXMLDOMDocument3' : undeclared identifier Pin
Stephane Rodriguez.8-May-03 2:22
Stephane Rodriguez.8-May-03 2:22 
GeneralSelection based on more than one condition Pin
EnkelIk7-May-03 22:03
EnkelIk7-May-03 22:03 
GeneralRe: Selection based on more than one condition Pin
J. Dunlap7-May-03 22:07
J. Dunlap7-May-03 22:07 
GeneralRe: Selection based on more than one condition Pin
EnkelIk7-May-03 22:45
EnkelIk7-May-03 22:45 
GeneralXSL tag matching Pin
J. Dunlap7-May-03 10:03
J. Dunlap7-May-03 10:03 
GeneralRe: XSL tag matching Pin
Stuart Dootson7-May-03 21:59
professionalStuart Dootson7-May-03 21:59 
GeneralRe: XSL tag matching Pin
J. Dunlap7-May-03 22:05
J. Dunlap7-May-03 22:05 
GeneralRe: XSL tag matching Pin
Stuart Dootson7-May-03 22:16
professionalStuart Dootson7-May-03 22:16 
GeneralRe: XSL tag matching Pin
J. Dunlap7-May-03 22:20
J. Dunlap7-May-03 22:20 
GeneralRe: XSL tag matching Pin
Philip Fitzsimons8-May-03 1:58
Philip Fitzsimons8-May-03 1:58 
GeneralRe: XSL tag matching Pin
Stuart Dootson8-May-03 5:40
professionalStuart Dootson8-May-03 5:40 
GeneralRe: XSL tag matching Pin
J. Dunlap8-May-03 7:24
J. Dunlap8-May-03 7:24 
GeneralRe: XSL tag matching Pin
Philip Fitzsimons8-May-03 8:24
Philip Fitzsimons8-May-03 8:24 
GeneralRe: XSL tag matching Pin
J. Dunlap8-May-03 9:46
J. Dunlap8-May-03 9:46 
GeneralSelectNodes Pin
thongkk1236-May-03 22:17
sussthongkk1236-May-03 22:17 
GeneralRe: SelectNodes Pin
Anonymous6-May-03 22:18
Anonymous6-May-03 22:18 
GeneralRe: SelectNodes Pin
Anonymous6-May-03 22:20
Anonymous6-May-03 22: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.