From: "Jim Miller" <gordon.j.miller@gmail.com>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] [OSR] Suggested topic - XML processing API
Date: Wed, 30 Jan 2008 12:25:34 -0500 [thread overview]
Message-ID: <beed19130801300925j377f5fb7l54411c26ac3f2f39@mail.gmail.com> (raw)
In-Reply-To: <200801301035.31447.jon@ffconsultancy.com>
Thanks for the comments. I will start looking at all of the
suggestions tonight and make a second draft of the document that I'll
hope to have by tomorrow evening (I want to make sure that I research
the existing APIs as suggested). At that point I'll make a page on
the Wiki where the document can evolve.
On Jan 30, 2008 5:35 AM, Jon Harrop <jon@ffconsultancy.com> wrote:
> On Wednesday 30 January 2008 03:26:00 Jim Miller wrote:
> > type xmlNode =
> >
> > | XmlElement of (namespace: string * tagName: string * attributes:
> >
> > (string * string) list * (children:xmlNode list) )
> >
> > | XmlPCData of (text:string)
>
> Just a minor quibble but might I suggest removing the redundant Xml/xml from
> all of the identifiers:
>
> type element =
> { namespace: string;
> tagName: string;
> attributes: (string * string) list;
> children: node list }
>
> and node =
> | Element of element
> | Text of string;;
>
> --
> Dr Jon D Harrop, Flying Frog Consultancy Ltd.
> http://www.ffconsultancy.com/products/?e
>
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
next prev parent reply other threads:[~2008-01-30 17:25 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-30 0:54 Jim Miller
2008-01-30 2:37 ` [Caml-list] " Bünzli Daniel
2008-01-30 3:26 ` Jim Miller
2008-01-30 7:35 ` Alain Frisch
2008-01-30 10:32 ` Bünzli Daniel
2008-01-30 10:35 ` Jon Harrop
2008-01-30 17:25 ` Jim Miller [this message]
2008-02-05 3:23 ` Jim Miller
2008-02-05 5:02 ` Alain Frisch
2008-02-05 8:36 ` Bünzli Daniel
2008-02-05 9:51 ` Vincent Hanquez
2008-02-05 10:13 ` Jacques Garrigue
2008-02-05 11:14 ` Vincent Hanquez
2008-02-05 10:31 ` Bünzli Daniel
2008-02-05 10:43 ` Nicolas Pouillard
2008-02-05 13:29 ` Jon Harrop
2008-02-05 14:53 ` micha
2008-02-05 14:53 ` Jon Harrop
2008-02-05 14:57 ` David Teller
2008-02-05 11:21 ` Vincent Hanquez
2008-02-05 8:15 ` Vincent Hanquez
2008-02-05 11:16 ` Stefano Zacchiroli
2008-01-30 15:55 ` Vincent Hanquez
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=beed19130801300925j377f5fb7l54411c26ac3f2f39@mail.gmail.com \
--to=gordon.j.miller@gmail.com \
--cc=caml-list@yquem.inria.fr \
/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