Piras Sandro (KSDB 121) wrote:
Hi Alberto, the code is in a try block and I catch the exceptions. So far as I can see XMLChar1_0::isValidName() doesn't throw an exception and the crash happens there.
Perhaps you're passing in a null pointer, rather than an empty string?
When avoiding to call createElement() with name empty, would I have the empty-element tag like before (according to the code)?
An element with no children will be serialized as an empty tag. Dave
