I developed a code which find and replaces a specific string in all xmls under all subdirectories. But i dont want all occurances to be replaced. In entire xml, code should find the tag xyz and replace xyz within this tag with abc. Other "xyz" in the xml should remain as it is. Can you please help me with this.
Thanks...
