Turn on XML_DTD manually.
git-svn-id: svn://10.0.0.236/trunk@38574 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -411,7 +411,7 @@ The new parser is completely independent and may safely be used in a separate th
|
||||
The handlers and userData are initialized from the parser argument.
|
||||
Returns 0 if out of memory. Otherwise returns a new XML_Parser object. */
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
#define XML_DTD
|
||||
#endif /* 0 */
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ extern "C" {
|
||||
for a name with a colon. */
|
||||
#define XML_TOK_PREFIXED_NAME 41
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
#define XML_DTD
|
||||
#endif /* 0 */
|
||||
|
||||
|
||||
@@ -411,7 +411,7 @@ The new parser is completely independent and may safely be used in a separate th
|
||||
The handlers and userData are initialized from the parser argument.
|
||||
Returns 0 if out of memory. Otherwise returns a new XML_Parser object. */
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
#define XML_DTD
|
||||
#endif /* 0 */
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ extern "C" {
|
||||
for a name with a colon. */
|
||||
#define XML_TOK_PREFIXED_NAME 41
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
#define XML_DTD
|
||||
#endif /* 0 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user