I'm working on a huge xml file and don't want to use XML software because my xml file exported from PubMed website has incorrect structure that changes from time to time so I'd like to remove some nodes of xml in notepad++ or ultraedit with regex. how to remove for example this whole line?
<ArticleId IdType="pii">S1806-83242018000100950</ArticleId>
If you want to remove all lines with ArticleId without matter about by their content or attributes, you can simply search for this: