[xml] New features (Win32/MSCC build)



Hi there.

Note: The following applies only to Win32/MSCC platform.

Here are updated sources and project files which add the functionality
introduced since 2.3.6 to libxml2 2.3.10.

As always, the patch to the file libxml2.def.src can be applied as
usual. The project files must be copied over the existing ones in
win32/libxml2. This is the bad thing. These project files must remain in
CRLF format and I don't have access to a tar executable at the moment.
Daniel, sorry, I don't have access to a tar executable right now. If you
cannot read the .zip file, drop me a note and I shall post it again as a
tarball. Sorry for any inconvenience.

Ciao
Igor

Patch for win32/libxml2/libxml2.def.src against libxml2-2.3.10 follows:

diff -r -c libxml2-2.3.10/win32/libxml2/libxml2.def.src
libxml2/win32/libxml2/libxml2.def.src
*** libxml2-2.3.10/win32/libxml2/libxml2.def.src        Sat Apr 28
04:35:22 2001
--- libxml2/win32/libxml2/libxml2.def.src       Wed Jun 06 12:50:03 2001
***************
*** 434,440 ****
        cdataBlock
        xmlDefaultSAXHandlerInit
        htmlDefaultSAXHandlerInit
-       sgmlDefaultSAXHandlerInit
  
  /* 
   * strio.h 
--- 434,439 ----
***************
*** 911,913 ****
--- 910,927 ----
        xmlXPtrEvalRangePredicate
  #endif /* LIBXML_XPTR_ENABLED */
  
+ /* 
+  * DOCBParser.h 
+  */
+ #ifdef LIBXML_DOCB_ENABLED
+       docbEncodeEntities
+       docbSAXParseDoc
+       docbParseDoc
+       docbSAXParseFile
+       docbParseFile
+       docbFreeParserCtxt
+       docbCreatePushParserCtxt
+       docbParseChunk
+       docbCreateFileParserCtxt
+       docbParseDocument
+ #endif /* LIBXML_DOCB_ENABLED */

Attachment: dsps.zip
Description: dsps.zip



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]