xsl-list
[Top] [All Lists]

Re: [xsl] Advice on dictionary conversion

2011-01-20 07:21:05
On Wed, Jan 19, 2011 at 7:01 PM, Ciarán Ó Duibhín
<ciaran(_at_)oduibhin(_dot_)freeserve(_dot_)co(_dot_)uk> wrote:

Several people advised to do the conversion as a series of small steps, and
I will keep that in mind.  However, I am developing my conversion on a
non-final version of a part of the dictionary (the letter D), so it must be
re-runnable on the other letters, as well as on the final version of D!

The point of developing in a series of small steps is to reduce the
complexity of the work into a series of simple manageable tasks.

A "series of small steps" means that you write each transformation as
an independent program that takes as input the result of the previous
step, and feeds its own production to the next step.

But it does not mean that each step is somehow thrown away: you should
link each step in a whole automated chain that can be run as one big
transformation (using a shell script, a batch file, Ant, etc.)

In the end you should be able to use this big chain on any other
letter or the whole dictionary.

Regards,
EB

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--