Sharp-eyed viewers may notice that xmlurl and htmlurl are similar
select-xml -xml $opml -xpath “//body” | select -ExpandProperty Node | select -ExpandProperty Outline | select text, xmlurl, htmlurl | select text, @{E = {$.xmlurl -replace $.htmlurl,‘Potato’}; L=‘UrlPotato’}