ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Maurice Diamantini <diam@ensta.fr>
Cc: Maurice Diamantini <diam@ensta.fr>
Subject: context2html converter (was: ConTeXt Switcher? )
Date: Tue, 9 Dec 2003 13:52:55 +0100	[thread overview]
Message-ID: <9BC7948C-2A46-11D8-8458-000A9595B57C@ensta.fr> (raw)
In-Reply-To: <6.0.1.1.2.20031209085105.02f459a0@server-1>


>> > <p>&#8220;Hello world&#8221;</p>, says HAL.
>
> both are wrong in the perspective of xml (structured document coding):
>
>   <quotation>Hello World</quotation>, says HAL
>
> is the way to go

Hum, yes.
But for
	$x^2 + y^2=25$

you should write (from one of your previous post):

\setupoutput[pdftex]
\usemodule[mathml]
% \usetypescript[palatino][texnansi] \setupbodyfont[palatino]
% \usetypescript[palatino][texnansi] \setupbodyfont[times]
% \usetypescript[fourier] [ec]       \setupbodyfont[fourier]
\starttext
     \startTEXpage
         \startXMLdata
             <math>
                 <apply> <eq/>
                     <apply> <plus/>
                         <ci> x </ci>
                         <apply> <power/>
                             <apply> <sin/>
                                 <ci> x </ci>
                             </apply>
                             <cn> 2 </cn>
                         </apply>
                         <ci> y </ci>
                     </apply>
                     <ci> y </ci>
                 </apply>
             </math>
         \stopXMLdata
   \stopTEXpage
\stoptext

So I think xml is an exchange format, not a human language
as are LaTeX/ConTeXt or even TeX.

A context2html solution is a big miss for ConTeXt
tex4ht could be that solution.
(if only a tex4ht power user would switch from LaTeX to ConTeXt :-)


Maurice Diamantini

  reply	other threads:[~2003-12-09 12:52 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-26 14:58 news / bold math Hans Hagen
2003-11-27  2:14 ` `Standard' vs `Beta'? Bob Kerstetter
2003-11-27  9:26   ` Hans Hagen
2003-11-28  1:06     ` Bob Kerstetter
2003-12-08 17:20       ` ConTeXt Switcher? Bob Kerstetter
2003-12-08 18:55         ` Peter Münster
2003-12-08 20:57           ` Bob Kerstetter
2003-12-08 20:33         ` Henning Hraban Ramm
2003-12-08 21:51           ` Bob Kerstetter
2003-12-08 22:06             ` Re[2]: " Giuseppe Bilotta
2003-12-09  7:52               ` Hans Hagen
2003-12-09 12:52                 ` Maurice Diamantini [this message]
2003-12-09 23:16                   ` context2html converter (was: ConTeXt Switcher? ) Bob Kerstetter
2003-12-10 10:39                     ` context2html converter Patrick Gundlach
2003-12-10 12:55                       ` ConTeXt-live distribution Maurice Diamantini
2003-12-10 13:29                         ` Zunbeltz Izaola
2003-12-10 15:10                         ` ConTeXt-live distribution (Typesetting music in ConTeXt) Pavel Stupin
2003-12-10 16:44                           ` Hans Hagen
2003-12-10 18:55                             ` Willi Egger
2003-12-10 22:05                               ` Typesetting music in ConTeXt Henning Hraban Ramm
2003-12-11  8:24                                 ` Maurice Diamantini
2003-12-11 23:51                                   ` Hans Hagen
2003-12-11 23:57                                 ` Hans Hagen
2003-12-10 16:32                         ` ConTeXt-live distribution Hans Hagen
2003-12-10 16:43                           ` Adam Lindsay
2003-12-10 16:54                             ` Hans Hagen
2004-04-01 17:22                     ` context2html converter (was: ConTeXt Switcher? ) Peter Münster
2003-12-11  5:40               ` ConTeXt Switcher? Berend de Boer
2003-11-27  6:10 ` news / bold math Lutz Haseloff
2003-11-27  6:34   ` Lutz Haseloff
2003-11-27 19:47 ` Mikael Persson
     [not found]   ` <32868.129.16.195.171.1069962458.squirrel@mail.medic.chalme rs.se>
2003-11-27 21:22     ` Hans Hagen
2003-11-27 21:38       ` Mikael Persson
2003-11-28 10:36         ` Tobias Burnus
2003-11-28 20:28           ` m-bib and crossref William D. Neumann
2003-11-29 14:50             ` ConTeXt and emacs Thomas A.Schmitz
2003-11-30  0:49               ` Patrick Gundlach
2003-11-30  9:34                 ` Thomas A.Schmitz
2003-11-30 20:12                   ` Patrick Gundlach
2003-11-30  4:24               ` Matthew Huggett
2003-12-01 10:45             ` m-bib and crossref Taco Hoekwater
2003-12-01 19:00               ` William D. Neumann
2003-12-04  8:48                 ` Taco Hoekwater
2003-12-05 19:20                   ` Peter Münster
2003-11-29  0:08 ` news / bold math Adam Lindsay

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=9BC7948C-2A46-11D8-8458-000A9595B57C@ensta.fr \
    --to=diam@ensta.fr \
    --cc=ntg-context@ntg.nl \
    /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).