Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems writing XML
Message
From
06/11/2004 03:46:12
 
 
To
05/11/2004 07:30:11
Bill Benton
North Florida Software Services
Middleburg, Florida, United States
General information
Forum:
ASP.NET
Category:
XML
Miscellaneous
Thread ID:
00958201
Message ID:
00958797
Views:
14
Hi,

For:
<salary type="annual">45000</salary> 
Use:
w.WriteStartElement("salary")
w.WriteAttributeString("type","annual")
w.WriteString("4500")
w.WriteEndElement()
HTH,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform