Annotation of parser3/src/lib/patches/libxslt.patch, revision 1.1

1.1     ! paf         1: *** ../0/libxslt-1.0.23/libxslt/xsltutils.c    Mon Nov  4 20:05:25 2002
        !             2: --- ./libxslt/xsltutils.c      Fri Jan 10 14:24:53 2003
        !             3: ***************
        !             4: *** 1012,1022 ****
        !             5:   
        !             6:       if ((method != NULL) &&
        !             7:        (xmlStrEqual(method, (const xmlChar *) "html"))) {
        !             8: -      if (encoding != NULL) {
        !             9: -          htmlSetMetaEncoding(result, (const xmlChar *) encoding);
        !            10: -      } else {
        !            11: -          htmlSetMetaEncoding(result, (const xmlChar *) "UTF-8");
        !            12: -      }
        !            13:        if (indent != 0)
        !            14:            indent = 1;
        !            15:        htmlDocContentDumpFormatOutput(buf, result, (const char *) encoding,
        !            16: --- 1012,1017 ----
        !            17: ***************
        !            18: *** 1024,1034 ****
        !            19:        xmlOutputBufferFlush(buf);
        !            20:       } else if ((method != NULL) &&
        !            21:        (xmlStrEqual(method, (const xmlChar *) "xhtml"))) {
        !            22: -      if (encoding != NULL) {
        !            23: -          htmlSetMetaEncoding(result, (const xmlChar *) encoding);
        !            24: -      } else {
        !            25: -          htmlSetMetaEncoding(result, (const xmlChar *) "UTF-8");
        !            26: -      }
        !            27:        htmlDocContentDumpOutput(buf, result, (const char *) encoding);
        !            28:        xmlOutputBufferFlush(buf);
        !            29:       } else if ((method != NULL) &&
        !            30: --- 1019,1024 ----

E-mail: