A: 

Hi,

There are no way to remove this field from the output, or at least none that I've found. The MSDN documentation says that even if you set the IncludeMandatoryColumns to false, it will returns some mandatory fields.

I think your best option here is to fill a bug report to Microsoft, saying that invalid characters are put inside the ows_MetaInfo field.

Another thing you can try, but I don't know if it will resolve the problem it setting the Properties attribute of the ViewFields element to TRUE.

<ViewFields Properties="TRUE">your fieldrefs</ViewFields>
OmaR
Nope, I tried the "View Fields" Options but no use
novice
Sorry. I'm just wondering at which point is your error thrown? Do you retrieve the XmlNode from the GetListItems or not?
OmaR
no error is thrown.I just want to skip this column
novice
you told us that your program threw an exception because of invalid XML chars ?! You can't skip this column
OmaR