Version 0 of tDOM - node commands for html tags

Updated 2010-12-17 09:06:48 by jblz

I'll just leave this here. Might save someone 10 minutes sometime :)

package require tdom

set htmltags {a abbr acronym address applet area b base basefont bdo big blockquote body br button caption center cite code col colgroup dd del dfn dir div dl dt em fieldset font form frame frameset head h1 h2 h3 h4 h5 h6 hr html i iframe img input ins kbd label legend li link map menu meta noframes noscript object ol optgroup option p param pre q s samp script select small span strike strong style sub sup table tbody td textarea tfoot th thead title tr tt u ul var}

foreach tag $htmltags {
    dom createNodeCmd elementNode $tag
}
dom createNodeCmd textNode t