I am trying to populate a treeview to have folders created and assigned servers in each folder (multiple servers). I have the below code and i cannot get the servers to be separated on each line it will look like "Server1 Server2", etc. How can I code the XML file to separate the server names on separate lines like childs?
Code:
<?xml version="1.0"?>
<Connections>
<Houston>
Server1
Server2
</Houston>
<SanRamon>
Server1
Server2
</SanRamon>
</Connections>