|
-
Nov 4th, 2012, 07:03 PM
#1
Thread Starter
Hyperactive Member
XmlTextWriter
Hi,
in the text file i get < names > how to get <names>
Dim xmlDoc As XmlDocument = New XmlDocument
xmlDoc.LoadXml(ds.GetXml)
Dim Output As New XmlTextWriter(fileLoc, System.Text.Encoding.Default)
<?xml version="1.0" standalone="yes"?>
<NewDataSet>
<xml>
<XML_F52E2B61-18A1-11d1-B105-00805F49916B>< names >< name="Sam"/>
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|