Skip to content

Releases: DCMTK/dcmtk

Latest (updated on 2024-05-29 08:05 UTC)

29 May 08:22
Compare
Choose a tag to compare
Use xmlReadFile() instead of xmlParseFile().

Replaced call of xmlParseFile() with xmlReadFile() when compiling with
newer versions of libxml2, because xmlParseFile() is deprecated according
to the API documentation. Also set read flag XML_PARSE_NONET to prevent
any network access.