Looking for a usable XML library for D

Paul Backus snarwin at gmail.com
Thu Jul 28 23:18:55 UTC 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`][1] is exactly what you're looking for. The 
README describes it as "a range-based StAX parser".

[1]: https://code.dlang.org/packages/dxml


More information about the Digitalmars-d mailing list