<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>
我想去改造它像如何編寫XSLT以在下列HTML中轉換以下XML?
<a href=PropertyURI>Property</a>
<a href=ValueURI>Value</a>
問題是結合標籤的這個數字可以不同。有時我們可能只有URI或ony值。
如何在XSLT中知道如果與@ name = PropertyURI綁定可用?
如果是,那麼下一個綁定@name屬性的名稱是什麼?
@stakx謝謝。我現在看起來更好。 – 2010-04-02 09:36:20