escaping HTML especial chars
Status: Beta
Brought to you by:
bramadams
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?
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 >, ... We'll check
into it.