Click here to Skip to main content
15,908,264 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Generalput_nodeTypedValue Pin
Bash28-Nov-02 2:37
Bash28-Nov-02 2:37 
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 
If you are defining a custom interface or dual interfaces, gorget what Christian said to you: you CAN do it. The only problem will appear when you use a [in, out] parameter, and then, the only problem will be that scripting clients won't be able to call your method (you'll get a "type mismatch" from VBScript)

You need to put a importlib in your IDL file, under the library section:
For importing ADO, you could do this:
importlib("c:\program files\common files\system\ado\msado26.tlb");
change the path to the MSXML parser type library on your development machine;

PS:
As much as I hate VB, it can be a great tool for protoryping COM interfaces and quickly writing a IDL. When you don't know how to define a COM interface, create a COM DLL in VB with the desired interface and look the IDL on OLEVIEW

I see dumb people
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 
GeneralRe: Automatic processing XML/XSLT on client or server side Pin
Michael A. Barnhart23-Nov-02 15:37
Michael A. Barnhart23-Nov-02 15:37 
GeneralAppling XSL to XML - select attribute of node Pin
Bash21-Nov-02 23:46
Bash21-Nov-02 23:46 
GeneralRe: Appling XSL to XML - select attribute of node Pin
Michael A. Barnhart22-Nov-02 1:22
Michael A. Barnhart22-Nov-02 1:22 
QuestionHow to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Kosta Cherry20-Nov-02 16:24
Kosta Cherry20-Nov-02 16:24 
AnswerRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Christian Graus20-Nov-02 16:33
protectorChristian Graus20-Nov-02 16:33 
GeneralRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Kosta Cherry20-Nov-02 16:47
Kosta Cherry20-Nov-02 16:47 
GeneralRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Christian Graus20-Nov-02 17:07
protectorChristian Graus20-Nov-02 17:07 

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.