xml

S

sajiv nair

is it possible to create xml tag name at runtime i.e while running the
program it should take the parameter which the user enters and make that
as the tag name in the xml file generated.
 
J

Jon Skeet [C# MVP]

sajiv nair said:
is it possible to create xml tag name at runtime i.e while running the
program it should take the parameter which the user enters and make that
as the tag name in the xml file generated.

For what file generated? It's perfectly possible for XML files to be
entirely runtime generated, with nothing hard-coded at all - but
without some more information about what you're doing, it's hard to
know how to help you.
 
S

sajiv nair

What i am trying to do is i am able to create a xml file at runtime from
my vc++ application, but what i wanna know is that is it possible to
create a xml tag name at runtime i.e when the user enters a value for a
field then that value should be made as the tag name at runtime.
 
J

Jon Skeet [C# MVP]

sajiv nair said:
What i am trying to do is i am able to create a xml file at runtime from
my vc++ application, but what i wanna know is that is it possible to
create a xml tag name at runtime i.e when the user enters a value for a
field then that value should be made as the tag name at runtime.

The tag name for what though, exactly? What are you using to create the
XML file? What difficulty are you having?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top