|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: newbie : search an attribute's item
> I have this type of xml document :
> <root><paragraph>blabla <font-size value="22">blablabla</font-size> bla
> bla <font-size value="36">blabla</font-size></paragraph></root>
>
> I want to be able to print it correctly so I have a stylesheet which
> produces xsl:fo and then I can transform it into pdf with FOP.
> The fo I have to produce is :
> ...
> <fo:block line-height="38pt">blabla <fo:inline
> font-size="22pt">blablabla</fo:inline> bla bla <fo:inline
> font-size="36pt">blabla</fo:inline></fo:block>
>
> What do I have to write in my paragraph's rule to be able to set the
> line-height of fo:block to the max ot attributes value of font-size + 2
<fo:block line-height="{font-size/@value[not(. <= ../following-sibling::font-size/@value)]+2}">
---
Oleg Tkachenko,
Multiconn International, Israel
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








