filter XML data from a page to get specific data out



I have the following xml data that i want to filter and just get the string in between Name. I tried using xml.etree.ElementTree but no luck so far. Is there a good way to remove all this and just get the string output? ParentList Name xyz-abc-01 /Name Name xyz-abc-02 /Name ParentList


No comments:

Post a Comment