473,412 Members | 2,293 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Create XML elements Programatically

Hi,

I want to Create the follwing XML Programatically. How can i do
this?

<Properties>
<ID>1234</ID>
<Name>Vinoth</Name>
</Properites>
Thanks,
Vinoth

Nov 17 '05 #1
5 1167
It is just a string. What actually do you want?

Nov 17 '05 #2
Its not a string. I want to create the above structure Programatically
using XmlDocument and XmlNode and XmlElement. How can i do this?

Thanks,
Vinoth

Nov 17 '05 #3
So all you want is something like this:
XmlDocument doc = new XmlDocument();
doc.LoadXml(thatString);

If what you want is different, pls describe.

Nov 17 '05 #4
Truong Hong Thi wrote:
So all you want is something like this:
XmlDocument doc = new XmlDocument();
doc.LoadXml(thatString);

If what you want is different, pls describe.


I believe he wants to CREATE new XML, not load existing XML.

Something like this is probably what the original poster was looking for:
http://www.perfectxml.com/articles/xml/csharp.asp

Hope that helps.

--
jeremiah();
Nov 17 '05 #5
search: XmlTextWriter

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"jeremiah johnson" <na*******@gmail.com> wrote in message
news:eW**************@TK2MSFTNGP10.phx.gbl...
Truong Hong Thi wrote:
So all you want is something like this:
XmlDocument doc = new XmlDocument();
doc.LoadXml(thatString);

If what you want is different, pls describe.


I believe he wants to CREATE new XML, not load existing XML.

Something like this is probably what the original poster was looking for:
http://www.perfectxml.com/articles/xml/csharp.asp

Hope that helps.

--
jeremiah();

Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: pintihar | last post by:
Hi, As a follow on from an earlier post I have another question about xslt. Is it possible to create the stylsheet programatically? Is this sensible? In the first phase I needed to map element...
0
by: spamfurnace | last post by:
Hi there on this rainy old day, I have some users logging into an asp.net website. The server the site sits on allows users to webmail through a common service/component called Horde. In order...
1
by: vijay | last post by:
HI ALL, How to create excel chart programatically using C#.net 2005. I have created an excel file by using Gembox.Spreadsheet component.Now i want to add excel Chart to this...
7
by: The Mad Ape | last post by:
Hi I have code to programatically create a label. It works but when I try to call a sub to create a tooltip it does not work. I do not get an error so have no idea what it wrong. Please review...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.