Subject:How to remove nodes from xml based on the value of a tag Author:raveendran kumaravelu Date:19 Jul 2012 09:40 AM
Hi,
Using xml and xsl, I would like to parse input xml for a particular node and tag. If the tag value starts with “z” then I would like to delete that node itself. (or create new file without this node)
Have attached a sample xml file for reference. From this I would expect the last node should be removed.
if ListOfFields/Field/ListOfFieldTranslations/FieldTranslation/DisplayName starts with z then this delete node