mirror of http://gerrit.asterisk.org/asterisk
The XML Manager Event Interface (amxml) now generates attribute names
that are compliant with the XML 1.1 specification. Previously, an
attribute name that started with a digit would be rendered as-is, even
though attribute names must not begin with a digit. We now prefix
attribute names that start with a digit with an underscore ('_') to
prevent XML validation failures.
This is not backwards compatible but my assumption is that compliant
XML parsers would already have been complaining about this.
ASTERISK-29886 #close
Change-Id: Icfaa56a131a082d803e9b7db5093806d455a0523
changes/75/17975/2
parent
4126d703bf
commit
134cbebc1f
@ -0,0 +1,8 @@
|
|||||||
|
Subject: AMI
|
||||||
|
|
||||||
|
The XML Manager Event Interface (amxml) now generates attribute names
|
||||||
|
that are compliant with the XML 1.1 specification. Previously, an
|
||||||
|
attribute name that started with a digit would be rendered as-is, even
|
||||||
|
though attribute names must not begin with a digit. We now prefix
|
||||||
|
attribute names that start with a digit with an underscore ('_') to
|
||||||
|
prevent XML validation failures.
|
||||||
Loading…
Reference in new issue