Using xsi:nil in XML
- by Matt
I am generating an XML file from a VB.NET app. The document was generating fine before I tried to add nillable elements. I am now testing putting in just one nil element as:
<blah xsi:nil="true"></blah>
Once this element is in place and I try to view the XML file in IE it is unable to display. I am receiving:
> The XML page…