<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 10/24/2011 14:55, Piotr Caban wrote:
    <blockquote cite="mid:4EA54423.3000109@codeweavers.com" type="cite">---
      <br>
       dlls/msxml3/factory.c       |    8 ++++-
      <br>
       dlls/msxml3/msxml_private.h |    1 +
      <br>
       dlls/msxml3/saxreader.c     |   62
      +++++++++++++++++++++++++++++++++++++++---
      <br>
       3 files changed, 64 insertions(+), 7 deletions(-)
      <br>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
    <blockquote type="cite">
      <pre wrap=""> static ClassFactory saxreadcf = { { &ClassFactoryVtbl }, SAXXMLReader_create };
+static ClassFactory saxread6cf = { { &ClassFactoryVtbl }, SAXXMLReader6_create };
 static ClassFactory httpreqcf = { { &ClassFactoryVtbl }, XMLHTTPRequest_create };</pre>
    </blockquote>
    Such version dependent behaviour is handled currently with
    additional argument of MSXML_VERSION enum type.<br>
    It's better to do it the same way in SAX too, to be consistent.<br>
  </body>
</html>