From 987ba809b8add6260181a8c036ec3c017948ff56 Mon Sep 17 00:00:00 2001
From: Xin LI
If you're using the GNU compiler under cygwin, follow the Unix directions in the next section. Otherwise if you have Microsoft's -Developer Studio installed, then from Windows Explorer double-click on -"expat.vcxproj" in the lib directory and build and install in the usual -manner.
+Developer Studio installed, +you can use CMake to generate a.sln
file, e.g.
+
+cmake -G"Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=RelWithDebInfo .
+
, and build Expat using msbuild /m expat.sln
after.
Alternatively, you may download the Win32 binary package that contains the "expat.h" include file and a pre-built DLL.
@@ -2152,7 +2154,7 @@ function behavior. In order to have an effect this must be called before parsing has started. Returns 1 if successful, 0 when called afterXML_Parse
or XML_ParseBuffer
.
Note:This call is optional, as the parser will auto-generate -a new random salt value if no value has been set at the start of parsing. +a new random salt value if no value has been set at the start of parsing.
Note:One should not call XML_SetHashSalt
with a
hash salt value of 0, as this value is used as sentinel value to indicate
that XML_SetHashSalt
has not been called. Consequently
--
cgit v1.2.3