aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl
diff options
context:
space:
mode:
authorRicardo Catalinas JimĂ©nez <[email protected]>2012-01-12 13:20:05 +0100
committerHenrik Nord <[email protected]>2012-01-13 12:10:29 +0100
commit7f389de395f0636ce29a55fbbace4866aae9949f (patch)
tree6bf0b6faa7f7ef372f946f5b1f80073396c4275a /lib/xmerl
parentd8ca0eb6de482a9a4bb5d67bc33232352c3ec83e (diff)
downloadotp-7f389de395f0636ce29a55fbbace4866aae9949f.tar.gz
otp-7f389de395f0636ce29a55fbbace4866aae9949f.tar.bz2
otp-7f389de395f0636ce29a55fbbace4866aae9949f.zip
Add missing spaces in xmerl doc
Diffstat (limited to 'lib/xmerl')
-rw-r--r--lib/xmerl/doc/src/xmerl_ug.xmlsrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xmerl/doc/src/xmerl_ug.xmlsrc b/lib/xmerl/doc/src/xmerl_ug.xmlsrc
index 6ee6707e53..9ef8fbb0b9 100644
--- a/lib/xmerl/doc/src/xmerl_ug.xmlsrc
+++ b/lib/xmerl/doc/src/xmerl_ug.xmlsrc
@@ -36,9 +36,9 @@
<title>Features</title>
<p>The <em>xmerl</em> XML parser is able to parse XML documents
according to the XML 1.0 standard. As default it performs
- well-formed parsing,(syntax checks and checks of well-formed
+ well-formed parsing, (syntax checks and checks of well-formed
constraints). Optionally one can also use xmerl as a validating
- parser,(validate according to referenced DTD and validating
+ parser, (validate according to referenced DTD and validating
constraints). By means of for example the xmerl_xs module it is
possible to transform the parsed result to other formats,
e.g. text, HTML, XML etc.</p>