Tagged Questions
0
votes
2answers
86 views
Inserting Variable into Inline XML in VS2008
so i have some inline XML
Dim x As XElement = _
<parent>
<child></child>
</parent>
what I want to do is get some variables that have been ...