XPath获取元素某个属性的值

XPath query:  clients/attribute::total

XPath获取最后一个元素某个属性的值

XPath query:   /clients/client[last()]/attribute::order

05-03 22:59