xsl-list
[Top] [All Lists]

Parameter Manipulation

2005-04-27 05:08:42
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>