X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["739" "Fri" "6" "November" "1998" "14:03:33" "GMT" "David Carlisle" "davidc@NAG.CO.UK" nil "27" "Re: Quotes and punctuation" "^Date:" nil nil "11" nil "Quotes and punctuation" 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 PAA18920; Fri, 6 Nov 1998 15:04:13 +0100 (MET) Received: from lsv1.listserv.gmd.de (192.88.97.2) by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <13.2D5E0AE5@listserv.gmd.de>; Fri, 6 Nov 1998 15:04:12 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 407506 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Fri, 6 Nov 1998 15:04:07 +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 PAA18963 for ; Fri, 6 Nov 1998 15:04:05 +0100 (MET) Received: (from davidc@localhost) by nag.co.uk (AIX4.2/UCB 8.7/8.7) id OAA19608; Fri, 6 Nov 1998 14:03:33 GMT References: <199811061351.IAA01838@hilbert.math.albany.edu> Message-ID: <199811061403.OAA19608@nag.co.uk> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <199811061351.IAA01838@hilbert.math.albany.edu> (hammond@CSC.ALBANY.EDU) Date: Fri, 6 Nov 1998 14:03:33 GMT From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Quotes and punctuation Status: R X-Status: X-Keywords: X-UID: 2742 I'll get ticked off by Chris for being seriously off topic but... > Hmmm... Isn't "
" formally incorrect syntax under SGML? No. As long as you give your sgml parser an SGML declaration for XML then this is legal. You can either specify it via a trick (something with NET that I forget) or as done in current sp releases to assume the `WEB' TG proposed extensions to SGML which make a new syntactic construct to support this in a more natural way. relavent bit of the xml.dcl that I have (from jade this one, I think) DELIM GENERAL SGMLREF HCRO "&#x" -- 38 is the number for ampersand -- NESTC "/" NET ">" PIC "?>" SHORTREF NONE David