[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] Parameter Manipulation
Hi All,
I am having an xml file, from that I want to capture whether all
operations/activited are
completeted or not using xsl.
could anybody help me to solve this.
here the operation completion is indicated by op1,op2,op3 with value "1"
and if it is "0" , the activity is not completed.
and some nodes have one or two operations only.
<op op1="1" op2="1" op3="1"></op>
<op op1="1"></op>
<op op1="1" op2="0"></op>
<op op1="1" op2="1" op3="0"></op>
<op op2="0"></op>
Regards
Eugene
|