I doubt you can remove the comment brackets (<!-- -->ok Im reading it but I just dont get it
can someone show me a way to add an xpath mod that will change this line in items.xml
<!-- jar from cooking food <property name="Create_item" value="drinkJarEmpty"/> -->
to this
<property name="Create_item" value="drinkJarEmpty"/>
- - - Updated - - -
ya I know how to edit the xml directally but im trying to figure out who to do it with xpath

Use insertafter and target the previous line with the xpath.