TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
CI
NA
25
0
Multiple XML namespaces
Jul 16 2004 6:27 AM
Hi, As part of an application, I have to generate an XML file at the end. The namespace on the generated XML file should be like:
I have tried all kinds of things like: XmlTextWriter textWriter = new XmlTextWriter("C:\\myXmFile.xml", System.Text.Encoding.UTF8); and then textWriter.WriteStartElement("vl", "VNETList", "http://www.abc.com"); // This line writes only:
textWriter.WriteAttributeString("VNETList", "http://www.abc.com"); textWriter.WriteAttributeString("VNETList", "http://www.def.com"); textWriter.WriteAttributeString("vl", "http://www.def.com"); But how can I write exactly this:
Thanks.
Reply
Answers (
1
)
Get the window size af another application
Generic routines