Hi there, i have got a stored procedure that returns XML by using

FOR XML EXPLICIT

Is it possible to execute the stored procedure and have the XML passed into an XMLDocument object.

Thanks

Rohan