Commit be579a266e29f2f70db6957cd834ba88ad74b054

Nick Wellnhofer 2025-01-15T12:52:53

reader: Fix return value of xmlTextReaderReadString again Make sure to return NULL for node types except elements or text to match the old behavior. Note that CDATA sections are still treated like text nodes and will have their content returned. Fixes #838.