EDN Admin
Well-known member
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
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