Hi all, I have a problem converting the element fo:block-container into a RTF-File. The element is ignored and only the nested fo:block elements are converted. Everything is fine converting into pdf. I didn't get a solution or hint with the help of google or in the archive, so I hope somebody can help me.
Here is a snippet: ... < fo:flow flow-name= "xsl-region-body" > < fo:block > HUHU < /fo:block > < fo:block-container absolute-position= "absolute" top= "5mm" left= "49.50mm" width= "35mm" height= "274.5mm" padding-start= "7.00pt" padding-end= "7.00pt" border-left-style= "solid" border-left-width= "0.50pt" border-color= "#00A5EA" > < fo:block font-family= "Arial" font-style= "normal" font-weight= "normal" font-size= "8.00pt" text-align= "left" color= "black" > Bereich < /fo:block > < fo:block font-family= "Arial" font-style= "normal" font-weight= "normal" font-size= "8.00pt" text-align= "left" color= "black" > Vertrieb/Produktion < /fo:block > < /fo:block-container > < /fo:flow > ... Do I have a mistake in there which i can't figure out so far? Thank you very much. Best Regards Norman