diff options
author | Lars G Thorsen <[email protected]> | 2010-06-07 13:10:42 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-07 15:38:46 +0200 |
commit | 1fcf22da626d75ae03ee2c382e92ead75a4eb8b5 (patch) | |
tree | 8c8a45e0d5b5a179573fa7f1c82b791e5ca598e0 /lib/xmerl/doc/src | |
parent | e61ffa5c8a3aa840d2169d4ea0daa99b2644173f (diff) | |
download | otp-1fcf22da626d75ae03ee2c382e92ead75a4eb8b5.tar.gz otp-1fcf22da626d75ae03ee2c382e92ead75a4eb8b5.tar.bz2 otp-1fcf22da626d75ae03ee2c382e92ead75a4eb8b5.zip |
An empty element declared as simpleContent was not properly validated.
Diffstat (limited to 'lib/xmerl/doc/src')
-rw-r--r-- | lib/xmerl/doc/src/notes.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index 207f6fdf16..d5c8b11cfc 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -50,6 +50,18 @@ Own Id: OTP-8537 </p> </item> + <item> + <p> + An empty element declared as a simpleContent was not properly validated. + </p> + <p> + Own Id: OTP-8599 + </p> + </item> + </list> + </section> + + </list> </section> |