xml

  • Thread starter Thread starter sajiv nair
  • Start date Start date
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.
 
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.
 
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.
 
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?
 
Back
Top