Insert a code macro in a Confluence page with the following XML snippet:

      <?xml version="1.0" encoding="utf-8" standalone="yes"?>
      <sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
          <si>
              <t>Row1A</t>
          </si>
          <si>
              <t>Row1B</t>
          </si>
      </sst>
      

      Choose XML/HTML as syntax highlighting. Notice that the rendered XML after the page is saved looks like this:

      <?xml version="1.0" encoding="utf-8" standalone="yes"?>
      <sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
          <si>
              &lt;t>Row1A&lt;/t>
          </si>
          <si>
              &lt;t>Row1B&lt;/t>
          </si>
      </sst>
      

      The

      <t>
      

      tag has been changed to

      &lt;t>
      

      Other tags are not affected.

      If plain text syntax highlighting is chosen instead, the entire XML is displayed properly.

            [CONFSERVER-40968] XML tag <t> not displayed properly by code macro

            Atlassian Update - September 2019

            Thank you for your interest in this ticket. The Confluence Server and Data Center team released a major upgrade to the editor in 6.14. Due to the age of this ticket and/or lack of updates, we suspect that this issue is no longer relevant or was resolved as a result of the upgrade and are now closing this ticket.

            If this issue is still a problem in your Confluence instance in version 6.15 or later, please tag me in your comment and we can reopen this ticket for review.

            You can read more about the editor upgrade in the 6.14 Release Notes.

            Thanks

            Makisa Appleton | Senior Product Manager, Confluence Server and Data Center

            Makisa Appleton added a comment - Atlassian Update - September 2019 Thank you for your interest in this ticket. The Confluence Server and Data Center team released a major upgrade to the editor in 6.14. Due to the age of this ticket and/or lack of updates, we suspect that this issue is no longer relevant or was resolved as a result of the upgrade and are now closing this ticket. If this issue is still a problem in your Confluence instance in version 6.15 or later, please tag me in your comment and we can reopen this ticket for review. You can read more about the editor upgrade in the 6.14 Release Notes . Thanks Makisa Appleton | Senior Product Manager, Confluence Server and Data Center

              Unassigned Unassigned
              3e810e8444b6 Gabriel Sandor
              Affected customers:
              0 This affects my team
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: