Skip to main content
  • 10000+ Posts
  • 53,363 Replies
10000+ Posts
Deleting elements in xml file

Hi,sorry for this, I have a strong feeling this is for the beginners level but I can't figure it out after 2 hours of trying so maybe someone can show me the right way (I'm also a FME beginner who did only a few workbenches till now).I need to update an xml file in a way to delete elements based on some condition. For example in this xml file:<?xml version="1.0" encoding="UTF-8"?><bookstore>   <book category="cooking">           <title lang="en">Everyday Italian</title>           <author>Giada De Laurentiis</author>           <year>2005</year>           <price>30.00</price>   </book>   <book category="children">           <title lang="en">Harry Potter</title>           <author>J K. Rowling</author>           <year>2005</year>           <price>29.99</price&

Badge Winners

Show all badges

Community Stats

32,406
Posts
123,166
Replies
40,514
Members