This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Selecting a tree...


"McNally, David" <David.McNally@moodys.com> writes:

> I think this'll do it.  Rather than walking down the tree, I'm
> starting at the bottom for each node, and walking back up, returning
> a TRUE value if I ever hit a node with the correct rootname.  Then,
> if I get any TRUE values, output the node - so each node only gets
> output once, no matter how many true paths there are up to the
> rootname node.  There may be a way to handle the test as a boolean -
> I'm just returning the string "TRUE" and then testing for it.

(Banging head against wall...)

Sure, this will do it! Thanks a million.

-- 
Regards, kga


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]