X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["634" "Tue" "15" "December" "1998" "11:49:22" "+0000" "Sebastian Rahtz" "s.rahtz@ELSEVIER.CO.UK" nil "19" "Re: portable LaTeX" "^Date:" nil nil "12" nil nil nil nil nil] nil) Received: from kralle.zdv.Uni-Mainz.DE (root@kralle.zdv.Uni-Mainz.DE [134.93.8.158]) by mail.Uni-Mainz.DE (8.8.8/8.8.8) with ESMTP id MAA29703; Tue, 15 Dec 1998 12:51:57 +0100 (MET) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by kralle.zdv.Uni-Mainz.DE (8.8.8/8.8.8) with ESMTP id MAA15566; Tue, 15 Dec 1998 12:51:41 +0100 (MET) Received: from lsv1.listserv.gmd.de (192.88.97.2) by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <14.177FDB38@listserv.gmd.de>; Tue, 15 Dec 1998 12:51:27 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 413360 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 15 Dec 1998 12:51:22 +0100 Received: from pillar.elsevier.co.uk (root@pillar.elsevier.co.uk [193.131.222.35]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id MAA26661 for ; Tue, 15 Dec 1998 12:51:16 +0100 (MET) Received: from snowdon.elsevier.co.uk [193.131.197.164]; by pillar.elsevier.co.uk (8.8.5/8.8.5) with ESMTP; for ""; sender "s.rahtz@elsevier.co.uk"; id LAA24202; hop 0; Tue, 15 Dec 1998 11:42:32 GMT Received: from srahtz (actually host srahtz.elsevier.co.uk) by snowdon.elsevier.co.uk with SMTP (PP); Tue, 15 Dec 1998 11:50:56 +0000 X-Mailer: emacs 20.3.2 (via feedmail 9-beta-3 I); VM 6.61 under Emacs 20.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <13941.21350.836780.848801@fell.open.ac.uk> <199812092035.VAA16014@na6.mathematik.uni-tuebingen.de> <199812140945.JAA02920@nag.co.uk> Message-ID: <13942.19650.572736.145289@srahtz> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: Date: Tue, 15 Dec 1998 11:49:22 +0000 From: Sebastian Rahtz Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: portable LaTeX Status: R X-Status: X-Keywords: X-UID: 3136 Hans Aberg writes: > >> What is the DOM? ... > Do you have an URL on this? http://www.w3.org/TR/REC-DOM-Level-1/ > The combination that sounds right to me is > something like a DOM which can compiled to a WWW byte-code, which can DOM gives you programmers access to the parse tree of the document. my document says hellogoodbye and the DOM will let you get at the bar elements inside overbars. how do you get from there to your byte codes? yes, you need a hard-wired conversion, or a transformation to a language that *is* understood (like PGML, or Voyager HTML) sebastian