Jump to content

piotridzikowski

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by piotridzikowski

  1. I dont't thing that <br/> is correct tag in xsl-fo.But i've found the answer:

    <fo:block linefeed-treatment="preserve"> <xsl:value-of ......../></fo:block>

    And now xsl-fo processor respect new lines from source xml.

  2. Hi.I need to break line in xml-fo. I have somethingt like this:xsl-template

    <fo:block><xsl:value-of select="/some/someThing"/></fo:block>

    and at xml file:

    <some><someThing>first Linesecound Linebla bla bla</someThing></some>

    result pdf looks: 'first Line secound Line bla bla bla'What should I do to make xsl-fo to breaks lines?GreetingsPiotr Idzikowski

×
×
  • Create New...