README: fix some typos - xmlparser - XML parser | |
git clone git://git.codemadness.org/xmlparser | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit acb34b902157df0f369133c982dee819a3b232a1 | |
parent 65afce3d7bd49760896232df25ad637494b9873b | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 21 Jun 2022 11:05:12 +0200 | |
README: fix some typos | |
synced from sfeed | |
Diffstat: | |
M README | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -25,7 +25,7 @@ Supports | |
- Tags in short-form (<img src="lolcat.jpg" title="Meow" />). | |
- Tag attributes. | |
-- Short attributes without an explicity set value (<input type="checkbox" chec… | |
+- Short attributes without an explicitly set value (<input type="checkbox" che… | |
- Comments | |
- CDATA sections. | |
- Helper function (xml_entitytostr) to convert XML 1.0 / HTML 2.0 named entiti… | |
@@ -52,7 +52,7 @@ Caveats | |
- The XML specification has no limits on tag and attribute names. For | |
simplicity/sanity sake this XML parser takes some liberties. Tag and | |
attribute names are truncated if they are excessively long. | |
-- Entity expansions are not parsed aswell as DOCTYPE, ATTLIST etc. | |
+- Entity expansions are not parsed as well as DOCTYPE, ATTLIST etc. | |
Files used |