MSXML3: initial implementation based on libxml2

Dmitry Timoshkov dmitry at baikal.ru
Thu Aug 4 08:02:49 CDT 2005


"Steven Edwards" <steven_ed4153 at yahoo.com> wrote:

>> > Well, it's older than the version of libxml2 I'm using here, which is 
>> > libxml2-2.6.19-i686-1dl for slackware.  If you don't use xmlReadIO, then 
>> > you could use xmlReadMemory I guess.  The whole file would need to be 
>> > read into memory first.
>> 
>> Or just mmap'ed. That could be a reasonable workaround.
> 
> Blah another Unixism. Avoiding mmap would be nice on those of us that will try to build this dll
> for ReactOS.

mmap'ing means CreateFileMapping + MapViewOfFile in win32, so that
should not be a problem.

-- 
Dmitry.




More information about the wine-devel mailing list