Author: scantor Date: Sun Nov 26 19:37:56 2017 New Revision: 1816391 URL: http://svn.apache.org/viewvc?rev=1816391&view=rev Log: XERCESC-2124 - Typo in XMLUni::fgDOMDisallowDoctype XMLCh array
Modified: xerces/c/trunk/src/xercesc/util/XMLUni.cpp Modified: xerces/c/trunk/src/xercesc/util/XMLUni.cpp URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/XMLUni.cpp?rev=1816391&r1=1816390&r2=1816391&view=diff ============================================================================== --- xerces/c/trunk/src/xercesc/util/XMLUni.cpp (original) +++ xerces/c/trunk/src/xercesc/util/XMLUni.cpp Sun Nov 26 19:37:56 2017 @@ -1466,7 +1466,7 @@ const XMLCh XMLUni::fgDOMDisallowDoctype { chLatin_d, chLatin_i, chLatin_s, chLatin_a, chLatin_l, chLatin_l, chLatin_o , chLatin_w, chDash, chLatin_d, chLatin_o, chLatin_c, chLatin_t, chLatin_y - , chLatin_e, chNull + , chLatin_p, chLatin_e, chNull }; const XMLCh XMLUni::fgDOMElementContentWhitespace[] = --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@xerces.apache.org For additional commands, e-mail: commits-h...@xerces.apache.org