算一個特定節點的一些值我使用模板作爲如何使用模板和變量名XSL
<xsl:template name="myTemplate">
,我需要算級別的節點,其值爲「ON」的數量和「OFF」。
,我希望能有最後的報告:
this file contains three "ON" values and two "OFF" values.
看看我的xml文件的一部分。
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml:stylesheet type='text/xsl' href='view.xsl'?>
<DOC>
<show>VIEW<show/>
<Entry>
<light>ae</light>
<level>ON</level>
</Entry>
<Entry>
<light>by</light>
<level>OFF</level>
</Entry>
<Entry>
<light>ac</light>
<level>OFF</level>
</Entry>
<Entry>
<light>pc</light>
<level>ON</level>
</Entry>
<Entry>
<light>tc</light>
<level>ON</level>
</Entry>
感謝您的幫助
冷靜,這是偉大的!非常感謝你 – new 2013-05-09 19:04:04