1
Answer

write formatting XML in a TextBox

i have a xml file in an System.IO.Stream like this: <...><...>. how can i output this xml stream as formattet xml in a textbox like the follwing sample? <...> <....>..

Answers (1)