我的xml看起来像这样:
log_2(x)
我的目标是从xtmhtml:segment节点获得xtm:attribute-text节点,但是出于对上帝的爱,我不知道该怎么做。我已经尝试过这些组合:
fh = logging.FileHandler('example.log')
fh.setLevel(logging.DEBUG)
logger.addHandler(fh)
logging.info('Hello world')
但它不起作用。
请注意,我仅限于xPath 1.0。