I constructed an XmlDocument and now I want to convert it to an array. How can this be done?
Thanks,
|
I constructed an XmlDocument and now I want to convert it to an array. How can this be done? Thanks, |
|||
|
|
|
Try the following:
If you want to preserve the text encoding of the document, then change the |
|||||||
|
|
Write it to a
For more control over the formatting, you can create an |
|||||
|
|
Steve Guidi: Thanks! Your code was right on the money! Here's how I solved my special characters issue:
|
||||
|
|