diff --git a/expat/doc/reference.html b/expat/doc/reference.html index f497438a..18b3370d 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -116,6 +116,7 @@ Clark Cooper to retain copyright and to distribute it with expat.
+const char ** +XML_GetFeatureList(); ++
Returns a list of "feature" identifiers that provide details on how +Expat was configured at compile time. Most applications should not +need to worry about this, but this information is otherwise not +available from Expat. This function allows code that does need to +check these features to do so at runtime.
+ +The return value is an array of strings, terminated by NULL,
+identifying the feature-test macros Expat was compiled with. Common
+features which may be found in this list include
+"XML_DTD"
and "XML_UNICODE"
.
+