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 式を作成するにはどうすればよいですか?
You can use :
//xmlelement[not(node())]
or
//xmlelement[not(text())]