Re: [xsl] Re: Wrapping problem

Subject: Re: [xsl] Re: Wrapping problem
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Tue, 15 Aug 2006 16:09:42 +0530
Hi Mike,
  Can you please post this approach in more detail. I am not able to
find anything about it on google.

On 8/15/06, Michael Kay <mike@xxxxxxxxxxxx> wrote:
This solution is likely to be O[n^2] with respect to the number of lines in
the play, which could be rather large. A recursive traversal that uses
apply-templates select="following-sibling::*[1]" would be O[n].

Michael Kay
http://www.saxonica.com/

-- Regards, Mukul Gandhi

http://gandhimukul.tripod.com

Current Thread