X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1829" "Fri" "27" "November" "1998" "15:35:20" "GMT" "David Carlisle" "davidc@NAG.CO.UK" nil "37" "Re: portable LaTeX" "^Date:" nil nil "11" nil nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.8/8.8.8) with ESMTP id QAA22094; Fri, 27 Nov 1998 16:41:11 +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.1EC86D98@listserv.gmd.de>; Fri, 27 Nov 1998 16:40:35 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 411750 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Fri, 27 Nov 1998 16:36:21 +0100 Received: from nag.co.uk (openmath.nag.co.uk [192.156.217.16]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id QAA01184 for ; Fri, 27 Nov 1998 16:36:08 +0100 (MET) Received: (from davidc@localhost) by nag.co.uk (AIX4.2/UCB 8.7/8.7) id PAA22400; Fri, 27 Nov 1998 15:35:20 GMT References: <199811271514.KAA22026@hilbert.math.albany.edu> Message-ID: <199811271535.PAA22400@nag.co.uk> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <199811271514.KAA22026@hilbert.math.albany.edu> (hammond@CSC.ALBANY.EDU) Date: Fri, 27 Nov 1998 15:35:20 GMT From: David Carlisle 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: 2963 > But haven't I been saying here for several weeks that I think it more > sensible to use the additional strength of sgml relative to xml while > working on an authoring platform? I think the problem is is that SGML has been around since whenever it was, about the same vintage as TeX (older if you count GML), and with that power it had essentially zero impact on mainstream applications. (Although of course it was used in house in many larger companies.) XML is basically SGML with all the author minimisation and concrete syntax changes thrown out. and suddenly XML is the greatest thing since sliced bread, and about to take over the world (Chris' doubts not withstanding). So it seems to be the case that the `SGML experience' says that as soon as you want to move the document anywhere then it should be in a standard concrete syntax, with all minimisation normalised. ie be XML. Of course how one personally authors the document is up to the author, it might be gellmu, or you might use latex and then tex4ht or omega-mml or frame+SGML or MSOffice2000 or whatever you want. If however you expect to allow people to edit the transmitted document and send you back the changed version (eg a co author, or a journal editor) it makes sense to use a system that really uses the transmitted XML form of the document, rather than a gellmu or latex->*ml style translation where it is not necessarily easy to go back. Within the tex world it makes sense to pass tex documents, but I do not think it makes sense now to be passing SGML documents that make essential use of a non standard SGML declaration, and SGML minimisation features. The number of XML applications appearing increases at a ridiculous rate, the number of applications that can actually handle minimised SGML documents is small and static, I fear. David