Re: DOCBOOK-APPS: 1.57.0 - Numbereditem starts at 2?

From
Dave Pawson <>
Date
2002-11-23T05:32:02+00:00
ID
Thread
Re: DOCBOOK-APPS: 1.57.0 - Numbereditem starts at 2?
At 04:34 23/11/2002, Bob Stayton wrote:

>Michael Kay's XSLT Reference has a table of what != means
>for different operands.  For a nodeset (the attribute node)
>and a string, he says:
>
>"True if the node-set contains a node whose string-value
>is not equal to the string operand".


The preferred way of saying that is

not (@X ='string') 

for some reason Bob. 
I can't recall why, believe its connected with the false case,
which != screws under some circumstances.

HTH DaveP