Re: XML.conversion

2022-07-11 Thread Harbs
I already forgot the details, but I’m pretty sure that the tests I added covered this. > On Jul 11, 2022, at 9:05 AM, Greg Dove wrote: > > I finally got back to this over my weekend. There were additional cases > like var n:Number = Number(xmlListRefThatIsNull) and quite a few other > edge

Re: XML.conversion

2022-07-11 Thread Greg Dove
I finally got back to this over my weekend. There were additional cases like var n:Number = Number(xmlListRefThatIsNull) and quite a few other edge cases. There is an alternative to Language.string just for XMLList which is used if the value could be valid null, and if a null check is assumed to