xsl-list
[Top] [All Lists]

Re: Closing and reopening hierarchically structured elements

2005-02-14 07:06:33


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



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