Re: [xsl] flattening and re-ordering nested notes

Subject: Re: [xsl] flattening and re-ordering nested notes
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 18 Aug 2008 16:11:35 +0100
>> You need to supply the input and required output, covering the edge
>> cases that you can foresee, and then the solution can be tailored to
>> your requirements.
>
>
> I am imagining that I can insert a stage into my multi-stage parser which
> does this:
>
> 1. find all notes, at any level
> 2. output all of them in order at one level of hierarchy (actually, order is
> not really important at all in this case, each one is becoming a database
> row later on)
>
> Is this something I should be using for-each for?

Nope, just an identity transform with a couple of specific templates.

Put in the effort to create an example input and required output and
someone might post the code to turn that input into that output...


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread