XML : How to check if XML parent tag is empty using ant script while concatenating XML files?

I am trying to concatenate three XML files using Ant Script. How To check if any XML file has empty parent tag. If so then my final build should not contain that particular XML file.

No comments:

Post a Comment