Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!tardis.computer-science.edinburgh.ac.uk!gtoal From: gtoal@tardis.computer-science.edinburgh.ac.uk Newsgroups: comp.text.sgml Subject: Re: Short Ref's Reparsed? Message-ID: <9106172304.AA05241@ucbvax.Berkeley.EDU> Date: 17 Jun 91 22:04:51 GMT References: <448@salt.bellcore.com> Sender: daemon@ucbvax.BERKELEY.EDU Followup-To: comp.text.sgml Organization: Unix Anarchy, Edinburgh University. Lines: 13 In article <448@salt.bellcore.com> jxr@thumper.bellcore.com (Jonathan Rosenberg) writes: >Hello, ... about entity refs ... I've implemented entity refs the way you describe. That doesn't mean we're correct though :-) I've hacked my lex parser to push back the expansion of an entity ref onto the incoming text stream, so it is reparsed. A cheap technique but works OK. Means you can have infinite recursion though if you're not careful... Graham