Home | History | Annotate | Download | only in libxml2

Lines Matching refs:pedantic

8128     if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "xml:lang"))) {
8800 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "lang"))) {
9035 if ((ctxt->pedantic) && (uri->scheme == NULL)) {
14506 ctxt->pedantic = 1;
14510 ctxt->pedantic = 0;