lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV Re: new Lynx SGML.c parser


From: Klaus Weide
Subject: Re: LYNX-DEV Re: new Lynx SGML.c parser
Date: Mon, 28 Apr 1997 19:32:44 -0500 (CDT)

On Mon, 28 Apr 1997, Christopher R. Maden wrote:

> I assume that the lines like
>  HTSetConversion("text/sgml", "www/present", HTMLPresent, 1.0, 0.0, 0.0, 0);
> can be augmented for XML handling, using a totally new routine instead
> of HTMLPresent.  That new routine can borrow heavily from HTMLPresent.
> Is this assumption warranted?

HTMLPresent isn't a reoutine that does much, it is just a kind of wrapper
which sets up the stage(s) for processing:

  routines in          routines in          routines in
    SGML.c        ->     HTML.c        ->    GridText.c
  ("parser")

You probably want to heavily modify both SGML.c and HTML.c (two of the
three with big switch()es...).
 
  Klaus

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]