ikorin24 / U8XmlParser

Extremely fast UTF-8 xml parser library
MIT License
95 stars 13 forks source link

Position for each element #18

Closed SebastianStehle closed 2 years ago

SebastianStehle commented 2 years ago

Would be great to have an (optional) position (line-number + column) for each element.

ikorin24 commented 2 years ago

I would like to consider execution speed and memory usage and add implementation if possible.

Thank you.

SebastianStehle commented 2 years ago

Absolutely. Everything has costs, but if the costs are acceptable it could help to improve error messages for developers and users.