172
I Use This!
Very Low Activity

News

Analyzed about 18 hours ago. based on code collected 1 day ago.
Posted 14 days ago by Дилян Палаузов
cmake: use enumerations for possible values, so that cmake-gui offers a drop-down selection
Posted 2 months ago by David Stiff
does Xerces-c 3.2.5 build on visionOS? (it successful builds via CMake on Windows, Mac, iOS and Linux) On visionOS I am seeing: /Build/visionOS/visionos1.0-libc++-clang15.0/xerces-c/src/xercesc/util/Transcoders/MacOSUnicodeConverter/MacOSUnicodeConverter.hpp:99:12: error: unknown type name 'TextEncoding' Read more
Posted 3 months ago by Carlo Corradini
I would like to use CMake's FetchContent with Xerces. Unfortunately, since Xerces does not specify its include directories, this is not possible. The fix is really easy and short: Update src/CMakeLists.txt with the following code: target_include_directories(   xerces-c   PUBLIC $ Read more
Posted 3 months ago by Carlo Corradini
I would like to use CMake's FetchContent with Xerces. Unfortunately, since Xerces does not specify its include directories, this is not possible. The fix is really easy and short: Update src/CMakeLists.txt with the following code: Unable to find Read more
Posted 3 months ago by Carlo Corradini
I would like to use CMake's FetchContent with Xerces. Unfortunately, since Xerces does not specify its include directories, this is not possible. The fix is really easy and short: Update src/CMakeLists.txt with the following code: target_include_directories( Read more
Posted 4 months ago by Stefan Sattler
The code page for translation must be set to Unicode instead of EN-US like in rc block.
Posted 5 months ago by Scott Cantor
You seemed to be suggesting there's a second place it was already removing the same hash key, but I didn't spot it, so I thought maybe you might know where that was. I don't think that would be enough to get me confident enough to change it, but one Read more
Posted 5 months ago by Markus Friedrich
I also don't know this code and cannot provide a patch, sorry. I worked around this bug in my code by disabling namespace processing before calling normalizeDocument() doc->getDOMConfig()->setParameter(XMLUni::fgDOMNamespaces, false); and re-enable Read more
Posted 5 months ago by Scott Cantor
Missing AttributesImpl or AttributesListImpl or VecAttrListImpl copy constructor
Posted 5 months ago by Scott Cantor
DOMDocument::normalizeDocument() fails