On Sat Jun 21 17:25:03 2025 +0000, Hans Leidekker wrote:
What's the reason for using libxml2 instead of a Windows API?
There isn't a way in MSXML to determine the source offset of a chunk of text (the `ulTextSrcOffset` field in `SPVTEXTFRAG`), which might be be used by some TTS engines. Also, I found that using libxml2 directly results in more concise code, compared to using ISAXXMLReader.