Hi list, The question is on the subject. I'm working with xerces 2.8 in C++. Example :
<root> > <element> > <child1>text</child1> > <child2 attribute="value" /> > </element> > > <element> > <child1>text</child1> > <child2 attribute="value" /> > </element> > </root> > I wan't rename the tag named "element" to "elmt". How can I do this? Thank you in advance.