xsl-list
[Top] [All Lists]

Re: ancestor

2004-10-18 09:27:19
  Try this:

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

  The single quotation marks ('') make the XSL processor look for a string 
  literal, when you want it to look for an element.


true but ancestor::* = table makes it test the string value of every
ancestor with the string value of its table child, which isn't what was
wanted.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


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