I want to parse some XML in a C and C++ app. This app is deployed to Windows and Linux. What is an XML library that is likely to be installed on many Linux distributions and is readily available on Windows?
From my samples of Linux distros, libxml2 seems to be fairly common, but is there a more common xml library?