Retrieving the node names of all the xml elements with specific attribute name – Debian
I have an xml, let's call it example.xml that looks like this: <a> <b ref="lala">text of node b </b> <c ref="hihi">text of node c </c> <d somethingelse="foo">text of the node d </d> </a> I want to get the names of…