Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems writing XML
Message
From
09/11/2004 07:54:00
Bill Benton
North Florida Software Services
Middleburg, Florida, United States
 
 
General information
Forum:
ASP.NET
Category:
XML
Miscellaneous
Thread ID:
00958201
Message ID:
00959497
Views:
12
That worked great.

Thanks, again!

I hate to be a pest, but, I have one last detail to work out.

I have several thousand XML files to prepare. The output looks great, but I am having difficulty saving the XML to a specific file. I would like to save each file to it's corresponding "application number.XML". This is probably quite simple to do, but I cannot seem to get the right combination to make it work in C# (or any other language for that matter).

I tend to feel quite dumb when it comes to XML!


TIA!






>Hi,
>
>For:
>
><salary type="annual">45000</salary>
>
>
>Use:
>
>w.WriteStartElement("salary")
>w.WriteAttributeString("type","annual")
>w.WriteString("4500")
>w.WriteEndElement()
>
>HTH,
>Viv
Bill Benton
Senior Systems Analyst
Nuvell Financial Services
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform