[
Lists Home |
Date Index |
Thread Index
]
- From: Clark Evans <clark.evans@manhattanproject.com>
- Date: Thu, 18 Feb 1999 23:51:20 +0000
Are there any parsers that will accept 'mail' and
generate corresponding XML?
I would imagine putting this in /etc/aliases :
xml-files: "!/opt/xmlmail/bin/rewrite ... "
The rewrite program would:
0) Transform reserved characters > < & into
> < & and handle other trivial
conversions such as this.
1) Transform the 'headers' into XML structure.
<mail-header
sender="clark.evans@manhattanproject.com"
to.1="xml-dev@ic.ac.uk"
etc.
>
2) Leave valid XML/HTML alone if possible.
3) Add a <mail> </mail> and <p> </p> for non-xml
non-html mail.
etc.
Anything like this monster?
Thanks tons!
Clark
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
- Follow-Ups:
- XML Mail
- From: David Megginson <david@megginson.com>
|