[Example] Add XML support for textlint.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a proof-of-concept example that adds XML support to textlint, a text linting tool. It demonstrates how to parse XML content into textlint's TxtNode format by mapping XML elements like `<note>` and `<body>` to corresponding textlint node types such as Paragraph and Str. This project is intended for developers interested in extending textlint's capabilities to handle XML-based content.