summaryrefslogtreecommitdiff
path: root/DOCBparser.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-04-25 15:53:40 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-04-25 15:53:40 +0000
commit4ec0b0f4c33bbf0917cccb1c3583122c16b95287 (patch)
treeab51cda5f29e6f824e87df2728d8ffeeaee60ffa /DOCBparser.c
parentb33c201978ed1c434877cdc6e2000b7012cc26f9 (diff)
downloadlibxml2-4ec0b0f4c33bbf0917cccb1c3583122c16b95287.tar.gz
- DOCBparser.c include/Makefile.am: two patches from László Kovács
Daniel
Diffstat (limited to 'DOCBparser.c')
-rw-r--r--DOCBparser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCBparser.c b/DOCBparser.c
index d7e8a15a..c199b4c3 100644
--- a/DOCBparser.c
+++ b/DOCBparser.c
@@ -438,6 +438,7 @@ docbookElementTable[] = {
{ "areaset", 0, 0, 0, 9, 0, "" }, /* area */
{ "areaspec", 0, 0, 0, 9, 0, "" }, /* area */
{ "arg", 0, 0, 0, 1, 0, "" },
+{ "artheader", 0, 0, 0, 9, 0, "" },
{ "article", 0, 0, 0, 9, 0, "" }, /* div.title.content */
{ "articleinfo",0, 0, 0, 9, 0, "" }, /* graphic */
{ "artpagenums",0, 0, 0, 4, 0, "" }, /* docinfo */
@@ -540,7 +541,7 @@ docbookElementTable[] = {
{ "glossseealso",0, 0, 0, 2, 0, "" }, /* para */
{ "glosssee", 0, 0, 0, 2, 0, "" }, /* para */
{ "glossterm", 0, 0, 0, 2, 0, "" }, /* para */
-{ "graphic", 0, 2, 1, 0, 0, "" },
+{ "graphic", 0, 0, 0, 9, 0, "" },
{ "graphicco", 0, 0, 0, 9, 0, "" }, /* areaspec */
{ "group", 0, 0, 0, 9, 0, "" }, /* arg */
{ "guibutton", 0, 0, 0, 7, 0, "" }, /* smallcptr */