def rl(root): return read_pubdate(root, read_prefixes(root), read_refines(root)), read_timestamp(root, read_prefixes(root), read_refines(root))
def rl(root): p, r = read_prefixes(root), read_refines(root) return read_pubdate(root, p, r), read_timestamp(root, p, r)
def rl(root): return read_pubdate(root, read_prefixes(root), read_refines(root)), read_timestamp( root, read_prefixes(root), read_refines(root))