Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
名前空間とプレフィックスを考慮せずにXPathを使用してXMLを選択する方法
試した
/*:OrderPerson/OrderUser/
しかし、エラーを返します
org.jdom.JDOMException: Invalid XPath expression: .... Unexpected ':'
この表現を試すことができます
/*[local-name()='OrderPerson']/OrderUser/
xpathクエリに有効な構文がありません/OrderPerson/ OrderUser/*を試してください