diff options
author | Henrik Nord <[email protected]> | 2012-01-31 15:53:42 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2012-01-31 15:53:42 +0100 |
commit | 8390f3f6001f0af2dbd678b09ea883433348ab23 (patch) | |
tree | 9e6b93c56b548cbe14daf1606b39c5333954258b /lib | |
parent | 0c03cc0b8df68f1531947e0c117e9606ad3daf08 (diff) | |
parent | 19460296c42e5cacdf1e2a7f43bdb90efa9c3d59 (diff) | |
download | otp-8390f3f6001f0af2dbd678b09ea883433348ab23.tar.gz otp-8390f3f6001f0af2dbd678b09ea883433348ab23.tar.bz2 otp-8390f3f6001f0af2dbd678b09ea883433348ab23.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xmerl/doc/src/xmerl_ug.xmlsrc | 4 |
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> |