Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Mike McCormack
Vijay Kiran Kamuju wrote: Do we have to register the IXMLDOMNode to the registry? As you did in the test for domdoc. I think we need to add all other basic interface's CLSID's to the registry? IXMLDOMNode is an interface, which has an IID, not a CLSID. We don't need to register interfaces f

Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Vijay Kiran Kamuju
Hi Mike, Do we have to register the IXMLDOMNode to the registry? As you did in the test for domdoc. I think we need to add all other basic interface's CLSID's to the registry? Thanks, Vijay On 8/16/05, Mike McCormack <[EMAIL PROTECTED]> wrote: > > Vijay Kiran Kamuju wrote: > > > I am planning

Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Mike McCormack
Vijay Kiran Kamuju wrote: I am planning to write some tests for IXMLDOMNode. I need your help on how to write tests in the wine test framework and test on the windows framework. I started a simple test case in dlls/msxml3/tests/domdoc.c. I modify it a little bit to get it to compile under M

Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Vijay Kiran Kamuju
Hi Mike, I am planning to write some tests for IXMLDOMNode. I need your help on how to write tests in the wine test framework and test on the windows framework. Thanks, Vijay On 8/16/05, Mike McCormack <[EMAIL PROTECTED]> wrote: > > Hi Vijay, > > Vijay Kiran Kamuju wrote: > > > i think it wou

Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Mike McCormack
Hi Vijay, Vijay Kiran Kamuju wrote: i think it would be better if we put bstr_from_xmlChar in msxml_private.h need directions how to implement domdoc_get_nodeName I'll post a patch to move bstr_from_xmlChar and other utility functions somewhere else in the code later. please comment on t