July 28, 2022

What I need is an StAX parser, which would be the best choice for my usecase (text markup), unless I do some quite serious workaround.

July 28, 2022

On Thursday, 28 July 2022 at 21:07:57 UTC, solidstate1991 wrote:

>

What I need is an StAX parser, which would be the best choice for my usecase (text markup), unless I do some quite serious workaround.

Sounds like dxml is exactly what you're looking for. The README describes it as "a range-based StAX parser".