This topic contains 2 replies, has 0 voices, and was last updated by jakubwagner 9 years, 2 months ago.

  • Author
    Posts
  • #2216

    seamanjeff

    I want to display a logo from my file cabinet, and if do the normal thing:

    Code:

    It dies with Error Parsing XML: The reference to entity “c” must end with the ‘;’ delimiter. It appears that it’s the ampersand character that is tripping it up.

    BTW, I hereby suggest you create a separate subform for BFO. This is good stuff.
    This is a cached copy. Click here to see the original post.

  • #2217

    seamanjeff

    Answering my own question here.. surprisingly you can just replace the ‘&’ with ‘&’ in the image url and it’s happy.


    rnedelkow replied on 02/13/2015, 02:50 PM: Thanks for the suggestion. I moved your topic to the new BFO forum.

  • #2218

    jakubwagner

    Hello Jeff,

    you should be probably able to use also Freemarker’ build-in to sanitize that URL

    (http://freemarker.org/docs/ref_built…f_builtin_html)

    Code:

You must be logged in to reply to this topic.