1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Igor Zlatkovic patches fixed typos Daniel

* win32/dsp/libxml2.def.src: Igor Zlatkovic patches
* DOCBparser.c HTMLparser.c parser.c: fixed typos
Daniel
This commit is contained in:
Daniel Veillard
2001-10-02 09:22:47 +00:00
parent 16756b627b
commit f6ed8bc7b2
5 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,8 @@
Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
* win32/dsp/libxml2.def.src: Igor Zlatkovic patches
* DOCBparser.c HTMLparser.c parser.c: fixed typos
Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com> Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
* catalog.c: Justin Fletcher provided cleaup code in case * catalog.c: Justin Fletcher provided cleaup code in case

View File

@ -4809,7 +4809,7 @@ docbParseInternalSubset(xmlParserCtxtPtr ctxt) {
if (RAW != '>') { if (RAW != '>') {
ctxt->errNo = XML_ERR_DOCTYPE_NOT_FINISHED; ctxt->errNo = XML_ERR_DOCTYPE_NOT_FINISHED;
if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL)) if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
ctxt->sax->error(ctxt->userData, "DOCTYPE unproperly terminated\n"); ctxt->sax->error(ctxt->userData, "DOCTYPE improperly terminated\n");
ctxt->wellFormed = 0; ctxt->wellFormed = 0;
ctxt->disableSAX = 1; ctxt->disableSAX = 1;
} }

View File

@ -2669,7 +2669,7 @@ htmlParseDocTypeDecl(htmlParserCtxtPtr ctxt) {
*/ */
if (CUR != '>') { if (CUR != '>') {
if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL)) if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
ctxt->sax->error(ctxt->userData, "DOCTYPE unproperly terminated\n"); ctxt->sax->error(ctxt->userData, "DOCTYPE improperly terminated\n");
ctxt->wellFormed = 0; ctxt->wellFormed = 0;
/* We shouldn't try to resynchronize ... */ /* We shouldn't try to resynchronize ... */
} }

View File

@ -6036,7 +6036,7 @@ xmlParseDocTypeDecl(xmlParserCtxtPtr ctxt) {
if (RAW != '>') { if (RAW != '>') {
ctxt->errNo = XML_ERR_DOCTYPE_NOT_FINISHED; ctxt->errNo = XML_ERR_DOCTYPE_NOT_FINISHED;
if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL)) if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
ctxt->sax->error(ctxt->userData, "DOCTYPE unproperly terminated\n"); ctxt->sax->error(ctxt->userData, "DOCTYPE improperly terminated\n");
ctxt->wellFormed = 0; ctxt->wellFormed = 0;
ctxt->disableSAX = 1; ctxt->disableSAX = 1;
} }
@ -6101,7 +6101,7 @@ xmlParseInternalSubset(xmlParserCtxtPtr ctxt) {
if (RAW != '>') { if (RAW != '>') {
ctxt->errNo = XML_ERR_DOCTYPE_NOT_FINISHED; ctxt->errNo = XML_ERR_DOCTYPE_NOT_FINISHED;
if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL)) if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
ctxt->sax->error(ctxt->userData, "DOCTYPE unproperly terminated\n"); ctxt->sax->error(ctxt->userData, "DOCTYPE improperly terminated\n");
ctxt->wellFormed = 0; ctxt->wellFormed = 0;
ctxt->disableSAX = 1; ctxt->disableSAX = 1;
} }

View File

@ -604,6 +604,7 @@ EXPORTS
xmlSetProp xmlSetProp
xmlGetProp xmlGetProp
xmlHasProp xmlHasProp
xmlHasNsProp
xmlSetNsProp xmlSetNsProp
xmlGetNsProp xmlGetNsProp
xmlStringGetNodeList xmlStringGetNodeList
@ -910,6 +911,8 @@ EXPORTS
valuePush valuePush
xmlXPathNewString xmlXPathNewString
xmlXPathNewCString xmlXPathNewCString
xmlXPathWrapString
xmlXPathWrapCString
xmlXPathNewFloat xmlXPathNewFloat
xmlXPathNewBoolean xmlXPathNewBoolean
xmlXPathNewNodeSet xmlXPathNewNodeSet