How would I do an if statement in xsl were I am testing for the value of
an element?  Example

 

<xsl:if test="deviation = 1">

.....

 

 

where my incoming xml looks like this:

 

de                      <deviation>0</deviation> 

  <                     <compleated-by>N/A</compleated-by> 

 

Thanks for the help

 

Tim Bachta

 

 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to