BACKGROUND :
I have xmldocument which has been returned from Land Registry Business Gateway Web Services.
I can successfully access all the returned fields via the Added Service Reference.
QUESTION:
Can I access the XMLDocument directly and if so how?
REASON:
I want to transform it using some XSL, (I know how to do this).
I have searched high and low for this answer but cannot find it anywhere.
Ideally I would like to also write it to a file before transforming it.
I know I could just output the fields in the correct xml format, but I do not think this is necessary as it must already be stored in the returned object in XML format somewhere.
I am sure there is probably a really basic answer to this, help!