From 09deb06614c3408ec0816a3c88920138bae2083c Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 10 Sep 2004 05:26:00 +0000 Subject: Load /tmp/tmp.BmUFjT/libxml2-2.6.13 into packages/libxml2/branches/upstream/current. --- xmlsave.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xmlsave.c') diff --git a/xmlsave.c b/xmlsave.c index 7698991..1e8e0d7 100644 --- a/xmlsave.c +++ b/xmlsave.c @@ -523,6 +523,10 @@ xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) { return; } xmlOutputBufferWrite(buf, 3, " [\n"); + /* Dump the notations first they are not in the DTD children list */ + if (dtd->notations != NULL) { + xmlDumpNotationTable(buf->buffer, (xmlNotationTablePtr) dtd->notations); + } format = ctxt->format; level = ctxt->level; doc = ctxt->doc; -- cgit v1.2.3