<result>
<binding name="PropertyURI">
<uri>http://dbpedia.org/ontology/motto</uri>
</binding>
<binding name="Property">
<literal xml:lang="en">motto</literal>
</binding>
<binding name="ValueURI">
<uri>http://dbpedia.org/ontology/motto</uri>
</binding>
<binding name="Value">
<literal>Ittehad, Tanzim, Yaqeen-e-Muhkam(Urdu)</literal>
</binding>
</result>
私はそれを次のように変換したい
<a href=PropertyURI>Property</a>
<a href=ValueURI>Value</a>
問題は、バインド タグの数が異なる可能性があることです。場合によっては、URI のみまたは値のみを持つことがあります。
@name=PropertyURI とのバインディングが利用可能かどうかを XSLT で知るにはどうすればよいですか?
はいの場合、次のバインディング @name 属性の名前は何ですか?