caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Dario Teixeira <darioteixeira@yahoo.com>
To: Gerd Stolpmann <info@gerd-stolpmann.de>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] XML library for validating MathML
Date: Thu, 18 Sep 2008 13:44:27 -0700 (PDT)	[thread overview]
Message-ID: <688783.84893.qm@web54603.mail.re2.yahoo.com> (raw)
In-Reply-To: <1221762483.17456.42.camel@flake.lan.gerd-stolpmann.de>

Hi,

> Code points: Note that PXP defaults to ISO-8859-1 as
> character set. Use
> it in UTF-8 mode to get rid of these warnings.

Ah, thanks, I'll look into that.  By the way, is there an
API reference for PXP?  I noticed you are not using Ocamldoc,
and I'm guessing the PXP manual is built from some sort of
literate programming tool.  Unfortunately, the manual is
quite large, and it can be difficult to navigate.


> That W3C docs are erroneous is nothing new, although it is
> a bit surprising that they cannot even stick to the basics of
> their own formalism. I suppose they used a hacked SGML parser
> for developing MathML, since SGML is more liberal about
> lexical details.

I'm sure floggings will be administered.  Anyway, thanks for
making the diagnostic on the problem!  I am happy to report
that once the isonum.ent file is fixed, PXP is able to validate
MathML documents against the official DTD.

Fixing the isonum.ent was simply a matter of applying Gerd's
correction to two lines, 28 and 66.  Here is the diff:

28c28
< <!ENTITY amp              "&#x26;&#x00026;" ><!--=ampersand -->
---
> <!ENTITY amp              "&#x26;#x00026;" ><!--=ampersand -->
66c66
< <!ENTITY lt               "&#x26;&#x0003C;" ><!--=less-than sign R: -->
---
> <!ENTITY lt               "&#x26;#x0003C;" ><!--=less-than sign R: -->


Cheers,
Dario Teixeira






  reply	other threads:[~2008-09-18 20:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-17 18:58 Dario Teixeira
2008-09-17 22:13 ` [Caml-list] " Richard Jones
2008-09-18  2:58   ` Matt Gushee
2008-09-18  8:06     ` Re : " Adrien
2008-09-18  8:38 ` Vincent Hanquez
2008-09-18  9:12   ` Till Varoquaux
2008-09-18  9:44     ` Vincent Hanquez
2008-09-18 11:52     ` Gerd Stolpmann
2008-09-18 13:35       ` Markus Mottl
2008-09-19 11:30       ` Matt Gushee
2008-09-18 14:26 ` Dario Teixeira
2008-09-18 17:58   ` Dario Teixeira
2008-09-18 18:28     ` Gerd Stolpmann
2008-09-18 20:44       ` Dario Teixeira [this message]
2008-09-18 20:48         ` Gerd Stolpmann
2008-09-19 13:23         ` Stefano Zacchiroli

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=688783.84893.qm@web54603.mail.re2.yahoo.com \
    --to=darioteixeira@yahoo.com \
    --cc=caml-list@yquem.inria.fr \
    --cc=info@gerd-stolpmann.de \
    /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).