diff options
author | Fredrik Gustafsson <[email protected]> | 2013-08-07 09:36:58 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-08-07 09:36:58 +0200 |
commit | 7674cd33ae4b4f6d97db2f80972a63fd712d5ca0 (patch) | |
tree | af4871a7516251e3481fa62ffffe58378e4f5ded /lib/xmerl/doc | |
parent | bba7712d2b507163bbde9a8c9c5858bb3ede9857 (diff) | |
parent | 8237ef3cb7e4845bfa266cea96f318fa3d68f682 (diff) | |
download | otp-7674cd33ae4b4f6d97db2f80972a63fd712d5ca0.tar.gz otp-7674cd33ae4b4f6d97db2f80972a63fd712d5ca0.tar.bz2 otp-7674cd33ae4b4f6d97db2f80972a63fd712d5ca0.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/xmerl/doc')
-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 92d843bc72..aa60c65417 100644 --- a/lib/xmerl/doc/src/xmerl_ug.xmlsrc +++ b/lib/xmerl/doc/src/xmerl_ug.xmlsrc @@ -409,9 +409,9 @@ Data = specification but the basic functionality. For all details see the <seealso marker="xmerl_xs">reference manual</seealso></p> <p>First, some words about the xmerl_xs functionality:</p> - <p>You need to wright template functions to be able to control + <p>You need to write template functions to be able to control what kind of output you want. Thus if you want to encapsulate a - <c>bike</c> element in <p> tags you simply wright a + <c>bike</c> element in <p> tags you simply write a function:</p> <pre> template(E = #xmlElement{name='bike'}) -> |