Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-237

add a way to use standard HTML4/XHTML entities like α ∞ ∇ ...

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1
    • None
    • GNU/Linux

    Description

      Trying to use standards entities in a xdoc file for xhtml generation seems impossible now.
      If I put the entities as is in the file, I get an error at site generation because the entity is not known to Doxia. I did not find any way to declare the few entities I use, and since the xhtml generated is ISO8859-1 encoded, there would be a problem afterwards because they do not belong to this encoding.
      If I try to escape the '&' character, either by using &nabla; or <![CDATA[∇]]>, the escape works well at site generation step, but is still there in the generated xhtml (on both cases I end up with &nabla.
      I would like to have some intermediate behaviour, escaping a '&' from doxia parser but having it put verbatim in the generated xhtml file.
      I am completely blocked here.

      Attachments

        Activity

          People

            ltheussl Lukas Theussl
            luc Luc Maisonobe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: