www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Looking for a usable XML library for D

reply solidstate1991 <laszloszeremi outlook.com> writes:
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.
Jul 28 2022
parent Paul Backus <snarwin gmail.com> writes:
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
Jul 28 2022