in reply to RFC on module idea

Have you considered storing the data as XML, rather than as (X)HTML tables? If you did, you'd have a huge array of tools at your disposal to manipulate trees and nodes. Then you could just transform it to HTML tables for output purposes.

</ajdelore>

Replies are listed 'Best First'.
Re: Re: RFC on module idea
by trs80 (Priest) on Jan 19, 2002 at 03:28 UTC
    I am not storing the data as XHTML, I am displaying it in
    the browser as XHTML. I am getting the data directly from
    the database. All tables are created on the fly.

    I need to create some more samples of what I am doing to
    make this clearer. Thanks for the reply.