Menu

#2 escaping HTML especial chars

open
None
5
2004-11-16
2004-11-15
Anonymous
No

PrologDoc knows nothing about special HMTL characters
(i.e. '>', '<' or '&').

They can be used as prolog predicate names...

On the other side HTML tags are explicitily allowed
inside comments and so it's not possible to know what
is an HTML tag and what is some prolog code including
special chars that should be scaped

Should we dissallow HTML tags inside comments or allow
for a completelly diferent markup?

Discussion

  • Bram Adams

    Bram Adams - 2004-11-16

    Logged In: YES
    user_id=762763

    It seems reasonable to escape the embedded HTML, e.g. by
    <<font color=\"Red\">>. PrologDoc could replace these tags
    by <...> and the Prolog-predicates by &gt;, ... We'll check
    into it.

     
  • Bram Adams

    Bram Adams - 2004-11-16
    • assigned_to: nobody --> sfandino
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.