Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   XML (http://www.velocityreviews.com/forums/f32-xml.html)
-   -   XSL show/hide (http://www.velocityreviews.com/forums/t166518-xsl-show-hide.html)

Vladimir 01-29-2004 05:04 PM

XSL show/hide
 
Hi!
Is it possible to do such scenario with XSLT & XSL-FO:
I have an input xml that looks like
<something>
<article>
<article>
<article>
</separator>
<article>
</something>

I have to generate pdf using FOP. All <article> are rendered into
<fo:table-row>, including <separator>, which put empty row inside
table. BUT, when the separator is first on a page (page-breaking is
done by algorithm, I definitely got that situation), that empty table
row should not be shown. Is this possible with XSL?

Any kind of help will be very appreciated...


All times are GMT. The time now is 01:33 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57