<model>BMW, Merc, sakoda</model>
我需要检查BMw是否是模型。
It is throwing me an error. Could you please tell me how to do it.
答案 0 :(得分:0)
使用强>:
xs:boolean(doc("car.xml")/car/model[contains(.,'BMW')])
根据是否有元素,评估结果为true()
或false()
:
doc("car.xml")/car/model
包含字符串'BMW'