From 987ba809b8add6260181a8c036ec3c017948ff56 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sun, 24 Nov 2019 23:46:29 +0000 Subject: Vendor import of expat 2.2.9 --- doc/reference.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/reference.html') diff --git a/doc/reference.html b/doc/reference.html index efc19f485f1e..23e9a979707b 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -276,9 +276,11 @@ directions or Unix directions below.

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 after XML_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