Gnus development mailing list
 help / color / mirror / Atom feed
From: Norman Walsh <ndw@nwalsh.com>
Cc: Norman Walsh <ndw@nwalsh.com>
Subject: Re: Mighty SGMLin' MIME Power
Date: Mon, 16 Nov 1998 09:02:18 -0600	[thread overview]
Message-ID: <8709-Mon16Nov1998090218-0600-ndw@nwalsh.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "14 Nov 1998 16:38:55 +0100"

/ Lars Magne Ingebrigtsen <larsi@ifi.uio.no> was heard to say:
| <alternative>
| <part charset="iso-8859-1">
| This is plaïn.

This is fine, as long as you remember to escape &lt; and &amp; 

| <part type=text/enriched?
| This is clearly not plain.

Did you mean: <part type="text/enriched?">?

| <part type=image/gif external="~/rms.gif">

Ack.  Quote them attvals, and use empty-tag syntax if the tag's empty:

  <part type="image/gif" external="~/rms.gif"/>

| </alterntive>

| to include an image in the middle of a text piece.  (Yes, we do end
| tag minimization (or whatever it's called).)  And parts that aren't
| explicitly marked are text/plain, and stuff.

IMHO, this is insanity if you aren't going to (1) make the
content XML not SGML (it's not necessarily right, but, eh.) and
(2) make the whole thing well formed (in the XML sense).

                                        Cheers,
                                          norm
-- 
Norman Walsh <ndw@nwalsh.com>      | The eternal mystery of the world
http://nwalsh.com/                 | is its comprehensibility.--A.
                                   | Einstien



  reply	other threads:[~1998-11-16 15:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-14 15:38 Lars Magne Ingebrigtsen
1998-11-16 15:02 ` Norman Walsh [this message]
1998-11-17 11:34   ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8709-Mon16Nov1998090218-0600-ndw@nwalsh.com \
    --to=ndw@nwalsh.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).