次の基本的な xml ドキュメントがあるとします。
<result name="response" numFound="73" start="0">
<doc>
<str name="contentType">Content1</str>
<str name="content">Some content here</str>
</doc>
<doc>
<str name="contentType">Content2</str>
<str name="content">Some other content</str>
</doc>
</result>
コンテンツ タイプごとに異なるテンプレートを使用する予定です。テンプレート一致引数とは? contentType フィールドのみが特定の値である場合、ドキュメントの他の子と一致させる方法を理解できませんでした。