Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-14280

Warnings displayed in the logs for some invalid XSL-FO properties

    XMLWordPrintable

Details

    • Trivial
    • N/A
    • N/A

    Description

      I had a problem with generating pdf document from page. To fix problem added below lines to xhtml2fo.xsl and now problem doesn't appear:

      <xsl:when test="$name = 'font-variant-ligatures'"/>
      <xsl:when test="$name = 'font-variant-caps'"/>
      <xsl:when test="$name = 'text-decoration-style'"/>
      <xsl:when test="$name = 'text-decoration-color'"/>
      

      Attachments

        Issue Links

          Activity

            People

              vmassol Vincent Massol
              Artur Pydych Artur Pydych
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: