Details
Description
Elements with empty content were using the default values provided, or null if no default was set. This should instead use the empty string, otherwise there's no way to distinguish between an optional element that's not present and one that's empty. Corrected in current CVS code.