From 9703e484f28ee7fe817a6a1aba73cff5c9f37cc4 Mon Sep 17 00:00:00 2001 From: walking dev <104449470+walkingdevel@users.noreply.github.com> Date: Wed, 7 Dec 2022 17:27:52 +0000 Subject: [PATCH] add: vxml (#160) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5aa7cce..7347f38 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ - [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation. - [strfmt](https://github.com/BenStigsen/strfmt) - Tiny and fast string formatting library ideal for templating. - [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V. +- [vxml](https://github.com/walkingdevel/vxml) - Pure V library for parsing XML to a DOM. - [text-processing](https://github.com/ArtemkaKun/text-processing) - V text processing library, that contains common tools to manipulate text data. ### User Interface toolkits