xsl-list
[Top] [All Lists]

RE: remembering output

2006-02-01 04:22:45
I have to do something like the following:

Pass 1:

1) scan the text of the dxl file for <par>

2) check to see if the referenced paragraph style and the child font
definition have been emitted before

3) If they haven't emit an appropriate odf style

Any description like this that uses words such as "before" and "after" means
that you're thinking procedurally. There's no defined order of execution in
XSLT, so no "before" and "after". The word "remembering" in your title also
gives the game away: with no "before", there can be no memory of what has
gone before.

The first thing you have to do is to rewrite your requirements functionally,
so the output is described as a function of the input, and not of the state
of processing. This might be as simple as changing rule 2 to

"check to see if the referenced style is the first occurrence of that style
within the input document".

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



--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>