On Sun Jun 22 18:42:18 2025 +0000, Shaun Ren wrote:
See [text3](https://gitlab.winehq.org/wine/wine/-/blob/a274a75808d4a0195b7e4fb1fe7cf88f7...) and the expected [ulTextSrcOffset](https://gitlab.winehq.org/wine/wine/-/blob/a274a75808d4a0195b7e4fb1fe7cf88f7...) values. Basically we want to obtain the character positions of the XML contents within the original XML input. I don't think this information can be obtained from MSXML, and doesn't seem to be possible from xmllite either.
I see. Yes, it's an unusual requirement for the parser to provide that. And you can't really reconstruct it reliably from line position. How are you planning to get it from libxml2?