At 11:44 AM 8/14/2002 -0500, Glenn Carr wrote: >My first reaction was to suggest we use XSLT to generate HTML in the browser >client. Then, I realized it will only with with IE-based browsers (including >NetCaptor). > >Another option is to generate HTML on the server. The problem is the >server is >running Linux/Apache. Dave can install PHP if necessary, but I don't have any >experience with XSL transforms under Linux/PHP. I'm sure it's not too >difficult >though. Just need somebody to get it started. > >Another option is to store the Q's and A's in a database on the server. >Probably mySql and PHP needed to do that. I don't care for that as much >because >of the extra maintenance involved.
Another option is to maintain the FAQ in XML and use XSLT to statically produce an HTML file which is placed on the server; this requires an extra step in updating, but keeps the information management problem simple. - Tim ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
