Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-4390

XSL: nbsp entity does not get properly treated

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.5.2
    • XML: DOM
    • None

    Description

      If you have

      "x x"
      

      in the .xsl, it becomes "x x"
      If you have

      " "
      

      in the .xsl, it becomes "" instead of " "

      I suspect some kind of trimmed() or simplified() is done in the wrong order.

      See the mail task for the complete example.

      A workaround is to use

      <xsl:text>&#160;</xsl:text>
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            mgoetz Markus Goetz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes