#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <getopt.h>
#include "dancer-xml.h"
#include "config.h"
Defines | |
#define | _GNU_SOURCE |
Functions | |
static int | replace_external_entity (const char *s) |
static int | convert_print (const char *s, int verbatim) |
remove exceeding space, and remove special-chars | |
static const char * | getatrstring (dxml_element *e, const char *attr) |
static int | get_paratype (dxml_element *b, int verbatim) |
handle para-type ones which can contain PCDATA | |
static int | get_bookchapter (dxml_element *b, int paraenter) |
static int | maybe_label (dxml_element *b) |
static int | get_table (dxml_element *b_parent) |
static int | get_itemizedlist (dxml_element *b) |
static int | get_bothtypes (dxml_element *b, int inlinetype) |
Something that appears inside the para elements and outside the para elements. | |
static int | recursebook (dxml_element *b) |
int | main (int argc, char **argv) |
|
|
|
remove exceeding space, and remove special-chars
|
|
|
|
Something that appears inside the para elements and outside the para elements.
|
|
|
|
handle para-type ones which can contain PCDATA
|
|
|
|
|
|
|
|
|
|
|
|
|