xsl-list
[Top] [All Lists]

ancestor

2004-10-18 08:48:17
Hi,

I'm trying to get all inlineequation elements that are not in the table
element. The following is not working. I don't know why. I always get all
the inlineequation elements.

select="//inlineequation[not (ancestor::* = 'table')]"

I know this can be very expensive even if it works. What cab be a better way
to do it?

Thanks.

Peiyun Jiang


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