Agni 370 Practically a Master Poster Featured Poster

Hi, i'm a c++ programmer and for the first time i had to do some xml parsing in my code. i have been able to do that succesfully using the xercis library, fetching the value of each tag from an input XML file, however my concern is that what if tomorrow the client decides to add a new tag to the i/p XML or change it in any sort of way? does that mean that i will have to revisit the code and add a condition for the new tags? cant i read the i/p xml tags dynamically and fetch the value so that no matter what the xml is i dont have to change the code?

thanks in advance
chandra

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.