diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-11-04 18:26:16 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-11-04 18:26:16 +0100 |
commit | 762eb0e249504f10342c429d6b17ccde0b515804 (patch) | |
tree | 40ece45e96feba6c797aa7951e7c476e7bb2fe17 | |
parent | 28b37c1c8c9d798edfa65163f9f8d5d6e5628d2f (diff) |
README.xml: remove mention of variable that is not used anymore
-rw-r--r-- | README.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ Supports - Helper function (xml_entitytostr) to convert XML 1.0 / HTML 2.0 named entities and numeric entities to UTF-8. - Reading XML from a fd, string buffer or implement a custom reader: - see: XMLParser.getnext and XMLParser.getnext_data. + see: XMLParser.getnext. Caveats |