X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["846" "Tue" "15" "December" "1998" "10:33:18" "GMT" "David Carlisle" "davidc@NAG.CO.UK" nil "30" "Re: portable LaTeX" "^Date:" nil nil "12" 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 LAA15962; Tue, 15 Dec 1998 11:34:02 +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.3D064E0E@listserv.gmd.de>; Tue, 15 Dec 1998 11:33:45 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 413285 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 15 Dec 1998 11:33:42 +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 LAA19955 for ; Tue, 15 Dec 1998 11:33:39 +0100 (MET) Received: (from davidc@localhost) by nag.co.uk (AIX4.2/UCB 8.7/8.7) id KAA22286; Tue, 15 Dec 1998 10:33:18 GMT References: <199812092035.VAA16014@na6.mathematik.uni-tuebingen.de>, <199812140945.JAA02920@nag.co.uk> <13941.21350.836780.848801@fell.open.ac.uk> Message-ID: <199812151033.KAA22286@nag.co.uk> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <13941.21350.836780.848801@fell.open.ac.uk> (message from Chris Rowley on Mon, 14 Dec 1998 19:24:32 +0100) Date: Tue, 15 Dec 1998 10:33:18 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: 3127 > So you cannot put these specs into the document itself you can explicitly link a stylesheet to a document. > How will they typicaly look like? Like XSL (if that is what you are using) > Is there anything corresponding to macro parameters? you can grab arbitrary branches of the dree from the currentg node and re-arange them. > What is the DOM? Sorry been spending too long in w3c lists. The Document Object Model. Basically an API that gives low level access to the parse tree of a document. (And has interfaces from C java python etc) > But what will "these" be? most likely the same as dsssl I would guess (uninformed guess in this case) > Will they be extensible (not so much the > maths ones, I am more worried about the pargaraph ones)? No. But you can define new ones (out of the system) ie in some external language. David.