I have XML which had <foo baz=“”/> and after reading it into an XML object and writing it back I get <foo baz=“null”/>
I have not yet investigated at which point it becomes “null”. > On Nov 11, 2021, at 5:11 PM, Edward Stangler <[email protected]> wrote: > > > In what context? Like an example. > > > On 11/11/2021 3:40 AM, Harbs wrote: >> At some point (not sure when), it seems like when writing xml, empty string >> attributes became “null” instead of “”. >> >> Any ideas when/how that happened? > >
