Link to home
Start Free TrialLog in
Avatar of PeterBaileyUk
PeterBaileyUk

asked on

write xml in vb.net

Is there a way to make the records in xml all in one line like I can do with sql server query output

 
Dim xmlData As String = sSet.GetXml()
sSet.WriteXml(StrPath)

Open in new window

AbiComparitorOutput
ASKER CERTIFIED SOLUTION
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PeterBaileyUk
PeterBaileyUk

ASKER

thank you