M
mrandal101
Hello all,
I have a problem figuring out this problem with a webservice I am
developing. Instead of returning the nodes on separate lines:
<data>1</data>
<data2>2</data2>
<data3>3</data3>
I need to return nodes and values on one line.
<data>1</data><data2>2</data2><data3>3</data3>
I have parent/child classes with this structure and having a hard time with
a solution.
Thanks
I have a problem figuring out this problem with a webservice I am
developing. Instead of returning the nodes on separate lines:
<data>1</data>
<data2>2</data2>
<data3>3</data3>
I need to return nodes and values on one line.
<data>1</data><data2>2</data2><data3>3</data3>
I have parent/child classes with this structure and having a hard time with
a solution.
Thanks