Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - Re: [xsl] Elegant way to create an empty line [Thread Next] Re: [xsl] Elegant way to create an empty lineTo: <xsl-list@-----.------------.---> Date: 7/5/2009 1:05:00 PM Hi Ken, thanks for your ideas. >><xsl:template match="p"> >> <fo:block> >> <xsl:apply-templates/> >> </fo:block> >></xsl:template> >> >>How do I tell FO to create a new line for each <p/>? To use space-before or space-after I would have to count the following empty paragraphs in my document. So if my document looks like: <p>some text</p> <p/> <p/> <p>more text</p> The result should look like this: +-----------+ |some text | | | | | |more text | +-----------+ My template generates: <fo:block>some text</fo:block> <fo:block/> <fo:block/> <fo:block>some text</fo:block> Since emty blocks collapse, this gives me: +-----------+ |some text | |more text | +-----------+ I am searching a solution that does not have to know the content of the paragraphs or the number of empty paragraphs. Using leaders or space-after I always have to decide whether the content is empty or not. Do you have an idea? Jan --~------------------------------------------------------------------ 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@l...> --~-- | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
