B
Brett Romero
What is the best way to construct this type of XML
<ROOT><Person PersonId=\"1000\" /><Person PersonId=\"1001\" /><Person
PersonId=\"1002\" /></ROOT>
when I'm getting back only the three numerical values? The is occuring
in a loop and I'm getting a variable such as PersonID, which holds the
values. The XML needs to be a string but I'd like to see what a more
complex type would look like (XMLdoc type?).
Thanks,
Brett
<ROOT><Person PersonId=\"1000\" /><Person PersonId=\"1001\" /><Person
PersonId=\"1002\" /></ROOT>
when I'm getting back only the three numerical values? The is occuring
in a loop and I'm getting a variable such as PersonID, which holds the
values. The XML needs to be a string but I'd like to see what a more
complex type would look like (XMLdoc type?).
Thanks,
Brett