Turning the object into basic markdown….
$Obj = select-xml -xml $opml -xpath “//body” | select -ExpandProperty Node | select -ExpandProperty Outline | select text, xmlurl
Turning the object into basic markdown….
$Obj = select-xml -xml $opml -xpath “//body” | select -ExpandProperty Node | select -ExpandProperty Outline | select text, xmlurl