次のような Xpath に出会いました。
from xml.etree import ElementTree
with open('podcasts.opml', 'rt') as f:
tree = ElementTree.parse(f)
for node in tree.findall('.//outline'):
pass
//
という意味は知っていますが、前はany matches
どういう意味ですか? ということですか?しかし、コードの は何ですか? ルートパスですか?では、次のように書けるでしょうか?.
//
relative path
current path
///outline