Xerces-C++ is a XML parser, for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.
Run the following Vcpkg command to install the port.
vcpkg install xerces-c
The package xerces-c is compatible with built-in CMake targets:
find_package(XercesC REQUIRED) target_link_libraries(main PRIVATE XercesC::XercesC)
ICU support
Network support
XMLCh type uses wchar_t
v3.2.5#0
Jan 8, 2024
!uwp
apache/xerces-c130
github.com/apache/xerces-c
18b028fe78
Apache-2.0
Manifest