XML Output

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am loading XML into my app using the .LoadXML method. If we get an error
in this app: I am trying to send the contents of the entire XML document in
an email. However: when I go xDoc.ToString() (xDoc is the variable name for
my xmlDocument), I get the name of the type instead of the XML contents.
What would I have to do to get the contents of the xmlDocument inside this
email? I was assuming I could do it with one line of code, but could be
wrong in this.

Thanks
Andy
 
Back
Top