doc: XML_PARSE_NO_XXE is available since 2.13.0

This commit is contained in:
Nick Wellnhofer 2024-08-28 22:09:30 +02:00
parent 8ad618d2d6
commit 6d365ca02c

View File

@ -13624,6 +13624,8 @@ xmlCtxtSetOptionsInternal(xmlParserCtxtPtr ctxt, int options, int keepMask)
*
* Disables loading of external DTDs or entities.
*
* Available since 2.13.0.
*
* XML_PARSE_NOERROR
*
* Disable error and warning reports to the error handlers.