Re: Yay or Nay? Framed reference manual

new topic     » goto parent     » topic index » view thread      » older message » newer message

I'm checking install.htx.  The solution to eliminate 
the tables is not so simple.

I would add at text.e , procedure text_init()
a new tag to manage <ol>, that do the same as <ul>, 
but the <li> must to receive numeration.

add_handler("ol",       routine_id("tag_ol"))
    add_handler("/ol",      routine_id("tag_end_ol"))


The routine would be allmost the same as tag_ul.

But tag_li must to be modified.  Must to check if the last open list 
is <ul> or <ol>. If is <ol> then add the number.
The last opened last must to be a filo stack.
Numeration also may be a stack or global variable.

text.e is very nice.  With some more enhacements we can get a 
Lynx like text mode web browser portable to any platform!


+-+-+-+-+-+-+-+
Marco A. Achury
Caracas, Venezuela

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu