Re: Allegro Serve - XHTML compliant code

John Foderaro <[email protected]> Wed, 11 Dec 2002 14:45:05 -0800
Newsgroups gmane.lisp.open-source.franz
Message-ID <[email protected]>
 The goal of AllegroServe was to support HTML.  I've seen how you can
carefully code in XHTML and end up with somthing renderable by most
browsers (which aren't too picky about html syntax).  However we do
have an html parser which we want to be able to read the output
of the html generator.   Thus we're not looking to move htmlgen 
to XHTML.  
 The changes you want are relatively easy to do and I'd suggest trying
to modify the htmlgen code yourself to generate. Others on this 
mailing list may want to share the results of your efforts, or even 
help make it happen.

-john foderaro