Several msxmlX modules

2010-02-02 Thread Nikolay Sivov
Hi. Wine currently has only one module for MSXML parser - msxml3. Since the third one v4 and v6 are already out. Judging from file size I don't think native modules reuse some code between them, instead it looks like a completely independent builds. What Wine's policy should be about that?

Re: Several msxmlX modules

2010-02-02 Thread Reece Dunn
On 2 February 2010 16:19, Nikolay Sivov bungleh...@gmail.com wrote: Hi. Wine currently has only one module for MSXML parser - msxml3. Since the third one v4 and v6 are already out. There is also an msxml 5. This is only available via Office 2003/2007, and is installed by that. See

Re: Several msxmlX modules

2010-02-02 Thread Nikolay Sivov
On 2/2/2010 20:28, Reece Dunn wrote: On 2 February 2010 16:19, Nikolay Sivovbungleh...@gmail.com wrote: Hi. Wine currently has only one module for MSXML parser - msxml3. Since the third one v4 and v6 are already out. There is also an msxml 5. This is only available via Office

Re: Several msxmlX modules

2010-02-02 Thread Alexandre Julliard
Nikolay Sivov bungleh...@gmail.com writes: No need to care of differences between version for a start, will be ideally not to check for version at all. And yes, winexml should be superset of course. You don't want a winexml if it can be helped at all. Non-standard dlls should be avoided. Just

Re: Several msxmlX modules

2010-02-02 Thread Nikolay Sivov
On 2/3/2010 01:26, Alexandre Julliard wrote: Nikolay Sivovbungleh...@gmail.com writes: No need to care of differences between version for a start, will be ideally not to check for version at all. And yes, winexml should be superset of course. You don't want a winexml if it can be

Re: Several msxmlX modules

2010-02-02 Thread Alexandre Julliard
Nikolay Sivov bungleh...@gmail.com writes: I don't, you're right =). So you mean just add empty msxml4, register it as windows does and forward object creation to functional module? Pretty much, yes. -- Alexandre Julliard julli...@winehq.org