Xref: utzoo comp.text.sgml:108 comp.text.tex:3266 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!csrd.uiuc.edu!s41.csrd.uiuc.edu!eijkhout From: eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.sgml,comp.text.tex Subject: Re: What would it take to implement SGML in TeX? Message-ID: <1990Oct8.193607.1472@csrd.uiuc.edu> Date: 8 Oct 90 19:36:07 GMT References: <1990Sep24.174222.22487@terminator.cc.umich.edu> <3745:Oct805:47:1890@kramden.acf.nyu.edu> Sender: news@csrd.uiuc.edu (news) Organization: UIUC Center for Supercomputing Research and Development Lines: 18 brnstnd@kramden.acf.nyu.edu (Dan Bernstein) writes: >Shouldn't it be possible to implement SGML in TeX? Among other things, >this would give SGML an opportunity for wide use---which it doesn't >really deserve, but that's a side issue. Just for fun I implemented (with Nico Poppelier) a simple DTD in TeX. Not translating: just changing the syntax of TeX a bit and writing clever macros. Of course it was a *simple* DTD, but still. This is not the way to do it, however. TeX being the weird programming language it is, you'd better write a translator in C or Pascal or so. >---Dan Victor