diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-16 19:16:00 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-16 19:16:00 +0000 |
commit | ac5fc7f293768c7dfa9c37b525871704bdc7f43e (patch) | |
tree | 8516a8450f9e022421f61d85e6154ae12991bf94 /quanta/data/dtep/xhtml-strict | |
parent | e985f7e545f4739493965aad69bbecb136dc9346 (diff) | |
download | tdewebdev-ac5fc7f293768c7dfa9c37b525871704bdc7f43e.tar.gz tdewebdev-ac5fc7f293768c7dfa9c37b525871704bdc7f43e.zip |
Fix Quanta data files
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237031 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/data/dtep/xhtml-strict')
61 files changed, 132 insertions, 132 deletions
diff --git a/quanta/data/dtep/xhtml-strict/a.tag b/quanta/data/dtep/xhtml-strict/a.tag index 701ee488..07c82584 100644 --- a/quanta/data/dtep/xhtml-strict/a.tag +++ b/quanta/data/dtep/xhtml-strict/a.tag @@ -61,7 +61,7 @@ <location col="1" row="6" /> </attr> - <attr name="tqshape" type="list"> + <attr name="shape" type="list"> <text>Shape</text> <textlocation col="0" row="7" /> <location col="1" row="7" /> @@ -79,7 +79,7 @@ <location col="1" row="8" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="abbr" /> <child name="acronym" /> @@ -113,7 +113,7 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/abbr.tag b/quanta/data/dtep/xhtml-strict/abbr.tag index 08fc6d94..b988c322 100644 --- a/quanta/data/dtep/xhtml-strict/abbr.tag +++ b/quanta/data/dtep/xhtml-strict/abbr.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/acronym.tag b/quanta/data/dtep/xhtml-strict/acronym.tag index c2a2eba5..12bf30f1 100644 --- a/quanta/data/dtep/xhtml-strict/acronym.tag +++ b/quanta/data/dtep/xhtml-strict/acronym.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/address.tag b/quanta/data/dtep/xhtml-strict/address.tag index c74c8141..3b1f699e 100644 --- a/quanta/data/dtep/xhtml-strict/address.tag +++ b/quanta/data/dtep/xhtml-strict/address.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="address" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/area.tag b/quanta/data/dtep/xhtml-strict/area.tag index 77286795..578166c8 100644 --- a/quanta/data/dtep/xhtml-strict/area.tag +++ b/quanta/data/dtep/xhtml-strict/area.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="area" hasFocus="1" hasScript="1" hasCore="1" hasI18n="1" single="1"> - <attr name="tqshape" type="list"> + <attr name="shape" type="list"> <text>Shape</text> <textlocation col="0" row="0" /> <location col="1" row="0" colspan="2"/> diff --git a/quanta/data/dtep/xhtml-strict/b.tag b/quanta/data/dtep/xhtml-strict/b.tag index 736049f5..54e28332 100644 --- a/quanta/data/dtep/xhtml-strict/b.tag +++ b/quanta/data/dtep/xhtml-strict/b.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="b" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/bdo.tag b/quanta/data/dtep/xhtml-strict/bdo.tag index 1e6919b4..7435ea68 100644 --- a/quanta/data/dtep/xhtml-strict/bdo.tag +++ b/quanta/data/dtep/xhtml-strict/bdo.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="bdo" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -38,6 +38,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/big.tag b/quanta/data/dtep/xhtml-strict/big.tag index c9ca87ac..b951e28b 100644 --- a/quanta/data/dtep/xhtml-strict/big.tag +++ b/quanta/data/dtep/xhtml-strict/big.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="big" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/blockquote.tag b/quanta/data/dtep/xhtml-strict/blockquote.tag index f3acbe4a..c85ecfb9 100644 --- a/quanta/data/dtep/xhtml-strict/blockquote.tag +++ b/quanta/data/dtep/xhtml-strict/blockquote.tag @@ -10,7 +10,7 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="address" /> <child name="blockquote" /> <child name="del" /> @@ -33,6 +33,6 @@ <child name="script" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/body.tag b/quanta/data/dtep/xhtml-strict/body.tag index e991819e..c2e67cdf 100644 --- a/quanta/data/dtep/xhtml-strict/body.tag +++ b/quanta/data/dtep/xhtml-strict/body.tag @@ -14,7 +14,7 @@ <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="address" /> <child name="blockquote" /> <child name="del" /> @@ -37,7 +37,7 @@ <child name="script" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/button.tag b/quanta/data/dtep/xhtml-strict/button.tag index 4cea665b..bf88752c 100644 --- a/quanta/data/dtep/xhtml-strict/button.tag +++ b/quanta/data/dtep/xhtml-strict/button.tag @@ -32,7 +32,7 @@ <tooltip>Disable the element</tooltip> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="abbr" /> <child name="acronym" /> @@ -78,6 +78,6 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/caption.tag b/quanta/data/dtep/xhtml-strict/caption.tag index 956ed2bd..0d433812 100644 --- a/quanta/data/dtep/xhtml-strict/caption.tag +++ b/quanta/data/dtep/xhtml-strict/caption.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="caption" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/cite.tag b/quanta/data/dtep/xhtml-strict/cite.tag index b3e2e76b..58cb492f 100644 --- a/quanta/data/dtep/xhtml-strict/cite.tag +++ b/quanta/data/dtep/xhtml-strict/cite.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/code.tag b/quanta/data/dtep/xhtml-strict/code.tag index 625050da..b29a87d4 100644 --- a/quanta/data/dtep/xhtml-strict/code.tag +++ b/quanta/data/dtep/xhtml-strict/code.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="code" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/colgroup.tag b/quanta/data/dtep/xhtml-strict/colgroup.tag index 20c27974..d4ecc9a8 100644 --- a/quanta/data/dtep/xhtml-strict/colgroup.tag +++ b/quanta/data/dtep/xhtml-strict/colgroup.tag @@ -54,8 +54,8 @@ You can add multiple values with commas</tooltip> <location col="1" row="5" /> </attr> -<tqchildren> +<children> <child name="col" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/dd.tag b/quanta/data/dtep/xhtml-strict/dd.tag index 53fda2d1..97992bf9 100644 --- a/quanta/data/dtep/xhtml-strict/dd.tag +++ b/quanta/data/dtep/xhtml-strict/dd.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="dd" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -56,6 +56,6 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/del.tag b/quanta/data/dtep/xhtml-strict/del.tag index 27d93048..eab2ed61 100644 --- a/quanta/data/dtep/xhtml-strict/del.tag +++ b/quanta/data/dtep/xhtml-strict/del.tag @@ -14,7 +14,7 @@ <textlocation col="0" row="1" /> <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -68,6 +68,6 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/dfn.tag b/quanta/data/dtep/xhtml-strict/dfn.tag index 42d4d6fc..fbeb6d72 100644 --- a/quanta/data/dtep/xhtml-strict/dfn.tag +++ b/quanta/data/dtep/xhtml-strict/dfn.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/div.tag b/quanta/data/dtep/xhtml-strict/div.tag index 1f83d680..aba511ae 100644 --- a/quanta/data/dtep/xhtml-strict/div.tag +++ b/quanta/data/dtep/xhtml-strict/div.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="div" hasScript="1" hasCore="1" hasI18n="1" scope="paragraph"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -57,6 +57,6 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/dl.tag b/quanta/data/dtep/xhtml-strict/dl.tag index d1edcf28..430067b8 100644 --- a/quanta/data/dtep/xhtml-strict/dl.tag +++ b/quanta/data/dtep/xhtml-strict/dl.tag @@ -2,9 +2,9 @@ <!DOCTYPE TAGS> <TAGS> <tag name="dl" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="dt" /> <child name="dd" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/dt.tag b/quanta/data/dtep/xhtml-strict/dt.tag index efc31477..ef239795 100644 --- a/quanta/data/dtep/xhtml-strict/dt.tag +++ b/quanta/data/dtep/xhtml-strict/dt.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="dt" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/em.tag b/quanta/data/dtep/xhtml-strict/em.tag index f858197f..807065df 100644 --- a/quanta/data/dtep/xhtml-strict/em.tag +++ b/quanta/data/dtep/xhtml-strict/em.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="em" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/fieldset.tag b/quanta/data/dtep/xhtml-strict/fieldset.tag index 9384f3d1..588944d5 100644 --- a/quanta/data/dtep/xhtml-strict/fieldset.tag +++ b/quanta/data/dtep/xhtml-strict/fieldset.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="fieldset" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -58,7 +58,7 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/form.tag b/quanta/data/dtep/xhtml-strict/form.tag index d4d7d9c3..d8b0e6dc 100644 --- a/quanta/data/dtep/xhtml-strict/form.tag +++ b/quanta/data/dtep/xhtml-strict/form.tag @@ -68,7 +68,7 @@ <location col="1" row="6" colspan="3"/> </attr> -<tqchildren> +<children> <child name="address" /> <child name="blockquote" /> <child name="del" /> @@ -90,6 +90,6 @@ <child name="script" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/head.tag b/quanta/data/dtep/xhtml-strict/head.tag index 6aeac10b..917a21b3 100644 --- a/quanta/data/dtep/xhtml-strict/head.tag +++ b/quanta/data/dtep/xhtml-strict/head.tag @@ -15,7 +15,7 @@ <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="base" /> <child name="link" /> <child name="meta" usage="required" /> @@ -23,7 +23,7 @@ <child name="title" usage="required" /> <child name="script" /> <child name="style" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/headings.tag b/quanta/data/dtep/xhtml-strict/headings.tag index 259cf843..b7190ebc 100644 --- a/quanta/data/dtep/xhtml-strict/headings.tag +++ b/quanta/data/dtep/xhtml-strict/headings.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="h1" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -38,12 +38,12 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> <tag name="h2" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -78,12 +78,12 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> <tag name="h3" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -118,12 +118,12 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> <tag name="h4" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -158,12 +158,12 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> <tag name="h5" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -198,12 +198,12 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> <tag name="h6" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -238,7 +238,7 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/html.tag b/quanta/data/dtep/xhtml-strict/html.tag index 45a26694..afc592c3 100644 --- a/quanta/data/dtep/xhtml-strict/html.tag +++ b/quanta/data/dtep/xhtml-strict/html.tag @@ -18,10 +18,10 @@ </items> </attr> -<tqchildren> +<children> <child name="head" /> <child name="body" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/i.tag b/quanta/data/dtep/xhtml-strict/i.tag index f7bcd0ef..36dbd43a 100644 --- a/quanta/data/dtep/xhtml-strict/i.tag +++ b/quanta/data/dtep/xhtml-strict/i.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/ins.tag b/quanta/data/dtep/xhtml-strict/ins.tag index 5bd2e4a4..eed48a2c 100644 --- a/quanta/data/dtep/xhtml-strict/ins.tag +++ b/quanta/data/dtep/xhtml-strict/ins.tag @@ -14,7 +14,7 @@ <textlocation col="0" row="1" /> <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -68,6 +68,6 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/kbd.tag b/quanta/data/dtep/xhtml-strict/kbd.tag index 246f6230..2b222085 100644 --- a/quanta/data/dtep/xhtml-strict/kbd.tag +++ b/quanta/data/dtep/xhtml-strict/kbd.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/label.tag b/quanta/data/dtep/xhtml-strict/label.tag index f675a366..9b898aee 100644 --- a/quanta/data/dtep/xhtml-strict/label.tag +++ b/quanta/data/dtep/xhtml-strict/label.tag @@ -26,7 +26,7 @@ <textlocation col="0" row="3" /> <location col="1" row="3" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -61,6 +61,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/legend.tag b/quanta/data/dtep/xhtml-strict/legend.tag index 034fbaa2..1a5f486c 100644 --- a/quanta/data/dtep/xhtml-strict/legend.tag +++ b/quanta/data/dtep/xhtml-strict/legend.tag @@ -9,7 +9,7 @@ <location col="3" row="0" colspan="1" /> <tooltip>Shortcut</tooltip> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -44,6 +44,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/li.tag b/quanta/data/dtep/xhtml-strict/li.tag index 66fd4600..5ceb4358 100644 --- a/quanta/data/dtep/xhtml-strict/li.tag +++ b/quanta/data/dtep/xhtml-strict/li.tag @@ -6,7 +6,7 @@ <stoppingtags> <stoppingtag name="li" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -60,6 +60,6 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/map.tag b/quanta/data/dtep/xhtml-strict/map.tag index 5104be41..8f6a1e9d 100644 --- a/quanta/data/dtep/xhtml-strict/map.tag +++ b/quanta/data/dtep/xhtml-strict/map.tag @@ -9,7 +9,7 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="address" /> <child name="area" /> <child name="blockquote" /> @@ -33,7 +33,7 @@ <child name="script" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/noscript.tag b/quanta/data/dtep/xhtml-strict/noscript.tag index 7dad1ffe..451adfd4 100644 --- a/quanta/data/dtep/xhtml-strict/noscript.tag +++ b/quanta/data/dtep/xhtml-strict/noscript.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="address" /> <child name="blockquote" /> <child name="del" /> @@ -26,6 +26,6 @@ <child name="script" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/object.tag b/quanta/data/dtep/xhtml-strict/object.tag index fc8a1d5a..add63d74 100644 --- a/quanta/data/dtep/xhtml-strict/object.tag +++ b/quanta/data/dtep/xhtml-strict/object.tag @@ -102,7 +102,7 @@ <location col="1" row="12" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -157,7 +157,7 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/ol.tag b/quanta/data/dtep/xhtml-strict/ol.tag index 98e58f38..25c76d7a 100644 --- a/quanta/data/dtep/xhtml-strict/ol.tag +++ b/quanta/data/dtep/xhtml-strict/ol.tag @@ -3,9 +3,9 @@ <TAGS> <tag name="ol" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="li" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/optgroup.tag b/quanta/data/dtep/xhtml-strict/optgroup.tag index 56839297..08a52ff5 100644 --- a/quanta/data/dtep/xhtml-strict/optgroup.tag +++ b/quanta/data/dtep/xhtml-strict/optgroup.tag @@ -15,9 +15,9 @@ <location col="1" row="0" colspan="1" /> </attr> -<tqchildren> +<children> <child name="option" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/p.tag b/quanta/data/dtep/xhtml-strict/p.tag index 9146892d..4c5e225f 100644 --- a/quanta/data/dtep/xhtml-strict/p.tag +++ b/quanta/data/dtep/xhtml-strict/p.tag @@ -13,7 +13,7 @@ <stoppingtag name="dd" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -48,7 +48,7 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/pre.tag b/quanta/data/dtep/xhtml-strict/pre.tag index 7c5f6909..9abff9a7 100644 --- a/quanta/data/dtep/xhtml-strict/pre.tag +++ b/quanta/data/dtep/xhtml-strict/pre.tag @@ -11,7 +11,7 @@ <item>preserve</item> </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -40,6 +40,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/q.tag b/quanta/data/dtep/xhtml-strict/q.tag index 76d13722..ebb1b878 100644 --- a/quanta/data/dtep/xhtml-strict/q.tag +++ b/quanta/data/dtep/xhtml-strict/q.tag @@ -8,7 +8,7 @@ <textlocation col="0" row="0" /> <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -43,6 +43,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/samp.tag b/quanta/data/dtep/xhtml-strict/samp.tag index e0f7bdf7..2ec41eb4 100644 --- a/quanta/data/dtep/xhtml-strict/samp.tag +++ b/quanta/data/dtep/xhtml-strict/samp.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/select.tag b/quanta/data/dtep/xhtml-strict/select.tag index fb17bd73..d0c87373 100644 --- a/quanta/data/dtep/xhtml-strict/select.tag +++ b/quanta/data/dtep/xhtml-strict/select.tag @@ -53,10 +53,10 @@ <stoppingtag name="select" /> </stoppingtags> -<tqchildren> +<children> <child name="optgroup" /> <child name="option" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/small.tag b/quanta/data/dtep/xhtml-strict/small.tag index 0d2c4263..0fdbe561 100644 --- a/quanta/data/dtep/xhtml-strict/small.tag +++ b/quanta/data/dtep/xhtml-strict/small.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="small" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/span.tag b/quanta/data/dtep/xhtml-strict/span.tag index 6218d5d7..ca85ab65 100644 --- a/quanta/data/dtep/xhtml-strict/span.tag +++ b/quanta/data/dtep/xhtml-strict/span.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="span" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/strong.tag b/quanta/data/dtep/xhtml-strict/strong.tag index 3bc13488..98d57d89 100644 --- a/quanta/data/dtep/xhtml-strict/strong.tag +++ b/quanta/data/dtep/xhtml-strict/strong.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/style.tag b/quanta/data/dtep/xhtml-strict/style.tag index afa3fe55..aa052448 100644 --- a/quanta/data/dtep/xhtml-strict/style.tag +++ b/quanta/data/dtep/xhtml-strict/style.tag @@ -50,8 +50,8 @@ <item>preserve</item> </items> </attr> - <tqchildren> + <children> <child name="#text" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/sub.tag b/quanta/data/dtep/xhtml-strict/sub.tag index 0a195674..5691c5f0 100644 --- a/quanta/data/dtep/xhtml-strict/sub.tag +++ b/quanta/data/dtep/xhtml-strict/sub.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/sup.tag b/quanta/data/dtep/xhtml-strict/sup.tag index 815c4e35..33e052d3 100644 --- a/quanta/data/dtep/xhtml-strict/sup.tag +++ b/quanta/data/dtep/xhtml-strict/sup.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/table.tag b/quanta/data/dtep/xhtml-strict/table.tag index 39d145c9..aa22e02c 100644 --- a/quanta/data/dtep/xhtml-strict/table.tag +++ b/quanta/data/dtep/xhtml-strict/table.tag @@ -65,7 +65,7 @@ <location col="1" row="4" colspan="3"/> </attr> -<tqchildren> +<children> <child name="caption" /> <child name="col" /> <child name="colgroup" /> @@ -73,7 +73,7 @@ <child name="tfoot" /> <child name="tbody" /> <child name="tr" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/tbody.tag b/quanta/data/dtep/xhtml-strict/tbody.tag index c04eebf6..db13711d 100644 --- a/quanta/data/dtep/xhtml-strict/tbody.tag +++ b/quanta/data/dtep/xhtml-strict/tbody.tag @@ -40,9 +40,9 @@ <location col="1" row="3" /> </attr> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/td.tag b/quanta/data/dtep/xhtml-strict/td.tag index 26c47877..48775d37 100644 --- a/quanta/data/dtep/xhtml-strict/td.tag +++ b/quanta/data/dtep/xhtml-strict/td.tag @@ -88,7 +88,7 @@ <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -142,6 +142,6 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/textarea.tag b/quanta/data/dtep/xhtml-strict/textarea.tag index 50f9210a..9c94dc0f 100644 --- a/quanta/data/dtep/xhtml-strict/textarea.tag +++ b/quanta/data/dtep/xhtml-strict/textarea.tag @@ -42,8 +42,8 @@ <textlocation col="0" row="4" colspan="1" /> <location col="1" row="4" colspan="3" /> </attr> - <tqchildren> + <children> <child name="#text" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/tfoot.tag b/quanta/data/dtep/xhtml-strict/tfoot.tag index cca684ca..e07605f4 100644 --- a/quanta/data/dtep/xhtml-strict/tfoot.tag +++ b/quanta/data/dtep/xhtml-strict/tfoot.tag @@ -40,9 +40,9 @@ <location col="1" row="3" /> </attr> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/th.tag b/quanta/data/dtep/xhtml-strict/th.tag index 84230d57..d5c619f2 100644 --- a/quanta/data/dtep/xhtml-strict/th.tag +++ b/quanta/data/dtep/xhtml-strict/th.tag @@ -88,7 +88,7 @@ <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -142,7 +142,7 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/thead.tag b/quanta/data/dtep/xhtml-strict/thead.tag index 5bb973ca..059263d1 100644 --- a/quanta/data/dtep/xhtml-strict/thead.tag +++ b/quanta/data/dtep/xhtml-strict/thead.tag @@ -40,9 +40,9 @@ <location col="1" row="3" /> </attr> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/title.tag b/quanta/data/dtep/xhtml-strict/title.tag index 02ef0059..f24df571 100644 --- a/quanta/data/dtep/xhtml-strict/title.tag +++ b/quanta/data/dtep/xhtml-strict/title.tag @@ -7,8 +7,8 @@ <textlocation col="0" row="0" /> <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/tr.tag b/quanta/data/dtep/xhtml-strict/tr.tag index e1611664..4baf805c 100644 --- a/quanta/data/dtep/xhtml-strict/tr.tag +++ b/quanta/data/dtep/xhtml-strict/tr.tag @@ -45,9 +45,9 @@ <stoppingtag name="tfoot" /> </stoppingtags> -<tqchildren> +<children> <child name="th" /> <child name="td" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/tt.tag b/quanta/data/dtep/xhtml-strict/tt.tag index 91138326..a7506a8b 100644 --- a/quanta/data/dtep/xhtml-strict/tt.tag +++ b/quanta/data/dtep/xhtml-strict/tt.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/ul.tag b/quanta/data/dtep/xhtml-strict/ul.tag index 9f1450f6..bd4404c4 100644 --- a/quanta/data/dtep/xhtml-strict/ul.tag +++ b/quanta/data/dtep/xhtml-strict/ul.tag @@ -3,9 +3,9 @@ <TAGS> <tag name="ul" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="li" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-strict/var.tag b/quanta/data/dtep/xhtml-strict/var.tag index 4c4e8dc3..1c20c088 100644 --- a/quanta/data/dtep/xhtml-strict/var.tag +++ b/quanta/data/dtep/xhtml-strict/var.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="var" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -37,6 +37,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> |