* parseur XML validant
@ 1999-05-06 14:33 seb
1999-05-06 15:11 ` Sven LUTHER
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: seb @ 1999-05-06 14:33 UTC (permalink / raw)
To: caml-list, sebastien.mathon
Bonjour,
Nous sommes entrain d'écrire un parseur XML validant en OCaml avec
application
de feuille de style XSL. Pour ce projet, nous aurions besoin de
connaitre l'algorithme précis d'encodage / décodage en UTF16.
Merci d'avance
Sebastien Bahloul ( mailto:bahlouls@esiee.fr )
Matthieu Delahaye ( mailto:delahaym@esiee.fr )
Jean Christophe Vaugeois ( mailto:vaugeoij@esiee.fr )
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: parseur XML validant
1999-05-06 14:33 parseur XML validant seb
@ 1999-05-06 15:11 ` Sven LUTHER
1999-05-06 15:24 ` Olivier DUBUISSON
1999-05-07 15:06 ` Matías Giovannini
2 siblings, 0 replies; 4+ messages in thread
From: Sven LUTHER @ 1999-05-06 15:11 UTC (permalink / raw)
To: seb, caml-list, sebastien.mathon
On Thu, May 06, 1999 at 04:33:43PM +0200, seb wrote:
> Bonjour,
>
> Nous sommes entrain d'écrire un parseur XML validant en OCaml avec
> application
> de feuille de style XSL. Pour ce projet, nous aurions besoin de
> connaitre l'algorithme précis d'encodage / décodage en UTF16.
Bonjour, ...
je ne suis pas sur de ceci, mais il y a surement des projet libres pour faire la
meme choses, pourquoi ne pas regarder le source de ces choses la ?
Amicalement,
Sven LUTHER
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: parseur XML validant
1999-05-06 14:33 parseur XML validant seb
1999-05-06 15:11 ` Sven LUTHER
@ 1999-05-06 15:24 ` Olivier DUBUISSON
1999-05-07 15:06 ` Matías Giovannini
2 siblings, 0 replies; 4+ messages in thread
From: Olivier DUBUISSON @ 1999-05-06 15:24 UTC (permalink / raw)
To: seb; +Cc: caml-list, sebastien.mathon
seb wrote:
>
> Nous sommes entrain d'écrire un parseur XML validant en OCaml avec
> application
> de feuille de style XSL. Pour ce projet, nous aurions besoin de
> connaitre l'algorithme précis d'encodage / décodage en UTF16.
Il doit y avoir des infos (ou des références) dans :
http://info.internet.isi.edu:80/in-notes/rfc/files/rfc2279.txt
Voir aussi http://www.unicode.org
--
Olivier DUBUISSON
_/_/_/_/ France Telecom - Branche Developpement - Cnet
_/_/_/_/ DTL/MSV - Piece WF025 - 22307 Lannion Cedex - France
_/_/_/_/ tel: +33 2 96 05 38 50 - fax: +33 2 96 05 39 45
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: parseur XML validant
1999-05-06 14:33 parseur XML validant seb
1999-05-06 15:11 ` Sven LUTHER
1999-05-06 15:24 ` Olivier DUBUISSON
@ 1999-05-07 15:06 ` Matías Giovannini
2 siblings, 0 replies; 4+ messages in thread
From: Matías Giovannini @ 1999-05-07 15:06 UTC (permalink / raw)
To: Caml List
Sorry for writing in English,
seb wrote:
>
> Bonjour,
>
> Nous sommes entrain d'écrire un parseur XML validant en OCaml avec
> application
> de feuille de style XSL. Pour ce projet, nous aurions besoin de
> connaitre l'algorithme précis d'encodage / décodage en UTF16.
>
> Merci d'avance
There are quite a few XML parsers around, but unfortunately most seem to
be written in Java. There's also James Clarks's expat
<http://www.jclark.com/xml/expat.html>, a non-validating xml
lexer/parser written in C. While it's not the prettiest code around, the
code that manages UTF8/16 conversion is quite understandable.
You may also want to take a look at the WC3 page.
I hope this helps.
Matías.
--
Do I contradict myself? Very well, I contradict myself.
I am large, I contain multitudes.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~1999-05-07 17:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-06 14:33 parseur XML validant seb
1999-05-06 15:11 ` Sven LUTHER
1999-05-06 15:24 ` Olivier DUBUISSON
1999-05-07 15:06 ` Matías Giovannini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox