Search found 3 matches

by Cinimod
Wed Mar 16, 2005 3:09 am
Forum: XSLT and FOP
Topic: no line wrap please
Replies: 3
Views: 7080

thanks for this advice...but I have to change my code:

<block font-style="italic"><xsl:value-of select="name"/></block>
<block><xsl:value-of select="city"/></block>

still the problem that there is not a single line as fop output.
by Cinimod
Tue Mar 15, 2005 11:37 am
Forum: XSLT and FOP
Topic: tricky transformation
Replies: 1
Views: 5029

tricky transformation

Hi, I need an idea how to write a transformation for the following xml Dokument <names> <name>Jeffrey</name> <name>George</name> <name>Mike</name> </name> so that, when I use fop, the following line is created. Jeffrey, George, Mike. My problem is, that behind every name a comma is set, but behind t...
by Cinimod
Mon Mar 14, 2005 1:55 am
Forum: XSLT and FOP
Topic: no line wrap please
Replies: 3
Views: 7080

no line wrap please

Hi, I have a problem with the following piece of code: <fo:block ???> Name: <xsl:value-of select="name"/>, Age: <xsl:value-of select="age"/>, City: <xsl:value-of select="city"/> </fo:block> FOP creates the document with a line break after the age value - but there ist s...