[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HTML tags in org, name, etc
The vCard specification does not have support for the values of the
structure name (N), formatted name (FN), delivery address (ADR), delivery
label (LABEL), etc to be encoded as HTML text. The specification is
flexible in that it could be extended to allow this. BUT, right now this is
not supported.
The proper parsing of the value:
FN:<p>Frank <b>Dawson</b>
will be the formatted name value "<p>Frank <b>Dawson</b>". It does not
parse out the start and end element tags as anything other than part of the
value.
HTML tagged values is not currently a part of the specification. You also
can't use those other grandfather markup standards SGML, RTF, GML or
TROFF/NROFF ;-)
- - Frank Dawson