diff options
author | Lars Thorsen <[email protected]> | 2011-12-13 13:36:25 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2011-12-13 13:36:25 +0100 |
commit | 97620b3aaeeb3a00444bb7770aa0d74afea5bb4e (patch) | |
tree | 3ddc6a2870ad766da8b838bb83b0e0a74052f2d5 /lib/xmerl/doc/src | |
parent | b92ea63417bc6933393a3c285faf393b3d287ac2 (diff) | |
download | otp-97620b3aaeeb3a00444bb7770aa0d74afea5bb4e.tar.gz otp-97620b3aaeeb3a00444bb7770aa0d74afea5bb4e.tar.bz2 otp-97620b3aaeeb3a00444bb7770aa0d74afea5bb4e.zip |
[xmerl] Fix bug in namespace handling for attributes
The uniqueness check of attributes failed when the namespace_conformant
flag was set to true.
Diffstat (limited to 'lib/xmerl/doc/src')
-rw-r--r-- | lib/xmerl/doc/src/notes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index 8fa352d951..8734bd8771 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -48,6 +48,13 @@ <p> Own Id: OTP-9753</p> </item> + <item> + <p> + Fix bug in namespace handling for attributes when the + <c>namespace_conformant</c> flag is set to true. </p> + <p> + Own Id: OTP-9821</p> + </item> </list> </section> |