XMLサンプル
<?xml version="1.0" encoding="UTF-8"?>
<library>
<book id="b1">
<title>吾輩は猫である</title>
<author>夏目漱石</author>
<published>1905</published>
<genre>小説</genre>
</book>
<book id="b2">
<title>走れメロス</title>
<author>太宰治</author>
<published>1940</published>
<genre>小説</genre>
</book>
<book id="b3">
<title>情報科学入門</title>
<author>田中 一郎</author>
<published>2020</published>
<genre>学術書</genre>
</book>
</library>
①〇〇という文字列を内部テキストに含む特定のタグを全て抽出する(特定のタグを仮に<c>とする)
//c[contains(.,'〇〇')]