https://bugs.winehq.org/show_bug.cgi?id=7372
--- Comment #61 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Damjan Jovanovic from comment #60)
Aug 28 19:28:58 <dacha> julliard: ok thank you, i'll see what i can do. what about using libxml2? Aug 28 19:29:54 <julliard> dacha: using libxml2 has many other problems Aug 28 19:30:52 <dacha> julliard: but we use it in msxml3 don't we? Aug 28 19:31:30 <julliard> yes, but we don't want it all over the place Aug 28 19:31:41 <julliard> if you really wanted that you should load msxml3, but again we don't want that Aug 28 19:31:49 <julliard> simple string parsing is good enough for this Aug 28 19:35:18 <nsivov> dacha, for simplified parser take a look at ntdll/actctx.c, it works for known document structure, it's simple and small enough
Is using xmllite as a light weight xml/html parser an option? (xmllite doesn't use or depend on ole32 or any other external havy environment)