Diff for /XML/xinclude.c between versions 1.3 and 1.4

version 1.3, 2000/11/05 18:20:52 version 1.4, 2000/11/05 20:36:43
Line 10 Line 10
  */   */
   
 /*  /*
  * TODO: xmlXIncludeCtxt with document caches, stack of nodes to handle   * TODO: compute XPointers nodesets
  *       and their associated infoset.  
  */   */
   
 #ifdef WIN32  #ifdef WIN32
Line 43 Line 42
 #define XINCLUDE_PARSE_XML (const xmlChar *) "xml"  #define XINCLUDE_PARSE_XML (const xmlChar *) "xml"
 #define XINCLUDE_PARSE_TEXT (const xmlChar *) "text"  #define XINCLUDE_PARSE_TEXT (const xmlChar *) "text"
   
 #define DEBUG_XINCLUDE   /* #define DEBUG_XINCLUDE  */
   
 /************************************************************************  /************************************************************************
  *                                                                      *   *                                                                      *

Removed from v.1.3  
changed lines
  Added in v.1.4


Webmaster