1
算特定節點,我有以下XML如何使用XSLT
<color>
<title>white</title>
</color>
<color>
<title>black</title>
</color>
<color>
<title>white</title>
</color>
<color>
<title>black</title>
</color>
<color>
<title>white</title>
</color>
我需要得到color
的count
節點,其中title
等於「white
」使用xslt
即得到結果:
謝謝