xsl-list
[Top] [All Lists]

RE: Parameter Manipulation

2005-04-27 06:25:04
You can test whether all operations are completed with

not(@* = '0')

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: jeb501(_at_)sanmargroup(_dot_)com 
[mailto:jeb501(_at_)sanmargroup(_dot_)com] 
Sent: 27 April 2005 13:09
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [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

--~------------------------------------------------------------------
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>
--~--





--~------------------------------------------------------------------
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>