473,322 Members | 1,718 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

IXMLDOMElement to IXMLDOMNode

Hello,

I use MSXML with BCB 5. This works just finde to me.
Now i got to a mysterious point and I think MSXML is what
does this.

I made a function which is applied to be calles with a
IXMLDOMElementPtr Variable as Parameter.
BUT, if i call it with a XMLDOMNodePtr-Variable it works as
well.
I can use the given variable as the type it is
Element as Element and Node as Node.
In this case it is just great, because I dont have to write
two funtkions, but I really would like to know if this is
supposed to be! Or am I going to risk the funktionality of
my funktion?

I hope someone can help me!
thank you!

Marc
Nov 11 '05 #1
0 1977

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Who Cares | last post by:
Okay, this may be a bit of a newbie question but I could really use some help. I want to write a set of routines that will read in the contents of XML files. I'll be reading the tag names,...
2
by: ragi | last post by:
It's part of code: IXMLDOMElement *pPar = NULL, *pChild= NULL; IXMLDOMNode *pNode = NULL; bstr = SysAllocString(L"1sth"); pXMLDom->createElement(bstr, &pPar); SysFreeString(bstr); bstr =...
4
by: Li Weng | last post by:
Hi, I have two questions: 1) If there are more than one attachments, can I still use urn:schema:httpmail:attachmentfilename to get the file names? How? Or I need to use X-MS-ENUMATTS method? ...
2
by: SHC | last post by:
Hi all, I ran the attached volcanoes.xml (with geology.dtd) in the Module of Access 2003. I got the following error: Microsoft Office Access You have error Invalid Character in content model....
0
by: Sivaprasad | last post by:
Hi All, I have an xml, one of the attribute is having binary data. I want to extract that binary data and put it into a word doc. this is what i want to do. node.datatype="bin.base64"...
0
by: Sathya | last post by:
Hi, I have a vb.net webservice which takes XMLDocument as a parameter and returns bool. Signature of the method is some thing like this AddXmlEmpDetails(xmlEmp as XMLDocument) as Boolean. I...
2
by: Geagleeye | last post by:
Hi... how do i create a new xmlnode inside a node ... i have folowing code : Dim tmpElement As MSXML2.IXMLDOMElement Dim nlItems As MSXML2.IXMLDOMNodeList Dim tmpNode As MSXML2.IXMLDOMNode
0
by: Alamelu | last post by:
I wanted to remove "Name" attribute from the below tag, but i am only having IXMLDOMNode pointer and not IXMLDOMElement pointer of "Option". But removeAttribute method is only available in...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.