Is it possible to execute Stored Procedures from vb .net and return xml?

I cannot modifiy the sp's to add the "FOR XML..." statement. (not my call)

I tried serializing the dataset but would not work because some of the content in the database contains formatting (x/html) and it is automatically escaped.

Any ideas?