Diff for /gpl/axl/knife/axl-knife.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2011/06/08 07:09:12 version 1.1.1.2, 2012/02/17 12:50:02
Line 337  axl_bool axl_knife_htmlize_iterator_node (FILE * fstre Line 337  axl_bool axl_knife_htmlize_iterator_node (FILE * fstre
 {  {
                   
         axlItem       * item;          axlItem       * item;
         int             size;  
         char          * content;  
         axlAttrCursor * cursor;          axlAttrCursor * cursor;
         int             iterator;          int             iterator;
         axl_bool        found_content;          axl_bool        found_content;
Line 424  axl_bool axl_knife_htmlize_iterator_node (FILE * fstre Line 422  axl_bool axl_knife_htmlize_iterator_node (FILE * fstre
                         break;                          break;
                 case ITEM_CONTENT_FROM_FACTORY:                  case ITEM_CONTENT_FROM_FACTORY:
                 case ITEM_CONTENT:                  case ITEM_CONTENT:
                         size    = 0;  
                         content = axl_item_get_content (item, &size);  
                         fprintf (fstream, "%s", axl_item_get_content (item, NULL));                          fprintf (fstream, "%s", axl_item_get_content (item, NULL));
                         break;                          break;
                 case ITEM_PI:                  case ITEM_PI:
Line 495  axl_bool axl_knife_htmlize (axlDoc * doc) Line 491  axl_bool axl_knife_htmlize (axlDoc * doc)
         return axl_true;          return axl_true;
 }  }
   
axl_bool axl_knife_dtd_to_c ()axl_bool axl_knife_dtd_to_c (void)
 {  {
                   
         /* check the document received is a DTD */          /* check the document received is a DTD */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>