Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-13403

XmlUtils should take into account XHTML mode

    XMLWordPrintable

Details

    • Improvement
    • Status: Open
    • Normal
    • Resolution: Unresolved
    • None
    • None
    • site-toolkit
    • None
    • Flagged
    • Orion
    • BrXM Backlog

    Description

      Using something like this and using <@hst.headContributions xhtml=true/>:

          <@hst.headContribution category="scripts" >
              <meta charset="${"'"}"/>
          </@hst.headContribution>
      

      Outputs:

      <meta charset="&apos;"/>
      

      instead of:

          <meta charset="&#39;"/>
      

      org.hippoecm.hst.util.XmlUtils should have an option for this.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mmilicevic Marijan Milicevic
            Hippo Helpdesk Hippo Helpdesk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: