RE: [xsl] More Multi-Document Mambo

Subject: RE: [xsl] More Multi-Document Mambo
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 19 Jul 2001 03:09:33 +0100
> OK, so when I apply-templates to another document() tree
> explicitly, I am
> jumping explicitly out of the current tree?  If I apply-templates into
> treeB from treeA, and then in some template check for a given ancestor
> that is in treeA but not treeB, should it return true or false?

False. A node in treeA will never have an ancestor in treeB (unless, of
course, treeA IS treeB!).

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread