Hi,
I am trying to create a root node for my document when using for XML AUTO. I cannot use the following:
This is because the DOMDocument will not read it from the stream and errors in visual basic. Can anyone shed some light on this?
Thanks,
James
James Culshaw
jculshaw@miniaturereview.co.uk
I am trying to create a root node for my document when using for XML AUTO. I cannot use the following:
Code:
SELECT '<Root>'
SELECT .....
SELECT '</Root>'
This is because the DOMDocument will not read it from the stream and errors in visual basic. Can anyone shed some light on this?
Thanks,
James
jculshaw@miniaturereview.co.uk