On Apr 27, 2008, at 16:19, Peter Coppens wrote:
<snip /> Copying his reply <snip /> Check the input document with an XPath like: //fo:inline [parent::fo:flow] to find the offending elements.
Just noticed that the pattern will obviously only work in case the prefix is known in the evaluation context...
Other alternatives that may be more convenient: //*[local-name()='inline'][local-name(..)='flow'] //*[local-name()='flow']/*[local-name()='inline'] ... HTH! Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
