Create XML file from xml string

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
hi,
I have xml string which is return from the stored procedure. I need to add xml tag and create as xml file in folder. Which is the best way? The following is the xml string return from the stored procedure
<pre class="prettyprint <User>
<UserItem>
<ID>2</ID>
<Name>name1</Name>
</UserItem>
</User>
<Account>
<AccountItem>
<ID>6</ID>
<Name>sample1</Name>
</AccountItem>
</Account>[/code]
<br/>



View the full article
 
Back
Top