- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sat, 07 Feb 2004 01:54:48 +0100
- To: <little@tygart.com>
- Cc: <www-html@w3.org>
* Bryan Little wrote: >I'm not sure if you can help me out on this, but I thought I would at least >ask. I'm a programmer who is working with a team to dynamically build web >pages using a SQL database. We need to build tables that contain all >possible HTML tags and other tables that contain all of the possible >attributes for each of the tag elements. Is this something that you have >already created (as far as putting all of the possible tag elements and >attributes in database tables)? If have something like this or could point >me in the direction where I might find something like this I would greatly >appreciate it. Thank you :-) http://lists.w3.org/Archives/Public/www-archive/2003Mar/att-0105/table.html http://cvs.sourceforge.net/viewcvs.py/tidy/tidy/src/tags.c?rev=1.44 http://cvs.sourceforge.net/viewcvs.py/tidy/tidy/src/attrdict.c?rev=1.4 (the latter fixes a few bugs wrt XHTML 1.1 in the first table)
Received on Friday, 6 February 2004 19:54:53 UTC