From: Keith M. Corbett
Subject: Re: SGML parser in Lisp
Date: 
Message-ID: <2F44A9D3kmc@specialform.com>
In article <··········@undergrad.math.uwaterloo.ca> Bruce Jakeway wrote:
>Can someone point me to an SGML parser written in Lisp?  Thanks.

I haven't seen one, and I've looked around. You might try posting to comp.text.sgml.

Another approach is to use the sgmls parser and process the output using LISP. This is very straight-forward; for example, the output resulting from 
something like

<P>This is a test.</P>

looks something like 

(P
-This is a test.
)P