>> It seems that I cannot do this - e.g. selecting
>> "/session/header[isModified='false']" yields no result on the below
>> document because it seems that "isModified=" will always 
>> compare against
>> the entire isMOdified document whose value in this case is:
>> 
>> <isModified xmlns:src="http://xml.apache.org/xindice/Query";
>> src:col="/db/catie_3
>> 3eecca6-6921-44d2-a191-861a77bc5d82/session_xml"
>> src:key="841c44e9-54b9-4204-b0d
>> 2-f7bf0ed81426">false</isModified>
>> 

It may just be too early in the morning, but shouldn't that be:

/session/header/isModified[text() = 'false']

or

/session/header/isModified = 'false'

NOT

/session/header[isModified='false']

--
Mike

Reply via email to