I have an xml document object that I need to convert into a string.
Is there as simple way to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s some quick code I pulled out of a library I had nearby. Might wanna dress it up, but it works:
edit: as commentor noticed earlier, i had a syntax error. had to pull out some sensitive lines so I wouldn’t get canned and put them back in the wrong order. thanks! 😉