On Sat Jun 21 17:25:58 2025 +0000, Shaun Ren wrote:
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.
I don't think should be using libxml2 directly here. I'm not sure if we should use msxml either. Do you have an example of input data that needs to be parsed?