mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Fix the elimination of control characters from node content
- Take care of XML special chars (<>& etc.) - Remove Encode, Decode modified: storage/connect/libdoc.cpp storage/connect/libdoc.h - Neither libmysql.lib nor mysqlclient.lib needed for MYSQL table type modified: storage/connect/CMakeLists.txt
This commit is contained in:
@@ -53,7 +53,7 @@ class LIBXMLDOC : public XMLDOCUMENT {
|
||||
virtual PFBLOCK LinkXblock(PGLOBAL g, MODE m, int rc, char *fn);
|
||||
|
||||
protected:
|
||||
bool CheckDocument(FILE *of, xmlNodePtr np);
|
||||
// bool CheckDocument(FILE *of, xmlNodePtr np);
|
||||
xmlNodeSetPtr GetNodeList(PGLOBAL g, xmlNodePtr np, char *xp);
|
||||
int Decode(xmlChar *cnt, char *buf, int n);
|
||||
xmlChar *Encode(PGLOBAL g, char *txt);
|
||||
|
Reference in New Issue
Block a user