Re: [xsl] ancestor

Subject: Re: [xsl] ancestor
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 18 Oct 2004 17:27:19 +0100
  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
________________________________________________________________________

Current Thread