Hi David,
Unfortunately my FO renderer (xep) doesn't support span attributes on elements
other than direct childs of fo:flow.
That would make it a lot simpler...
Thank you very muh for the hint about xsl:for-each-group.
I will gladly take a look at it.
Since my first transofmration is already very complex, I suppose I'll stick to
the two-step approach.
Thank you very much!
wbr,
Roman
-----Ursprüngliche Nachricht-----
Von: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk]
Gesendet: Montag, 14. Februar 2005 15:07
An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Betreff: Re: [xsl] Closing and reopening hierarchically
structured elements
why is your table inside an fo:inline? shouldn't you just be
able to put span="all" on your table and not need to
re-arrange your tree at all?
If you do need to split up the inline then that looks like a simple
application of xsl:for-each-group (if you are using 2.0) where you
group-adjacent based on whether the node has the property
that it is or
is not a fo:table.
Is there any way to do this during my first XML => FO
transformation?
The ease or difficulty of doing that depends completely on
what you are
transforming from. You are asking if some unknown format
could have been
converted into the style you want rather than the style you have.
David
______________________________________________________________
__________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
______________________________________________________________
__________
--~------------------------------------------------------------------
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>
--~--
--~------------------------------------------------------------------
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>
--~--