From 9e0e2e6e0c66c9253caca7248c69324a7cdf9383 Mon Sep 17 00:00:00 2001 From: Karl Waclawek Date: Fri, 7 Apr 2006 20:28:19 +0000 Subject: [PATCH] Added XML_FEATURE_NS and XML_FEATURE_LARGE_SIZE values, as they had not been documented yet. --- expat/doc/reference.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/expat/doc/reference.html b/expat/doc/reference.html index e812c7df..68bf3729 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -384,7 +384,7 @@ needs to link against the Expat library. On Unix systems, this would usually be done with the -lexpat argument. Otherwise, you'll need to tell the compiler where to look for the Expat header and the linker where to find the Expat library. You may also need to -take steps to tell the operating system where to find this libary at +take steps to tell the operating system where to find this library at run time.

On a Unix-based system, here's what a Makefile might look like when @@ -2219,7 +2219,9 @@ enum XML_FeatureEnum { XML_FEATURE_CONTEXT_BYTES, XML_FEATURE_MIN_SIZE, XML_FEATURE_SIZEOF_XML_CHAR, - XML_FEATURE_SIZEOF_XML_LCHAR + XML_FEATURE_SIZEOF_XML_LCHAR, + XML_FEATURE_NS, + XML_FEATURE_LARGE_SIZE }; typedef struct {