Bugzilla – Bug 3771
serialization of QName list attributes doesn't set namespaces
Last modified: 2006-01-10 14:53:39
You need to log in before you can comment on or make changes to this bug.
When an attribute is a QName list and the namespaces of the values of the QNames are not defined before the element containing the list is serialized, the serializer crashes.
There were some other issues with the QName list attribute serialization that were triggered by a wssg test (QNames are in reversed order when serialized, no spaces between qnames, attempts to strlen(NULL) for qnames without a namespace). These are fixed in trunk.