aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-28 01:09:38 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-28 01:09:38 +0200
commit67f5526455ecd1f02c0adf797decd954f07387bf (patch)
treeca42ed463f9d3adbb04ce973d7da8a7afdc5dff0
parent60bde2dc9bb3a6e0276d624fe3490b891c3a7fc9 (diff)
Update readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b615a50..b9315ce 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
A small html parser written in C. The parser fixes broken html (missing end tags). The parser doesn't perform any dynamic allocations (heap) and neither copies any text, and only outputs the parsing result to a callback function rather than a dom tree.
+
+This html parser can also be used to parse xml files with namespaces, such as rss feeds.
# TODO
Unescape html sequences in text and attribute values