diff options
Diffstat (limited to 'quanta/data/dtep')
431 files changed, 1160 insertions, 1160 deletions
diff --git a/quanta/data/dtep/cffunct/bitmaskset.tag b/quanta/data/dtep/cffunct/bitmaskset.tag index 0e57dec9..42289ce6 100644 --- a/quanta/data/dtep/cffunct/bitmaskset.tag +++ b/quanta/data/dtep/cffunct/bitmaskset.tag @@ -2,7 +2,7 @@ <TAGS> <tag name="BitMaskSet" type="function" returnType="number"> <attr name="number" type="int" status="required" /> - <attr name="tqmask" type="int" status="required" /> + <attr name="mask" type="int" status="required" /> <attr name="start" type="int" status="required" /> <attr name="length" type="int" status="required" /> </tag> diff --git a/quanta/data/dtep/cffunct/datetime.tag b/quanta/data/dtep/cffunct/datetime.tag index bd5b4e04..a2f29126 100644 --- a/quanta/data/dtep/cffunct/datetime.tag +++ b/quanta/data/dtep/cffunct/datetime.tag @@ -54,7 +54,7 @@ </tag> <tag name="DateFormat" type="function" returnType="date"> <attr name="date" type="object" status="required" /> - <attr name="tqmask" type="object" status="optional" /> + <attr name="mask" type="object" status="optional" /> </tag> <tag name="DatePart" type="function" returnType="int"> <attr name="datepart" type="string" status="required" /> diff --git a/quanta/data/dtep/cfml/cfldap.tag b/quanta/data/dtep/cfml/cfldap.tag index 497d51aa..9d77cd77 100644 --- a/quanta/data/dtep/cfml/cfldap.tag +++ b/quanta/data/dtep/cfml/cfldap.tag @@ -43,7 +43,7 @@ <items> <item>add</item> <item>delete</item> - <item>tqreplace</item> + <item>replace</item> </items> </attr> <attr name="rebind" type="list"> diff --git a/quanta/data/dtep/cfml/cftreeitem.tag b/quanta/data/dtep/cfml/cftreeitem.tag index 710ddd6f..2e54a59a 100644 --- a/quanta/data/dtep/cfml/cftreeitem.tag +++ b/quanta/data/dtep/cfml/cftreeitem.tag @@ -3,7 +3,7 @@ <tag name="cftreeitem" single="1"> <attr name="value" /> <attr name="display" /> - <attr name="tqparent" /> + <attr name="parent" /> <attr name="img" type="list"> <items> <item>cd</item> diff --git a/quanta/data/dtep/css/table-layout.tag b/quanta/data/dtep/css/table-layout.tag index 4e47f267..36306882 100644 --- a/quanta/data/dtep/css/table-layout.tag +++ b/quanta/data/dtep/css/table-layout.tag @@ -1,6 +1,6 @@ <!DOCTYPE tags> <tags> - <tag name="table-tqlayout" type="property"> + <tag name="table-layout" type="property"> <attr name="value" type="list"> <items> <item>auto</item> diff --git a/quanta/data/dtep/css/unicode-bidi.tag b/quanta/data/dtep/css/unicode-bidi.tag index b0d9024d..cb3b4cf8 100644 --- a/quanta/data/dtep/css/unicode-bidi.tag +++ b/quanta/data/dtep/css/unicode-bidi.tag @@ -1,6 +1,6 @@ <!DOCTYPE tags> <tags> - <tag name="tqunicode-bidi" type="property"> + <tag name="unicode-bidi" type="property"> <attr name="value" type="list"> <items> <item>normal</item> diff --git a/quanta/data/dtep/docbook-4.2/a.tag b/quanta/data/dtep/docbook-4.2/a.tag index 367eaca6..2e5e1355 100644 --- a/quanta/data/dtep/docbook-4.2/a.tag +++ b/quanta/data/dtep/docbook-4.2/a.tag @@ -253,8 +253,8 @@ </attr> </tag> <tag name="article" hasCore="1"> - <attr name="tqparentbook" type="input"> - <text>tqparentbook</text> + <attr name="parentbook" type="input"> + <text>parentbook</text> <textlocation row="0" col="0" /> <location row="0" col="1" /> </attr> diff --git a/quanta/data/dtep/docbook-4.2/l.tag b/quanta/data/dtep/docbook-4.2/l.tag index b94155dc..08737456 100644 --- a/quanta/data/dtep/docbook-4.2/l.tag +++ b/quanta/data/dtep/docbook-4.2/l.tag @@ -41,7 +41,7 @@ </items> </attr> </tag> - <tag name="literaltqlayout" hasCore="1"> + <tag name="literallayout" hasCore="1"> <attr name="width" type="input"> <text>width</text> <textlocation row="0" col="0" /> diff --git a/quanta/data/dtep/docbook-4.2/s.tag b/quanta/data/dtep/docbook-4.2/s.tag index 45e0e481..1a616cc1 100644 --- a/quanta/data/dtep/docbook-4.2/s.tag +++ b/quanta/data/dtep/docbook-4.2/s.tag @@ -470,7 +470,7 @@ <item>ipaddress</item> <item>library</item> <item>macro</item> - <item>nettqmask</item> + <item>netmask</item> <item>newsgroup</item> <item>osname</item> <item>resource</item> diff --git a/quanta/data/dtep/dtd-description.txt b/quanta/data/dtep/dtd-description.txt index b66ad8c6..3c55890d 100644 --- a/quanta/data/dtep/dtd-description.txt +++ b/quanta/data/dtep/dtd-description.txt @@ -172,7 +172,7 @@ TypeRx = regular expression to find the type of the element. The pattern is DefinitionRx =\$+([a-zA-Z]+)=new\\s[a-zA-Z]+; TypeRx = new\\s([a-zA-Z]+); This will match strings like "$fooObj=new foo;". Now this string is - searched and it will tqfind "new foo;", where "foo" is the first + searched and it will find "new foo;", where "foo" is the first captured text (the regular expression matching foo is between brackets). So the type of "$fooObj" is "foo". @@ -185,7 +185,7 @@ ClearRx = OBSOLETED by DefinitionRx. Don't use it. [Parsing rules] AreaBorders = comma separated list of the area borders encapsulating this pseudo DTD. In case of PHP it is: <? ?>, <* *>, <% %> -Tags = tagname(attribute[defaultvalue]). If the tqparent(real) DTD has a tag with tagname and +Tags = tagname(attribute[defaultvalue]). If the parent(real) DTD has a tag with tagname and the attribute value of this tag is equal with the DTD name, the tag area is parsed according to the rules of this DTD. If [defaultvalue] is present, it means that if the attribute is not present in the tag it's taken as present with value = defaultvalue. Example: diff --git a/quanta/data/dtep/html-frameset/font.tag b/quanta/data/dtep/html-frameset/font.tag index 1c8aa521..2e38aa2c 100644 --- a/quanta/data/dtep/html-frameset/font.tag +++ b/quanta/data/dtep/html-frameset/font.tag @@ -31,7 +31,7 @@ <item>-4</item> </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -71,7 +71,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-frameset/frame.tag b/quanta/data/dtep/html-frameset/frame.tag index 44b8fd0c..0cf37a05 100644 --- a/quanta/data/dtep/html-frameset/frame.tag +++ b/quanta/data/dtep/html-frameset/frame.tag @@ -9,10 +9,10 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="frameset" /> <child name="head" /> -</tqchildren> +</children> </tag> diff --git a/quanta/data/dtep/html-frameset/frameset.tag b/quanta/data/dtep/html-frameset/frameset.tag index c32bd8ae..0c830af5 100644 --- a/quanta/data/dtep/html-frameset/frameset.tag +++ b/quanta/data/dtep/html-frameset/frameset.tag @@ -26,10 +26,10 @@ <textlocation col="0" row="4" /> <location col="1" row="4" colspan="2"/> </attr> -<tqchildren> +<children> <child name="frame" /> <child name="frameset" /> <child name="noframes" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/a.tag b/quanta/data/dtep/html-strict/a.tag index 471badb7..a10e1c04 100644 --- a/quanta/data/dtep/html-strict/a.tag +++ b/quanta/data/dtep/html-strict/a.tag @@ -109,9 +109,9 @@ <attr name="charset"> </attr> <attr name="accesskey"> </attr> <attr name="tabindex"> </attr> - <attr name="tqshape"> </attr> + <attr name="shape"> </attr> <attr name="coords"> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -143,11 +143,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -180,11 +180,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -217,11 +217,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="address" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -254,12 +254,12 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="area" 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/html-strict/b.tag b/quanta/data/dtep/html-strict/b.tag index d2bb30da..47424fe8 100644 --- a/quanta/data/dtep/html-strict/b.tag +++ b/quanta/data/dtep/html-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="tt" /> <child name="i" /> @@ -35,7 +35,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="base" single="1"> @@ -71,7 +71,7 @@ <textlocation col="0" row="1" /> <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -104,11 +104,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="big" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -141,7 +141,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="blockquote" hasScript="1" hasCore="1" hasI18n="1"> @@ -163,7 +163,7 @@ <item>RTL</item> </items> </attr> -<tqchildren> +<children> <child name="p" /> <child name="h1" /> <child name="h2" /> @@ -184,7 +184,7 @@ <child name="fieldset" /> <child name="address" /> <child name="script" /> - </tqchildren> + </children> </tag> @@ -246,7 +246,7 @@ <attr name="leftmargin"> </attr> <attr name="marginwidth"> </attr> <attr name="marginheight"> </attr> -<tqchildren> +<children> <child name="p" /> <child name="h1" /> <child name="h2" /> @@ -269,7 +269,7 @@ <child name="script" /> <child name="ins" /> <child name="del" /> - </tqchildren> + </children> </tag> <tag name="br" hasCore="1" single="1"> @@ -316,7 +316,7 @@ <textlocation col="0" row="3" /> <location col="1" row="3" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -360,6 +360,6 @@ <child name="hr" /> <child name="table" /> <child name="address" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/c.tag b/quanta/data/dtep/html-strict/c.tag index 25afb2f1..e22bc9d3 100644 --- a/quanta/data/dtep/html-strict/c.tag +++ b/quanta/data/dtep/html-strict/c.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="caption" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -35,11 +35,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -72,11 +72,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="code" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -109,7 +109,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="col" hasScript="1" hasCore="1" hasI18n="1" single="1"> @@ -164,14 +164,14 @@ <attr name="char" type="input"> <text>Character</text> <textlocation col="0" row="4" /> - <tooltip>tqalignment character for cells</tooltip> + <tooltip>alignment character for cells</tooltip> <location col="1" row="4" /> </attr> <attr name="charoff" type="input"> <text>Character offset</text> <textlocation col="0" row="5" /> - <tooltip>tqalignment character offset</tooltip> + <tooltip>alignment character offset</tooltip> <location col="1" row="5" /> </attr> @@ -232,19 +232,19 @@ <attr name="char" type="input"> <text>Character</text> <textlocation col="0" row="4" /> - <tooltip>tqalignment character for cells</tooltip> + <tooltip>alignment character for cells</tooltip> <location col="1" row="4" /> </attr> <attr name="charoff" type="input"> <text>Character offset</text> <textlocation col="0" row="5" /> - <tooltip>tqalignment character offset</tooltip> + <tooltip>alignment character offset</tooltip> <location col="1" row="5" /> </attr> -<tqchildren> +<children> <child name="col" usage="required" /> -</tqchildren> +</children> <stoppingtags> <stoppingtag name="colgroup" /> <stoppingtag name="tbody" /> diff --git a/quanta/data/dtep/html-strict/d.tag b/quanta/data/dtep/html-strict/d.tag index d9ef7134..bef94ba9 100644 --- a/quanta/data/dtep/html-strict/d.tag +++ b/quanta/data/dtep/html-strict/d.tag @@ -6,7 +6,7 @@ <stoppingtag name="dt" /> <stoppingtag name="dd" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -58,7 +58,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> <tag name="del" hasCore="1" hasI18n="1" hasScript="1"> @@ -72,7 +72,7 @@ <textlocation col="0" row="1" /> <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -124,11 +124,11 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> <tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -161,7 +161,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="div" hasScript="1" hasCore="1" hasI18n="1" scope="paragraph"> @@ -178,7 +178,7 @@ <item>justify</item> </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -230,7 +230,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> -</tqchildren> +</children> </tag> <tag name="dl" hasCore="1" hasI18n="1" hasScript="1"> @@ -239,10 +239,10 @@ <textlocation col="0" row="0" /> <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="dt" /> <child name="dd" /> -</tqchildren> +</children> </tag> <tag name="dt" hasCore="1" hasI18n="1" hasScript="1" optional="1"> @@ -250,7 +250,7 @@ <stoppingtag name="dt" /> <stoppingtag name="dd" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -283,6 +283,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/e.tag b/quanta/data/dtep/html-strict/e.tag index ab77988b..275630e7 100644 --- a/quanta/data/dtep/html-strict/e.tag +++ b/quanta/data/dtep/html-strict/e.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="em" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -35,6 +35,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/f.tag b/quanta/data/dtep/html-strict/f.tag index 786f2108..67ce4dc9 100644 --- a/quanta/data/dtep/html-strict/f.tag +++ b/quanta/data/dtep/html-strict/f.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="fieldset" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <chid name="legend" /> <child name="tt" /> @@ -55,7 +55,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> <tag name="form" hasScript="1" hasCore="1" hasI18n="1"> @@ -109,7 +109,7 @@ <attr name="onsubmit"> </attr> <attr name="onreset"> </attr> -<tqchildren> +<children> <child name="p" /> <child name="h1" /> <child name="h2" /> @@ -130,7 +130,7 @@ <child name="fieldset" /> <child name="address" /> <child name="script" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/h.tag b/quanta/data/dtep/html-strict/h.tag index fd241416..9d48f029 100644 --- a/quanta/data/dtep/html-strict/h.tag +++ b/quanta/data/dtep/html-strict/h.tag @@ -15,7 +15,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -48,7 +48,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="h2" hasScript="1" hasCore="1" hasI18n="1"> @@ -65,7 +65,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -98,7 +98,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="h3" hasScript="1" hasCore="1" hasI18n="1"> @@ -115,7 +115,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -148,7 +148,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="h4" hasScript="1" hasCore="1" hasI18n="1"> @@ -165,7 +165,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -198,7 +198,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="h5" hasScript="1" hasCore="1" hasI18n="1"> @@ -215,7 +215,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -248,7 +248,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="h6" hasScript="1" hasCore="1" hasI18n="1"> @@ -265,7 +265,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -298,7 +298,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="head" hasI18n="1"> @@ -309,7 +309,7 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="title" usage="required" /> <child name="isindex" /> <child name="base" /> @@ -318,7 +318,7 @@ <child name="meta" /> <child name="link" /> <child name="object" /> -</tqchildren> +</children> </tag> <tag name="hr" hasScript="1" hasCore="1" single="1"> @@ -365,10 +365,10 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="body" /> <child name="head" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/i.tag b/quanta/data/dtep/html-strict/i.tag index e38436b8..cf4f838e 100644 --- a/quanta/data/dtep/html-strict/i.tag +++ b/quanta/data/dtep/html-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="tt" /> <child name="i" /> @@ -35,7 +35,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="img" single="1"> @@ -246,7 +246,7 @@ <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -298,6 +298,6 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/k.tag b/quanta/data/dtep/html-strict/k.tag index fa12141e..fa7f66d9 100644 --- a/quanta/data/dtep/html-strict/k.tag +++ b/quanta/data/dtep/html-strict/k.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -35,6 +35,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/l.tag b/quanta/data/dtep/html-strict/l.tag index 4117b3a0..68718b4f 100644 --- a/quanta/data/dtep/html-strict/l.tag +++ b/quanta/data/dtep/html-strict/l.tag @@ -23,7 +23,7 @@ <location col="1" row="3" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -55,7 +55,7 @@ <child name="select" /> <child name="textarea" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="legend" hasCore="1" hasI18n="1" hasScript="1"> @@ -76,7 +76,7 @@ <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -109,7 +109,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="li" hasCore="1" hasI18n="1" hasScript="1" optional="1"> @@ -140,7 +140,7 @@ <text>compact</text> <location col="0" row="2" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -192,7 +192,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> <tag name="link" hasScript="1" hasCore="1" hasI18n="1" single="1"> diff --git a/quanta/data/dtep/html-strict/m.tag b/quanta/data/dtep/html-strict/m.tag index 92908dd3..3b20e3bd 100644 --- a/quanta/data/dtep/html-strict/m.tag +++ b/quanta/data/dtep/html-strict/m.tag @@ -27,7 +27,7 @@ <textlocation col="0" row="4" /> <location col="1" row="4" colspan="2" /> </attr> -<tqchildren> +<children> <child name="p" /> <child name="h1" /> <child name="h2" /> @@ -48,7 +48,7 @@ <child name="fieldset" /> <child name="address" /> <child name="area" /> -</tqchildren> +</children> </tag> <tag name="meta" hasI18n="1" single="1"> diff --git a/quanta/data/dtep/html-strict/n.tag b/quanta/data/dtep/html-strict/n.tag index 5d749973..648cbe2b 100644 --- a/quanta/data/dtep/html-strict/n.tag +++ b/quanta/data/dtep/html-strict/n.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="p" /> <child name="h1" /> <child name="h2" /> @@ -22,6 +22,6 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/o.tag b/quanta/data/dtep/html-strict/o.tag index 5b92af52..0caa1fee 100644 --- a/quanta/data/dtep/html-strict/o.tag +++ b/quanta/data/dtep/html-strict/o.tag @@ -97,7 +97,7 @@ <textlocation col="0" row="16" /> <location col="1" row="16" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -150,7 +150,7 @@ <child name="fieldset" /> <child name="address" /> <child name="param" /> - </tqchildren> + </children> </tag> <tag name="ol" hasScript="1" hasCore="1" hasI18n="1"> @@ -179,9 +179,9 @@ <location col="0" row="2" colspan="2" /> </attr> -<tqchildren> +<children> <child name="li" usage="required" /> -</tqchildren> +</children> </tag> <tag name="option" hasScript="1" hasCore="1" hasI18n="1" optional="1"> @@ -235,8 +235,8 @@ <textlocation col="0" row="1" /> <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="option" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/p.tag b/quanta/data/dtep/html-strict/p.tag index fc7e41e1..71487b05 100644 --- a/quanta/data/dtep/html-strict/p.tag +++ b/quanta/data/dtep/html-strict/p.tag @@ -25,7 +25,7 @@ <stoppingtag name="dd" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -58,7 +58,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="param" single="1"> @@ -101,7 +101,7 @@ <textlocation col="0" row="1" /> <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -128,6 +128,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/q.tag b/quanta/data/dtep/html-strict/q.tag index b2e2fe60..3225bf5d 100644 --- a/quanta/data/dtep/html-strict/q.tag +++ b/quanta/data/dtep/html-strict/q.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="q" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -35,6 +35,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/s.tag b/quanta/data/dtep/html-strict/s.tag index ae23cb35..30f59c9c 100644 --- a/quanta/data/dtep/html-strict/s.tag +++ b/quanta/data/dtep/html-strict/s.tag @@ -33,13 +33,13 @@ <location col="0" row="4" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> -</tqchildren> +</children> </tag> <tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -72,7 +72,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="select" hasScript="1" hasCore="1" hasI18n="1"> @@ -123,14 +123,14 @@ <stoppingtag name="select" /> </stoppingtags> -<tqchildren> +<children> <child name="optgroup" /> <child name="option" /> -</tqchildren> +</children> </tag> <tag name="small" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -162,11 +162,11 @@ <child name="select" /> <child name="textarea" /> <child name="label" /> - <child name="button" /></tqchildren> + <child name="button" /></children> </tag> <tag name="span" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -199,11 +199,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -236,7 +236,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="style" hasI18n="1"> @@ -273,13 +273,13 @@ <location col="1" row="2" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> -</tqchildren> +</children> </tag> <tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -312,11 +312,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -349,6 +349,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/t.tag b/quanta/data/dtep/html-strict/t.tag index 691fdee5..426dbaaf 100644 --- a/quanta/data/dtep/html-strict/t.tag +++ b/quanta/data/dtep/html-strict/t.tag @@ -70,7 +70,7 @@ <attr name="rules"> </attr> <attr name="background"> </attr> <attr name="height"> </attr> -<tqchildren> +<children> <child name="caption" /> <child name="col" /> <child name="colgroup" /> @@ -78,7 +78,7 @@ <child name="tfoot" /> <child name="tbody" /> <child name="tr" usage="required" /> -</tqchildren> +</children> </tag> <tag name="tbody" hasScript="1" hasCore="1" hasI18n="1"> @@ -118,9 +118,9 @@ <attr name="char"> </attr> <attr name="charoff"> </attr> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> <tag name="td" hasScript="1" hasCore="1" hasI18n="1" optional="1"> @@ -222,7 +222,7 @@ <stoppingtag name="tr" /> <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -274,7 +274,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> <tag name="textarea" hasScript="1" hasCore="1" hasI18n="1"> @@ -320,9 +320,9 @@ <attr name="onselect"> </attr> <attr name="onchange"> </attr> -<tqchildren> +<children> <child name="#text" /> -</tqchildren> +</children> </tag> <tag name="tfoot" hasScript="1" hasCore="1" hasI18n="1"> @@ -360,9 +360,9 @@ <attr name="char"> </attr> <attr name="charoff"> </attr> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> <tag name="th" hasScript="1" hasCore="1" hasI18n="1" optional="1"> @@ -464,7 +464,7 @@ <stoppingtag name="tr" /> <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -516,7 +516,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> @@ -555,15 +555,15 @@ <attr name="char"> </attr> <attr name="charoff"> </attr> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> <tag name="title" hasI18n="1" > -<tqchildren> +<children> <child name="#text" /> -</tqchildren> +</children> </tag> <tag name="tr" hasScript="1" hasCore="1" hasI18n="1" optional="1"> @@ -606,14 +606,14 @@ <stoppingtag name="tr" /> <stoppingtag name="tfoot" /> </stoppingtags> -<tqchildren> +<children> <child name="th" /> <child name="td" usage="required" /> -</tqchildren> +</children> </tag> <tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -646,6 +646,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/u.tag b/quanta/data/dtep/html-strict/u.tag index df243de9..305f837c 100644 --- a/quanta/data/dtep/html-strict/u.tag +++ b/quanta/data/dtep/html-strict/u.tag @@ -20,14 +20,14 @@ <tooltip>Depricated in HTML 4.0</tooltip> <location col="0" row="2" colspan="2" /> </attr> -<tqchildren> +<children> <child name="li" usage="required" /> -</tqchildren> +</children> </tag> <tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -67,6 +67,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html-strict/v.tag b/quanta/data/dtep/html-strict/v.tag index 22026f9b..06fa14bb 100644 --- a/quanta/data/dtep/html-strict/v.tag +++ b/quanta/data/dtep/html-strict/v.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="var" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -35,6 +35,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/a.tag b/quanta/data/dtep/html/a.tag index 914f1031..a4658cb1 100644 --- a/quanta/data/dtep/html/a.tag +++ b/quanta/data/dtep/html/a.tag @@ -109,9 +109,9 @@ <attr name="charset"> </attr> <attr name="accesskey"> </attr> <attr name="tabindex"> </attr> - <attr name="tqshape"> </attr> + <attr name="shape"> </attr> <attr name="coords"> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -151,11 +151,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -195,11 +195,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -239,11 +239,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="address" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -284,12 +284,12 @@ <child name="label" /> <child name="button" /> <child name="p" /> -</tqchildren> +</children> </tag> <tag name="area" 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/html/b.tag b/quanta/data/dtep/html/b.tag index cab51e10..35877ad6 100644 --- a/quanta/data/dtep/html/b.tag +++ b/quanta/data/dtep/html/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="tt" /> <child name="i" /> @@ -42,7 +42,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="base" single="1"> @@ -76,7 +76,7 @@ <textlocation col="0" row="1" /> <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -116,11 +116,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="big" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -160,7 +160,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="blockquote" hasScript="1" hasCore="1" hasI18n="1"> @@ -182,7 +182,7 @@ <item>RTL</item> </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -246,7 +246,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> -</tqchildren> +</children> </tag> <tag name="body" hasScript="1" hasCore="1" hasI18n="1"> @@ -307,7 +307,7 @@ <attr name="leftmargin"> </attr> <attr name="marginwidth"> </attr> <attr name="marginheight"> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -373,7 +373,7 @@ <child name="address" /> <child name="ins" /> <child name="del" /> - </tqchildren> + </children> </tag> <tag name="br" hasCore="1" single="1"> @@ -418,7 +418,7 @@ <textlocation col="0" row="3" /> <location col="1" row="3" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -472,6 +472,6 @@ <child name="hr" /> <child name="table" /> <child name="address" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/c.tag b/quanta/data/dtep/html/c.tag index bea8512b..2875b88e 100644 --- a/quanta/data/dtep/html/c.tag +++ b/quanta/data/dtep/html/c.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="caption" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -42,12 +42,12 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="center" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -111,11 +111,11 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> -</tqchildren> +</children> </tag> <tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -155,11 +155,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="code" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -199,7 +199,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="col" hasScript="1" hasCore="1" hasI18n="1" single="1"> @@ -254,14 +254,14 @@ <attr name="char" type="input"> <text>Character</text> <textlocation col="0" row="4" /> - <tooltip>tqalignment character for cells</tooltip> + <tooltip>alignment character for cells</tooltip> <location col="1" row="4" /> </attr> <attr name="charoff" type="input"> <text>Character offset</text> <textlocation col="0" row="5" /> - <tooltip>tqalignment character offset</tooltip> + <tooltip>alignment character offset</tooltip> <location col="1" row="5" /> </attr> @@ -322,14 +322,14 @@ <attr name="char" type="input"> <text>Character</text> <textlocation col="0" row="4" /> - <tooltip>tqalignment character for cells</tooltip> + <tooltip>alignment character for cells</tooltip> <location col="1" row="4" /> </attr> <attr name="charoff" type="input"> <text>Character offset</text> <textlocation col="0" row="5" /> - <tooltip>tqalignment character offset</tooltip> + <tooltip>alignment character offset</tooltip> <location col="1" row="5" /> </attr> <stoppingtags> @@ -341,9 +341,9 @@ </stoppingtags> -<tqchildren> +<children> <child name="col" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/d.tag b/quanta/data/dtep/html/d.tag index 6de4bdfa..e482727f 100644 --- a/quanta/data/dtep/html/d.tag +++ b/quanta/data/dtep/html/d.tag @@ -6,7 +6,7 @@ <stoppingtag name="dt" /> <stoppingtag name="dd" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -70,7 +70,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> <tag name="del" hasCore="1" hasI18n="1" hasScript="1"> @@ -84,7 +84,7 @@ <textlocation col="0" row="1" /> <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -148,11 +148,11 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> <tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -192,7 +192,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="div" hasScript="1" hasCore="1" hasI18n="1"> @@ -209,7 +209,7 @@ <item>justify</item> </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -273,7 +273,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> <tag name="dl" hasCore="1" hasI18n="1" hasScript="1"> @@ -282,17 +282,17 @@ <textlocation col="0" row="0" /> <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="dt" /> <child name="dd" /> -</tqchildren> +</children> </tag> <tag name="dt" hasCore="1" hasI18n="1" hasScript="1" optional="1"> <stoppingtags> <stoppingtag name="dt" /> <stoppingtag name="dd" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -332,6 +332,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/e.tag b/quanta/data/dtep/html/e.tag index e8280e01..a966799a 100644 --- a/quanta/data/dtep/html/e.tag +++ b/quanta/data/dtep/html/e.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="em" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -42,6 +42,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/f.tag b/quanta/data/dtep/html/f.tag index ce9ca712..8136efba 100644 --- a/quanta/data/dtep/html/f.tag +++ b/quanta/data/dtep/html/f.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="fieldset" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -67,7 +67,7 @@ <child name="fieldset" /> <child name="address" /> <child name="legend" /> -</tqchildren> +</children> </tag> <tag name="form" hasScript="1" hasCore="1" hasI18n="1"> @@ -121,7 +121,7 @@ <attr name="onsubmit"> </attr> <attr name="onreset"> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -184,7 +184,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> -</tqchildren> +</children> </tag> @@ -235,7 +235,7 @@ <location col="0" row="9" colspan="3" /> </spacer> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -275,6 +275,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/h.tag b/quanta/data/dtep/html/h.tag index 2d63792d..febe25ca 100644 --- a/quanta/data/dtep/html/h.tag +++ b/quanta/data/dtep/html/h.tag @@ -15,7 +15,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -55,7 +55,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> @@ -73,7 +73,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -113,7 +113,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="h3" hasScript="1" hasCore="1" hasI18n="1"> @@ -130,7 +130,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -170,7 +170,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> @@ -188,7 +188,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -228,7 +228,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> @@ -246,7 +246,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -286,7 +286,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> @@ -304,7 +304,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -344,7 +344,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> @@ -356,7 +356,7 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="title" usage="required" /> <child name="isindex" /> <child name="base" /> @@ -365,7 +365,7 @@ <child name="meta" /> <child name="link" /> <child name="object" /> -</tqchildren> +</children> </tag> @@ -414,10 +414,10 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="body" /> <child name="head" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/i.tag b/quanta/data/dtep/html/i.tag index 45eed713..0dca3a63 100644 --- a/quanta/data/dtep/html/i.tag +++ b/quanta/data/dtep/html/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="tt" /> <child name="i" /> @@ -42,7 +42,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> @@ -133,7 +133,7 @@ <location col="1" row="12" /> </attr> -<tqchildren> +<children> <child name="a" /> <child name="abbr" /> <child name="acronym" /> @@ -198,7 +198,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> @@ -425,7 +425,7 @@ <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -489,6 +489,6 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/k.tag b/quanta/data/dtep/html/k.tag index 431505e9..e0babed5 100644 --- a/quanta/data/dtep/html/k.tag +++ b/quanta/data/dtep/html/k.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -42,6 +42,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/l.tag b/quanta/data/dtep/html/l.tag index ab677502..6e02de9f 100644 --- a/quanta/data/dtep/html/l.tag +++ b/quanta/data/dtep/html/l.tag @@ -23,7 +23,7 @@ <location col="1" row="3" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -62,7 +62,7 @@ <child name="select" /> <child name="textarea" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="legend" hasCore="1" hasI18n="1" hasScript="1"> @@ -83,7 +83,7 @@ <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -123,7 +123,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> - </tqchildren> + </children> </tag> <tag name="li" hasCore="1" hasI18n="1" hasScript="1" optional="1"> @@ -159,7 +159,7 @@ <stoppingtag name="ul" /> <stoppingtag name="ol" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -223,7 +223,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> - </tqchildren> + </children> </tag> <tag name="link" hasScript="1" hasCore="1" hasI18n="1" single="1"> diff --git a/quanta/data/dtep/html/m.tag b/quanta/data/dtep/html/m.tag index 130b81b5..413df4f8 100644 --- a/quanta/data/dtep/html/m.tag +++ b/quanta/data/dtep/html/m.tag @@ -27,7 +27,7 @@ <textlocation col="0" row="4" /> <location col="1" row="4" colspan="2" /> </attr> -<tqchildren> +<children> <child name="p" /> <child name="h1" /> <child name="h2" /> @@ -53,7 +53,7 @@ <child name="fieldset" /> <child name="address" /> <child name="area" /> -</tqchildren> +</children> </tag> <tag name="meta" hasI18n="1" single="1"> diff --git a/quanta/data/dtep/html/n.tag b/quanta/data/dtep/html/n.tag index b759bf5e..f745cf46 100644 --- a/quanta/data/dtep/html/n.tag +++ b/quanta/data/dtep/html/n.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -66,6 +66,6 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/o.tag b/quanta/data/dtep/html/o.tag index 43529b5d..85767c1a 100644 --- a/quanta/data/dtep/html/o.tag +++ b/quanta/data/dtep/html/o.tag @@ -97,7 +97,7 @@ <textlocation col="0" row="16" /> <location col="1" row="16" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -162,7 +162,7 @@ <child name="fieldset" /> <child name="address" /> <child name="param" /> -</tqchildren> +</children> </tag> <tag name="ol" hasScript="1" hasCore="1" hasI18n="1"> @@ -192,9 +192,9 @@ <location col="0" row="2" colspan="2" /> </attr> -<tqchildren> +<children> <child name="li" usage="required" /> -</tqchildren> +</children> </tag> <tag name="option" hasScript="1" hasCore="1" hasI18n="1" optional="1"> @@ -246,8 +246,8 @@ <textlocation col="0" row="1" /> <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="option" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/p.tag b/quanta/data/dtep/html/p.tag index caf3ab10..33017fa0 100644 --- a/quanta/data/dtep/html/p.tag +++ b/quanta/data/dtep/html/p.tag @@ -25,7 +25,7 @@ <stoppingtag name="dd" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -65,7 +65,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="param" single="1"> @@ -108,7 +108,7 @@ <textlocation col="0" row="1" /> <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -139,6 +139,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/q.tag b/quanta/data/dtep/html/q.tag index c14c1e36..1d5f512c 100644 --- a/quanta/data/dtep/html/q.tag +++ b/quanta/data/dtep/html/q.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="q" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -42,6 +42,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/s.tag b/quanta/data/dtep/html/s.tag index 188d1939..6a3cb987 100644 --- a/quanta/data/dtep/html/s.tag +++ b/quanta/data/dtep/html/s.tag @@ -51,7 +51,7 @@ </tag> <tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -91,7 +91,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="select" hasScript="1" hasCore="1" hasI18n="1"> @@ -142,14 +142,14 @@ <stoppingtag name="select" /> </stoppingtags> -<tqchildren> +<children> <child name="optgroup" /> <child name="option" /> -</tqchildren> +</children> </tag> <tag name="small" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -189,11 +189,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="span" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -233,11 +233,11 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -277,7 +277,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="style" hasI18n="1"> @@ -314,13 +314,13 @@ <location col="1" row="2" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> -</tqchildren> +</children> </tag> <tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -360,10 +360,10 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> <tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -403,6 +403,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/strong.tag b/quanta/data/dtep/html/strong.tag index 0ec79185..2be3da65 100644 --- a/quanta/data/dtep/html/strong.tag +++ b/quanta/data/dtep/html/strong.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/t.tag b/quanta/data/dtep/html/t.tag index df104014..3d1d959f 100644 --- a/quanta/data/dtep/html/t.tag +++ b/quanta/data/dtep/html/t.tag @@ -70,7 +70,7 @@ <attr name="rules"> </attr> <attr name="background"> </attr> <attr name="height"> </attr> -<tqchildren> +<children> <child name="caption" /> <child name="col" /> <child name="colgroup" /> @@ -78,7 +78,7 @@ <child name="tfoot" /> <child name="tbody" /> <child name="tr" usage="required" /> -</tqchildren> +</children> </tag> @@ -119,9 +119,9 @@ <attr name="char"> </attr> <attr name="charoff"> </attr> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> @@ -224,7 +224,7 @@ <stoppingtag name="tr" /> <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -288,7 +288,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> -</tqchildren> +</children> </tag> <tag name="textarea" hasScript="1" hasCore="1" hasI18n="1"> @@ -334,9 +334,9 @@ <attr name="onselect"> </attr> <attr name="onchange"> </attr> -<tqchildren> +<children> <child name="#text" /> -</tqchildren> +</children> </tag> <tag name="tfoot" hasScript="1" hasCore="1" hasI18n="1"> @@ -374,9 +374,9 @@ <attr name="char"> </attr> <attr name="charoff"> </attr> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> <tag name="th" hasScript="1" hasCore="1" hasI18n="1" optional="1"> @@ -478,7 +478,7 @@ <stoppingtag name="tr" /> <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -542,7 +542,7 @@ <child name="table" /> <child name="fieldset" /> <child name="address" /> -</tqchildren> +</children> </tag> <tag name="thead" hasScript="1" hasCore="1" hasI18n="1"> @@ -580,16 +580,16 @@ <attr name="char"> </attr> <attr name="charoff"> </attr> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> <tag name="title" hasI18n="1" > -<tqchildren> +<children> <child name="#text" /> -</tqchildren> +</children> </tag> <tag name="tr" hasScript="1" hasCore="1" hasI18n="1" optional="1"> @@ -632,14 +632,14 @@ <stoppingtag name="tr" /> <stoppingtag name="tfoot" /> </stoppingtags> -<tqchildren> +<children> <child name="th" /> <child name="td" usage="required" /> -</tqchildren> +</children> </tag> <tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -679,6 +679,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/u.tag b/quanta/data/dtep/html/u.tag index 5553014b..34778191 100644 --- a/quanta/data/dtep/html/u.tag +++ b/quanta/data/dtep/html/u.tag @@ -20,14 +20,14 @@ <tooltip>Depricated in HTML 4.0</tooltip> <location col="0" row="2" colspan="2" /> </attr> -<tqchildren> +<children> <child name="li" usage="required" /> -</tqchildren> +</children> </tag> <tag name="u" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -67,6 +67,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/html/v.tag b/quanta/data/dtep/html/v.tag index 90d6dad5..11ea92a7 100644 --- a/quanta/data/dtep/html/v.tag +++ b/quanta/data/dtep/html/v.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="var" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -42,6 +42,6 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/kde-docbook-4.1.2/l.tag b/quanta/data/dtep/kde-docbook-4.1.2/l.tag index cae36163..b9238e09 100644 --- a/quanta/data/dtep/kde-docbook-4.1.2/l.tag +++ b/quanta/data/dtep/kde-docbook-4.1.2/l.tag @@ -40,7 +40,7 @@ </items> </attr> </tag> - <tag name="literaltqlayout" hasCore="1"> + <tag name="literallayout" hasCore="1"> <attr name="width" type="input"> <text>width</text> <textlocation row="0" col="0" /> diff --git a/quanta/data/dtep/php/dba.tag b/quanta/data/dtep/php/dba.tag index bdf1a0ab..04efd953 100644 --- a/quanta/data/dtep/php/dba.tag +++ b/quanta/data/dtep/php/dba.tag @@ -49,7 +49,7 @@ <attr name="handler" type="string" status="required"></attr> <attr name="..." type="" status="optional"></attr> </tag> - <tag name="dba_tqreplace" type="function" returnType="bool" version="PHP 3>= 3.0.8, PHP 4 , PHP 5"> + <tag name="dba_replace" type="function" returnType="bool" version="PHP 3>= 3.0.8, PHP 4 , PHP 5"> <attr name="key" type="string" status="required"></attr> <attr name="value" type="string" status="required"></attr> <attr name="handle" type="resource" status="required"></attr> diff --git a/quanta/data/dtep/php/dbm.tag b/quanta/data/dtep/php/dbm.tag index 250b6f3c..50c9011e 100644 --- a/quanta/data/dtep/php/dbm.tag +++ b/quanta/data/dtep/php/dbm.tag @@ -33,7 +33,7 @@ <attr name="filename" type="string" status="required"></attr> <attr name="flags" type="string" status="required"></attr> </tag> - <tag name="dbmtqreplace" type="function" returnType="int" version="PHP 3, PHP 4 "> + <tag name="dbmreplace" type="function" returnType="int" version="PHP 3, PHP 4 "> <attr name="dbm_identifier" type="resource" status="required"></attr> <attr name="key" type="string" status="required"></attr> <attr name="value" type="string" status="required"></attr> diff --git a/quanta/data/dtep/php/dbplus.tag b/quanta/data/dtep/php/dbplus.tag index 695fb448..03f3009f 100644 --- a/quanta/data/dtep/php/dbplus.tag +++ b/quanta/data/dtep/php/dbplus.tag @@ -24,7 +24,7 @@ </tag> <tag name="dbplus_errno" type="function" returnType="int" version="4.1.0 - 4.2.3 only"> </tag> - <tag name="dbplus_tqfind" type="function" returnType="int" version="4.1.0 - 4.2.3 only"> + <tag name="dbplus_find" type="function" returnType="int" version="4.1.0 - 4.2.3 only"> <attr name="relation" type="resource" status="required"></attr> <attr name="constraints" type="array" status="required"></attr> <attr name="tuple" type="mixed" status="required"></attr> @@ -78,7 +78,7 @@ </tag> <tag name="dbplus_rchperm" type="function" returnType="int" version="4.1.0 - 4.2.3 only"> <attr name="relation" type="resource" status="required"></attr> - <attr name="tqmask" type="int" status="required"></attr> + <attr name="mask" type="int" status="required"></attr> <attr name="user" type="string" status="required"></attr> <attr name="group" type="string" status="required"></attr> </tag> diff --git a/quanta/data/dtep/php/domxml.tag b/quanta/data/dtep/php/domxml.tag index b95dd866..03c2e310 100644 --- a/quanta/data/dtep/php/domxml.tag +++ b/quanta/data/dtep/php/domxml.tag @@ -139,7 +139,7 @@ </tag> <tag name="DomNode->owner_document" type="function" returnType="object" version=""> </tag> - <tag name="DomNode->tqparent_node" type="function" returnType="object" version=""> + <tag name="DomNode->parent_node" type="function" returnType="object" version=""> </tag> <tag name="DomNode->prefix" type="function" returnType="string" version=""> </tag> diff --git a/quanta/data/dtep/php/fam.tag b/quanta/data/dtep/php/fam.tag index 1b6789df..e976c9e5 100644 --- a/quanta/data/dtep/php/fam.tag +++ b/quanta/data/dtep/php/fam.tag @@ -11,7 +11,7 @@ <attr name="fam" type="resource" status="required"></attr> <attr name="dirname" type="string" status="required"></attr> <attr name="depth" type="int" status="required"></attr> - <attr name="tqmask" type="string" status="required"></attr> + <attr name="mask" type="string" status="required"></attr> </tag> <tag name="fam_monitor_directory" type="function" returnType="resource" version="PHP 5"> <attr name="fam" type="resource" status="required"></attr> diff --git a/quanta/data/dtep/php/filesystem.tag b/quanta/data/dtep/php/filesystem.tag index 601a4855..8b75719f 100644 --- a/quanta/data/dtep/php/filesystem.tag +++ b/quanta/data/dtep/php/filesystem.tag @@ -263,7 +263,7 @@ <attr name="atime" type="int" status="optional"></attr> </tag> <tag name="umask" type="function" returnType="int" version="PHP 3, PHP 4 , PHP 5"> - <attr name="tqmask" type="int" status="optional"></attr> + <attr name="mask" type="int" status="optional"></attr> </tag> <tag name="unlink" type="function" returnType="bool" version="PHP 3, PHP 4 , PHP 5"> <attr name="filename" type="string" status="required"></attr> diff --git a/quanta/data/dtep/php/http.tag b/quanta/data/dtep/php/http.tag index 544571c0..ab12f29c 100644 --- a/quanta/data/dtep/php/http.tag +++ b/quanta/data/dtep/php/http.tag @@ -2,7 +2,7 @@ <tags> <tag name="header" type="function" returnType="void" version="PHP 3, PHP 4 , PHP 5"> <attr name="string" type="string" status="required"></attr> - <attr name="tqreplace" type="bool" status="optional"></attr> + <attr name="replace" type="bool" status="optional"></attr> <attr name="http_response_code" type="int" status="optional"></attr> </tag> <tag name="headers_list" type="function" returnType="array" version="PHP 5"> diff --git a/quanta/data/dtep/php/hw.tag b/quanta/data/dtep/php/hw.tag index e2e4433b..806ed4f6 100644 --- a/quanta/data/dtep/php/hw.tag +++ b/quanta/data/dtep/php/hw.tag @@ -8,11 +8,11 @@ <attr name="objid" type="int" status="required"></attr> <attr name="attributes" type="array" status="required"></attr> </tag> - <tag name="hw_tqchildren" type="function" returnType="array" version="PHP 3>= 3.0.3, PHP 4 "> + <tag name="hw_children" type="function" returnType="array" version="PHP 3>= 3.0.3, PHP 4 "> <attr name="connection" type="int" status="required"></attr> <attr name="objectID" type="int" status="required"></attr> </tag> - <tag name="hw_tqchildrenobj" type="function" returnType="array" version="PHP 3>= 3.0.3, PHP 4 "> + <tag name="hw_childrenobj" type="function" returnType="array" version="PHP 3>= 3.0.3, PHP 4 "> <attr name="connection" type="int" status="required"></attr> <attr name="objectID" type="int" status="required"></attr> </tag> @@ -135,11 +135,11 @@ <attr name="query" type="string" status="required"></attr> <attr name="max_hits" type="int" status="required"></attr> </tag> - <tag name="hw_gettqparents" type="function" returnType="array" version="PHP 3>= 3.0.3, PHP 4 "> + <tag name="hw_getparents" type="function" returnType="array" version="PHP 3>= 3.0.3, PHP 4 "> <attr name="connection" type="int" status="required"></attr> <attr name="objectID" type="int" status="required"></attr> </tag> - <tag name="hw_gettqparentsobj" type="function" returnType="array" version="PHP 3>= 3.0.3, PHP 4 "> + <tag name="hw_getparentsobj" type="function" returnType="array" version="PHP 3>= 3.0.3, PHP 4 "> <attr name="connection" type="int" status="required"></attr> <attr name="objectID" type="int" status="required"></attr> </tag> @@ -153,7 +153,7 @@ <attr name="connection" type="int" status="required"></attr> <attr name="objectID" type="int" status="required"></attr> </tag> - <tag name="hw_getremotetqchildren" type="function" returnType="int" version="PHP 3>= 3.0.3, PHP 4 "> + <tag name="hw_getremotechildren" type="function" returnType="int" version="PHP 3>= 3.0.3, PHP 4 "> <attr name="connection" type="int" status="required"></attr> <attr name="object_record" type="string" status="required"></attr> </tag> @@ -190,7 +190,7 @@ </tag> <tag name="hw_insdoc" type="function" returnType="int" version="PHP 3>= 3.0.3, PHP 4 "> <attr name="connection" type="resource" status="required"></attr> - <attr name="tqparentID" type="int" status="required"></attr> + <attr name="parentID" type="int" status="required"></attr> <attr name="object_record" type="string" status="required"></attr> <attr name="text" type="string" status="optional"></attr> </tag> @@ -202,7 +202,7 @@ </tag> <tag name="hw_insertdocument" type="function" returnType="int" version="PHP 3>= 3.0.3, PHP 4 "> <attr name="connection" type="int" status="required"></attr> - <attr name="tqparent_id" type="int" status="required"></attr> + <attr name="parent_id" type="int" status="required"></attr> <attr name="hw_document" type="int" status="required"></attr> </tag> <tag name="hw_insertobject" type="function" returnType="int" version="PHP 3>= 3.0.3, PHP 4 "> diff --git a/quanta/data/dtep/php/hwapi.tag b/quanta/data/dtep/php/hwapi.tag index 7b0580ab..09744277 100644 --- a/quanta/data/dtep/php/hwapi.tag +++ b/quanta/data/dtep/php/hwapi.tag @@ -19,7 +19,7 @@ <tag name="hw_api->checkout" type="function" returnType="object" version=""> <attr name="parameter" type="array" status="required"></attr> </tag> - <tag name="hw_api->tqchildren" type="function" returnType="array" version=""> + <tag name="hw_api->children" type="function" returnType="array" version=""> <attr name="parameter" type="array" status="required"></attr> </tag> <tag name="hw_api_content->mimetype" type="function" returnType="string" version=""> @@ -50,7 +50,7 @@ </tag> <tag name="hw_api_error->reason" type="function" returnType="object" version=""> </tag> - <tag name="hw_api->tqfind" type="function" returnType="array" version=""> + <tag name="hw_api->find" type="function" returnType="array" version=""> <attr name="parameter" type="array" status="required"></attr> </tag> <tag name="hw_api->ftstat" type="function" returnType="object" version=""> @@ -124,7 +124,7 @@ <tag name="hw_api->objectbyanchor" type="function" returnType="object" version=""> <attr name="parameter" type="array" status="required"></attr> </tag> - <tag name="hw_api->tqparents" type="function" returnType="array" version=""> + <tag name="hw_api->parents" type="function" returnType="array" version=""> <attr name="parameter" type="array" status="required"></attr> </tag> <tag name="hw_api_reason->description" type="function" returnType="string" version=""> @@ -134,7 +134,7 @@ <tag name="hw_api->remove" type="function" returnType="object" version=""> <attr name="parameter" type="array" status="required"></attr> </tag> - <tag name="hw_api->tqreplace" type="function" returnType="object" version=""> + <tag name="hw_api->replace" type="function" returnType="object" version=""> <attr name="parameter" type="array" status="required"></attr> </tag> <tag name="hw_api->setcommitedversion" type="function" returnType="object" version=""> diff --git a/quanta/data/dtep/php/hyperwave.tag b/quanta/data/dtep/php/hyperwave.tag index 0e75108e..af08d010 100644 --- a/quanta/data/dtep/php/hyperwave.tag +++ b/quanta/data/dtep/php/hyperwave.tag @@ -7,11 +7,11 @@ <attr name="objid" type="int" status="optional"></attr> <attr name="attributes" type="array" status="optional"></attr> </tag> - <tag name="hw_tqchildren" type="function" returnType="array"> + <tag name="hw_children" type="function" returnType="array"> <attr name="connection" type="int" status="optional"></attr> <attr name="objectID" type="int" status="optional"></attr> </tag> - <tag name="hw_tqchildrenobj" type="function" returnType="array"> + <tag name="hw_childrenobj" type="function" returnType="array"> <attr name="connection" type="int" status="optional"></attr> <attr name="objectID" type="int" status="optional"></attr> </tag> @@ -133,11 +133,11 @@ <attr name="query" type="string" status="optional"></attr> <attr name="max_hits" type="int" status="optional"></attr> </tag> - <tag name="hw_gettqparents" type="function" returnType="array"> + <tag name="hw_getparents" type="function" returnType="array"> <attr name="connection" type="int" status="optional"></attr> <attr name="objectID" type="int" status="optional"></attr> </tag> - <tag name="hw_gettqparentsobj" type="function" returnType="array"> + <tag name="hw_getparentsobj" type="function" returnType="array"> <attr name="connection" type="int" status="optional"></attr> <attr name="objectID" type="int" status="optional"></attr> </tag> @@ -151,7 +151,7 @@ <attr name="connection" type="int" status="optional"></attr> <attr name="objectID" type="int" status="optional"></attr> </tag> - <tag name="hw_getremotetqchildren" type="function" returnType="int"> + <tag name="hw_getremotechildren" type="function" returnType="int"> <attr name="connection" type="int" status="optional"></attr> <attr name="object record" type="string" status="optional"></attr> </tag> @@ -187,7 +187,7 @@ </tag> <tag name="hw_insdoc" type="function" returnType="int"> <attr name="connection" type="int" status="optional"></attr> - <attr name="tqparentID" type="int" status="optional"></attr> + <attr name="parentID" type="int" status="optional"></attr> <attr name="object_record" type="string" status="optional"></attr> <attr name="text" type="string" status="optional"></attr> </tag> @@ -199,7 +199,7 @@ </tag> <tag name="hw_insertdocument" type="function" returnType="int"> <attr name="connection" type="int" status="optional"></attr> - <attr name="tqparent_id" type="int" status="optional"></attr> + <attr name="parent_id" type="int" status="optional"></attr> <attr name="hw_document" type="int" status="optional"></attr> </tag> <tag name="hw_insertobject" type="function" returnType="int"> diff --git a/quanta/data/dtep/php/ircg.tag b/quanta/data/dtep/php/ircg.tag index d948d409..a80b31c7 100644 --- a/quanta/data/dtep/php/ircg.tag +++ b/quanta/data/dtep/php/ircg.tag @@ -129,7 +129,7 @@ </tag> <tag name="ircg_who" type="function" returnType="bool" version="PHP 4 >= 4.3.3, PHP 5"> <attr name="connection" type="resource" status="required"></attr> - <attr name="tqmask" type="string" status="required"></attr> + <attr name="mask" type="string" status="required"></attr> <attr name="ops_only" type="bool" status="optional"></attr> </tag> <tag name="ircg_whois" type="function" returnType="bool" version="PHP 4 >= 4.0.5, PHP 5"> diff --git a/quanta/data/dtep/php/ldap.tag b/quanta/data/dtep/php/ldap.tag index df81cf3b..bb652bb8 100644 --- a/quanta/data/dtep/php/ldap.tag +++ b/quanta/data/dtep/php/ldap.tag @@ -113,7 +113,7 @@ <attr name="dn" type="string" status="required"></attr> <attr name="entry" type="array" status="required"></attr> </tag> - <tag name="ldap_mod_tqreplace" type="function" returnType="bool" version="PHP 3>= 3.0.8, PHP 4 , PHP 5"> + <tag name="ldap_mod_replace" type="function" returnType="bool" version="PHP 3>= 3.0.8, PHP 4 , PHP 5"> <attr name="link_identifier" type="resource" status="required"></attr> <attr name="dn" type="string" status="required"></attr> <attr name="entry" type="array" status="required"></attr> @@ -163,7 +163,7 @@ <attr name="link_identifier" type="resource" status="required"></attr> <attr name="dn" type="string" status="required"></attr> <attr name="newrdn" type="string" status="required"></attr> - <attr name="newtqparent" type="string" status="required"></attr> + <attr name="newparent" type="string" status="required"></attr> <attr name="deleteoldrdn" type="bool" status="required"></attr> </tag> <tag name="ldap_sasl_bind" type="function" returnType="bool" version="PHP 5"> diff --git a/quanta/data/dtep/php/mbstring.tag b/quanta/data/dtep/php/mbstring.tag index 12090db5..64939fc7 100644 --- a/quanta/data/dtep/php/mbstring.tag +++ b/quanta/data/dtep/php/mbstring.tag @@ -53,7 +53,7 @@ <attr name="string" type="string" status="required"></attr> <attr name="option" type="string" status="optional"></attr> </tag> - <tag name="mb_ereg_tqreplace" type="function" returnType="string" version="PHP 4 >= 4.2.0"> + <tag name="mb_ereg_replace" type="function" returnType="string" version="PHP 4 >= 4.2.0"> <attr name="pattern" type="string" status="required"></attr> <attr name="replacement" type="string" status="required"></attr> <attr name="string" type="string" status="required"></attr> @@ -88,9 +88,9 @@ <attr name="string" type="string" status="required"></attr> <attr name="regs" type="array" status="optional"></attr> </tag> - <tag name="mb_eregi_tqreplace" type="function" returnType="string" version="PHP 4 >= 4.2.0"> + <tag name="mb_eregi_replace" type="function" returnType="string" version="PHP 4 >= 4.2.0"> <attr name="pattern" type="string" status="required"></attr> - <attr name="tqreplace" type="string" status="required"></attr> + <attr name="replace" type="string" status="required"></attr> <attr name="string" type="string" status="required"></attr> </tag> <tag name="mb_eregi" type="function" returnType="int" version="PHP 4 >= 4.2.0"> diff --git a/quanta/data/dtep/php/memcache.tag b/quanta/data/dtep/php/memcache.tag index 2a38e77c..7e93f96d 100644 --- a/quanta/data/dtep/php/memcache.tag +++ b/quanta/data/dtep/php/memcache.tag @@ -42,7 +42,7 @@ <attr name="port" type="int" status="optional"></attr> <attr name="timeout" type="int" status="optional"></attr> </tag> - <tag name="Memcache::tqreplace" type="function" returnType="bool" version=""> + <tag name="Memcache::replace" type="function" returnType="bool" version=""> <attr name="key" type="string" status="required"></attr> <attr name="var" type="mixed" status="required"></attr> <attr name="flag" type="int" status="optional"></attr> diff --git a/quanta/data/dtep/php/ming.tag b/quanta/data/dtep/php/ming.tag index b4f42ec6..c69ec01a 100644 --- a/quanta/data/dtep/php/ming.tag +++ b/quanta/data/dtep/php/ming.tag @@ -27,24 +27,24 @@ <attr name="action" type="resource" status="required"></attr> <attr name="flags" type="int" status="required"></attr> </tag> - <tag name="swfbutton->addtqshape" type="function" returnType="void" version=""> - <attr name="tqshape" type="resource" status="required"></attr> + <tag name="swfbutton->addshape" type="function" returnType="void" version=""> + <attr name="shape" type="resource" status="required"></attr> <attr name="flags" type="int" status="required"></attr> </tag> <tag name="swfbutton->setaction" type="function" returnType="void" version=""> <attr name="action" type="resource" status="required"></attr> </tag> <tag name="swfbutton->setdown" type="function" returnType="void" version=""> - <attr name="tqshape" type="resource" status="required"></attr> + <attr name="shape" type="resource" status="required"></attr> </tag> <tag name="swfbutton->sethit" type="function" returnType="void" version=""> - <attr name="tqshape" type="resource" status="required"></attr> + <attr name="shape" type="resource" status="required"></attr> </tag> <tag name="swfbutton->setover" type="function" returnType="void" version=""> - <attr name="tqshape" type="resource" status="required"></attr> + <attr name="shape" type="resource" status="required"></attr> </tag> <tag name="swfbutton->setup" type="function" returnType="void" version=""> - <attr name="tqshape" type="resource" status="required"></attr> + <attr name="shape" type="resource" status="required"></attr> </tag> <tag name="swfbutton" type="function" returnType="object" version="PHP 4 >= 4.0.5"> </tag> @@ -141,9 +141,9 @@ </tag> <tag name="swfgradient" type="function" returnType="object" version="PHP 4 >= 4.0.5"> </tag> - <tag name="swfmorph->gettqshape1" type="function" returnType="mixed" version=""> + <tag name="swfmorph->getshape1" type="function" returnType="mixed" version=""> </tag> - <tag name="swfmorph->gettqshape2" type="function" returnType="mixed" version=""> + <tag name="swfmorph->getshape2" type="function" returnType="mixed" version=""> </tag> <tag name="swfmorph" type="function" returnType="object" version="PHP 4 >= 4.0.5"> </tag> @@ -182,54 +182,54 @@ </tag> <tag name="swfmovie" type="function" returnType="object" version="PHP 4 >= 4.0.5"> </tag> - <tag name="swftqshape->addfill" type="function" returnType="void" version=""> + <tag name="swfshape->addfill" type="function" returnType="void" version=""> <attr name="red" type="int" status="required"></attr> <attr name="green" type="int" status="required"></attr> <attr name="blue" type="int" status="required"></attr> <attr name="a" type="int" status="optional"></attr> </tag> - <tag name="swftqshape->drawcurve" type="function" returnType="void" version=""> + <tag name="swfshape->drawcurve" type="function" returnType="void" version=""> <attr name="controldx" type="int" status="required"></attr> <attr name="controldy" type="int" status="required"></attr> <attr name="anchordx" type="int" status="required"></attr> <attr name="anchordy" type="int" status="required"></attr> </tag> - <tag name="swftqshape->drawcurveto" type="function" returnType="void" version=""> + <tag name="swfshape->drawcurveto" type="function" returnType="void" version=""> <attr name="controlx" type="int" status="required"></attr> <attr name="controly" type="int" status="required"></attr> <attr name="anchorx" type="int" status="required"></attr> <attr name="anchory" type="int" status="required"></attr> </tag> - <tag name="swftqshape->drawline" type="function" returnType="void" version=""> + <tag name="swfshape->drawline" type="function" returnType="void" version=""> <attr name="dx" type="int" status="required"></attr> <attr name="dy" type="int" status="required"></attr> </tag> - <tag name="swftqshape->drawlineto" type="function" returnType="void" version=""> + <tag name="swfshape->drawlineto" type="function" returnType="void" version=""> <attr name="x" type="int" status="required"></attr> <attr name="y" type="int" status="required"></attr> </tag> - <tag name="swftqshape->movepen" type="function" returnType="void" version=""> + <tag name="swfshape->movepen" type="function" returnType="void" version=""> <attr name="dx" type="int" status="required"></attr> <attr name="dy" type="int" status="required"></attr> </tag> - <tag name="swftqshape->movepento" type="function" returnType="void" version=""> + <tag name="swfshape->movepento" type="function" returnType="void" version=""> <attr name="x" type="int" status="required"></attr> <attr name="y" type="int" status="required"></attr> </tag> - <tag name="swftqshape->setleftfill" type="function" returnType="void" version=""> + <tag name="swfshape->setleftfill" type="function" returnType="void" version=""> <attr name="fill" type="swfgradient" status="required"></attr> </tag> - <tag name="swftqshape->setline" type="function" returnType="void" version=""> + <tag name="swfshape->setline" type="function" returnType="void" version=""> <attr name="width" type="int" status="required"></attr> <attr name="red" type="int" status="optional"></attr> <attr name="green" type="int" status="optional"></attr> <attr name="blue" type="int" status="optional"></attr> <attr name="a" type="int" status="optional"></attr> </tag> - <tag name="swftqshape->setrightfill" type="function" returnType="void" version=""> + <tag name="swfshape->setrightfill" type="function" returnType="void" version=""> <attr name="fill" type="swfgradient" status="required"></attr> </tag> - <tag name="swftqshape" type="function" returnType="object" version="PHP 4 >= 4.0.5"> + <tag name="swfshape" type="function" returnType="object" version="PHP 4 >= 4.0.5"> </tag> <tag name="swfsprite->add" type="function" returnType="void" version=""> <attr name="object" type="resource" status="required"></attr> diff --git a/quanta/data/dtep/php/mnogosearch.tag b/quanta/data/dtep/php/mnogosearch.tag index d813ee2f..3485cdec 100644 --- a/quanta/data/dtep/php/mnogosearch.tag +++ b/quanta/data/dtep/php/mnogosearch.tag @@ -48,7 +48,7 @@ <tag name="udm_error" type="function" returnType="string" version="PHP 4 >= 4.0.5, PHP 5"> <attr name="agent" type="resource" status="required"></attr> </tag> - <tag name="udm_tqfind" type="function" returnType="resource" version="PHP 4 >= 4.0.5, PHP 5"> + <tag name="udm_find" type="function" returnType="resource" version="PHP 4 >= 4.0.5, PHP 5"> <attr name="agent" type="resource" status="required"></attr> <attr name="query" type="string" status="required"></attr> </tag> diff --git a/quanta/data/dtep/php/msession.tag b/quanta/data/dtep/php/msession.tag index 37114711..91495875 100644 --- a/quanta/data/dtep/php/msession.tag +++ b/quanta/data/dtep/php/msession.tag @@ -14,7 +14,7 @@ </tag> <tag name="msession_disconnect" type="function" returnType="void" version="PHP 4 >= 4.2.0, PHP 5"> </tag> - <tag name="msession_tqfind" type="function" returnType="array" version="PHP 4 >= 4.2.0, PHP 5"> + <tag name="msession_find" type="function" returnType="array" version="PHP 4 >= 4.2.0, PHP 5"> <attr name="name" type="string" status="required"></attr> <attr name="value" type="string" status="required"></attr> </tag> diff --git a/quanta/data/dtep/php/ncurses.tag b/quanta/data/dtep/php/ncurses.tag index 76fc6cc7..5daae115 100644 --- a/quanta/data/dtep/php/ncurses.tag +++ b/quanta/data/dtep/php/ncurses.tag @@ -204,9 +204,9 @@ <tag name="ncurses_mouseinterval" type="function" returnType="int" version="PHP 4 >= 4.1.0, PHP 5"> <attr name="milliseconds" type="int" status="required"></attr> </tag> - <tag name="ncurses_mousetqmask" type="function" returnType="int" version="PHP 4 >= 4.2.0, PHP 5"> - <attr name="newtqmask" type="int" status="required"></attr> - <attr name="&oldtqmask" type="int" status="required"></attr> + <tag name="ncurses_mousemask" type="function" returnType="int" version="PHP 4 >= 4.2.0, PHP 5"> + <attr name="newmask" type="int" status="required"></attr> + <attr name="&oldmask" type="int" status="required"></attr> </tag> <tag name="ncurses_move_panel" type="function" returnType="int" version="PHP 4 >= 4.3.0, PHP 5"> <attr name="panel" type="resource" status="required"></attr> diff --git a/quanta/data/dtep/php/pcre.tag b/quanta/data/dtep/php/pcre.tag index d466a8e3..15dcf520 100644 --- a/quanta/data/dtep/php/pcre.tag +++ b/quanta/data/dtep/php/pcre.tag @@ -29,7 +29,7 @@ <attr name="subject" type="mixed" status="required"></attr> <attr name="limit" type="int" status="optional"></attr> </tag> - <tag name="preg_tqreplace" type="function" returnType="mixed" version="PHP 3>= 3.0.9, PHP 4 , PHP 5"> + <tag name="preg_replace" type="function" returnType="mixed" version="PHP 3>= 3.0.9, PHP 4 , PHP 5"> <attr name="pattern" type="mixed" status="required"></attr> <attr name="replacement" type="mixed" status="required"></attr> <attr name="subject" type="mixed" status="required"></attr> diff --git a/quanta/data/dtep/php/pdf.tag b/quanta/data/dtep/php/pdf.tag index d2533f1b..a9b1b61a 100644 --- a/quanta/data/dtep/php/pdf.tag +++ b/quanta/data/dtep/php/pdf.tag @@ -3,7 +3,7 @@ <tag name="pdf_add_bookmark" type="function" returnType="int" version="PHP 4 >= 4.0.1, PHP 5"> <attr name="pdfdoc" type="resource" status="required"></attr> <attr name="text" type="string" status="required"></attr> - <attr name="tqparent" type="int" status="required"></attr> + <attr name="parent" type="int" status="required"></attr> <attr name="open" type="int" status="required"></attr> </tag> <tag name="pdf_add_launchlink" type="function" returnType="bool" version="PHP 4 >= 4.0.5, PHP 5"> diff --git a/quanta/data/dtep/php/regex.tag b/quanta/data/dtep/php/regex.tag index 325996ac..5b0752bf 100644 --- a/quanta/data/dtep/php/regex.tag +++ b/quanta/data/dtep/php/regex.tag @@ -1,6 +1,6 @@ <!DOCTYPE tags> <tags> - <tag name="ereg_tqreplace" type="function" returnType="string" version="PHP 3, PHP 4 , PHP 5"> + <tag name="ereg_replace" type="function" returnType="string" version="PHP 3, PHP 4 , PHP 5"> <attr name="pattern" type="string" status="required"></attr> <attr name="replacement" type="string" status="required"></attr> <attr name="string" type="string" status="required"></attr> @@ -10,7 +10,7 @@ <attr name="string" type="string" status="required"></attr> <attr name="&regs" type="array" status="optional"></attr> </tag> - <tag name="eregi_tqreplace" type="function" returnType="string" version="PHP 3, PHP 4 , PHP 5"> + <tag name="eregi_replace" type="function" returnType="string" version="PHP 3, PHP 4 , PHP 5"> <attr name="pattern" type="string" status="required"></attr> <attr name="replacement" type="string" status="required"></attr> <attr name="string" type="string" status="required"></attr> diff --git a/quanta/data/dtep/php/simplexml.tag b/quanta/data/dtep/php/simplexml.tag index aca2b4ac..e2797756 100644 --- a/quanta/data/dtep/php/simplexml.tag +++ b/quanta/data/dtep/php/simplexml.tag @@ -5,7 +5,7 @@ <tag name="simplexml_element->attributes" type="function" returnType="object SimpleXMLElement" version=""> <attr name="data" type="string" status="required"></attr> </tag> - <tag name="simplexml_element->tqchildren" type="function" returnType="object SimpleXMLElement" version=""> + <tag name="simplexml_element->children" type="function" returnType="object SimpleXMLElement" version=""> </tag> <tag name="SimpleXMLElement->xpath" type="function" returnType="array" version=""> <attr name="path" type="string" status="required"></attr> diff --git a/quanta/data/dtep/php/strings.tag b/quanta/data/dtep/php/strings.tag index 461034e0..474c10a4 100644 --- a/quanta/data/dtep/php/strings.tag +++ b/quanta/data/dtep/php/strings.tag @@ -183,9 +183,9 @@ <attr name="format" type="string" status="required"></attr> <attr name="&..." type="mixed" status="optional"></attr> </tag> - <tag name="str_itqreplace" type="function" returnType="mixed" version="PHP 5"> + <tag name="str_ireplace" type="function" returnType="mixed" version="PHP 5"> <attr name="search" type="mixed" status="required"></attr> - <attr name="tqreplace" type="mixed" status="required"></attr> + <attr name="replace" type="mixed" status="required"></attr> <attr name="subject" type="mixed" status="required"></attr> <attr name="&count" type="int" status="optional"></attr> </tag> @@ -199,9 +199,9 @@ <attr name="input" type="string" status="required"></attr> <attr name="multiplier" type="int" status="required"></attr> </tag> - <tag name="str_tqreplace" type="function" returnType="mixed" version="PHP 3>= 3.0.6, PHP 4 , PHP 5"> + <tag name="str_replace" type="function" returnType="mixed" version="PHP 3>= 3.0.6, PHP 4 , PHP 5"> <attr name="search" type="mixed" status="required"></attr> - <attr name="tqreplace" type="mixed" status="required"></attr> + <attr name="replace" type="mixed" status="required"></attr> <attr name="subject" type="mixed" status="required"></attr> <attr name="&count" type="int" status="optional"></attr> </tag> @@ -339,7 +339,7 @@ <attr name="haystack" type="string" status="required"></attr> <attr name="needle" type="string" status="required"></attr> </tag> - <tag name="substr_tqreplace" type="function" returnType="string" version="PHP 4 , PHP 5"> + <tag name="substr_replace" type="function" returnType="string" version="PHP 4 , PHP 5"> <attr name="string" type="string" status="required"></attr> <attr name="replacement" type="string" status="required"></attr> <attr name="start" type="int" status="required"></attr> diff --git a/quanta/data/dtep/php/swf.tag b/quanta/data/dtep/php/swf.tag index b453bd7c..444f80c0 100644 --- a/quanta/data/dtep/php/swf.tag +++ b/quanta/data/dtep/php/swf.tag @@ -29,7 +29,7 @@ </tag> <tag name="swf_addbuttonrecord" type="function" returnType="void" version="PHP 4 "> <attr name="states" type="int" status="required"></attr> - <attr name="tqshapeid" type="int" status="required"></attr> + <attr name="shapeid" type="int" status="required"></attr> <attr name="depth" type="int" status="required"></attr> </tag> <tag name="swf_addcolor" type="function" returnType="void" version="PHP 4 "> @@ -80,7 +80,7 @@ </tag> <tag name="swf_enddoaction" type="function" returnType="void" version="PHP 4 "> </tag> - <tag name="swf_endtqshape" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_endshape" type="function" returnType="void" version="PHP 4 "> </tag> <tag name="swf_endsymbol" type="function" returnType="void" version="PHP 4 "> </tag> @@ -191,20 +191,20 @@ <tag name="swf_setframe" type="function" returnType="void" version="PHP 4 "> <attr name="framenumber" type="int" status="required"></attr> </tag> - <tag name="swf_tqshapearc" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_shapearc" type="function" returnType="void" version="PHP 4 "> <attr name="x" type="float" status="required"></attr> <attr name="y" type="float" status="required"></attr> <attr name="r" type="float" status="required"></attr> <attr name="ang1" type="float" status="required"></attr> <attr name="ang2" type="float" status="required"></attr> </tag> - <tag name="swf_tqshapecurveto" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_shapecurveto" type="function" returnType="void" version="PHP 4 "> <attr name="x1" type="float" status="required"></attr> <attr name="y1" type="float" status="required"></attr> <attr name="x2" type="float" status="required"></attr> <attr name="y2" type="float" status="required"></attr> </tag> - <tag name="swf_tqshapecurveto3" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_shapecurveto3" type="function" returnType="void" version="PHP 4 "> <attr name="x1" type="float" status="required"></attr> <attr name="y1" type="float" status="required"></attr> <attr name="x2" type="float" status="required"></attr> @@ -212,32 +212,32 @@ <attr name="x3" type="float" status="required"></attr> <attr name="y3" type="float" status="required"></attr> </tag> - <tag name="swf_tqshapefillbitmapclip" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_shapefillbitmapclip" type="function" returnType="void" version="PHP 4 "> <attr name="bitmapid" type="int" status="required"></attr> </tag> - <tag name="swf_tqshapefillbitmaptile" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_shapefillbitmaptile" type="function" returnType="void" version="PHP 4 "> <attr name="bitmapid" type="int" status="required"></attr> </tag> - <tag name="swf_tqshapefilloff" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_shapefilloff" type="function" returnType="void" version="PHP 4 "> </tag> - <tag name="swf_tqshapefillsolid" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_shapefillsolid" type="function" returnType="void" version="PHP 4 "> <attr name="r" type="float" status="required"></attr> <attr name="g" type="float" status="required"></attr> <attr name="b" type="float" status="required"></attr> <attr name="a" type="float" status="required"></attr> </tag> - <tag name="swf_tqshapelinesolid" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_shapelinesolid" type="function" returnType="void" version="PHP 4 "> <attr name="r" type="float" status="required"></attr> <attr name="g" type="float" status="required"></attr> <attr name="b" type="float" status="required"></attr> <attr name="a" type="float" status="required"></attr> <attr name="width" type="float" status="required"></attr> </tag> - <tag name="swf_tqshapelineto" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_shapelineto" type="function" returnType="void" version="PHP 4 "> <attr name="x" type="float" status="required"></attr> <attr name="y" type="float" status="required"></attr> </tag> - <tag name="swf_tqshapemoveto" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_shapemoveto" type="function" returnType="void" version="PHP 4 "> <attr name="x" type="float" status="required"></attr> <attr name="y" type="float" status="required"></attr> </tag> @@ -249,7 +249,7 @@ </tag> <tag name="swf_startdoaction" type="function" returnType="void" version="PHP 4 "> </tag> - <tag name="swf_starttqshape" type="function" returnType="void" version="PHP 4 "> + <tag name="swf_startshape" type="function" returnType="void" version="PHP 4 "> <attr name="objid" type="int" status="required"></attr> </tag> <tag name="swf_startsymbol" type="function" returnType="void" version="PHP 4 "> diff --git a/quanta/data/dtep/php/tidy.tag b/quanta/data/dtep/php/tidy.tag index 43a6385b..b87ccada 100644 --- a/quanta/data/dtep/php/tidy.tag +++ b/quanta/data/dtep/php/tidy.tag @@ -70,7 +70,7 @@ </tag> <tag name="tidy_node->attributes" type="function" returnType="array" version=""> </tag> - <tag name="tidy_node->tqchildren" type="function" returnType="array" version=""> + <tag name="tidy_node->children" type="function" returnType="array" version=""> </tag> <tag name="tidy_node->get_attr" type="function" returnType="tidy_attr" version=""> <attr name="attrib_id" type="int" status="required"></attr> diff --git a/quanta/data/dtep/php/xslt.tag b/quanta/data/dtep/php/xslt.tag index 619c26ce..15d90be5 100644 --- a/quanta/data/dtep/php/xslt.tag +++ b/quanta/data/dtep/php/xslt.tag @@ -66,6 +66,6 @@ </tag> <tag name="xslt_setopt" type="function" returnType="int" version="PHP 4 >= 4.3.0"> <attr name="processor" type="resource" status="required"></attr> - <attr name="newtqmask" type="int" status="required"></attr> + <attr name="newmask" type="int" status="required"></attr> </tag> </tags>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/anyName.tag b/quanta/data/dtep/relaxng/anyName.tag index 3598ddad..fc6e4c31 100644 --- a/quanta/data/dtep/relaxng/anyName.tag +++ b/quanta/data/dtep/relaxng/anyName.tag @@ -4,8 +4,8 @@ <tag name="anyName"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="except" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/attribute.tag b/quanta/data/dtep/relaxng/attribute.tag index 33107bf8..da288603 100644 --- a/quanta/data/dtep/relaxng/attribute.tag +++ b/quanta/data/dtep/relaxng/attribute.tag @@ -5,7 +5,7 @@ <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="anyName" /> <child name="choice" /> <child name="name" /> @@ -19,7 +19,7 @@ <child name="oneOrMore" /> <child name="list" /> <child name="mixed" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -27,6 +27,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/choice.tag b/quanta/data/dtep/relaxng/choice.tag index 9057d664..a5b07483 100644 --- a/quanta/data/dtep/relaxng/choice.tag +++ b/quanta/data/dtep/relaxng/choice.tag @@ -4,7 +4,7 @@ <tag name="choice"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="name" /> <child name="anyName" /> <child name="nsName" /> @@ -20,7 +20,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -28,6 +28,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/data.tag b/quanta/data/dtep/relaxng/data.tag index 45ed28e7..d7c01c05 100644 --- a/quanta/data/dtep/relaxng/data.tag +++ b/quanta/data/dtep/relaxng/data.tag @@ -5,9 +5,9 @@ <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> <attr name="type" type="input" /> - <tqchildren> + <children> <child name="except" /> <child name="param" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/define.tag b/quanta/data/dtep/relaxng/define.tag index 5bc39dac..3d43ef67 100644 --- a/quanta/data/dtep/relaxng/define.tag +++ b/quanta/data/dtep/relaxng/define.tag @@ -6,7 +6,7 @@ <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -18,7 +18,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -26,6 +26,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/div.tag b/quanta/data/dtep/relaxng/div.tag index f633852a..1be93bb0 100644 --- a/quanta/data/dtep/relaxng/div.tag +++ b/quanta/data/dtep/relaxng/div.tag @@ -4,9 +4,9 @@ <tag name="div"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="div" /> <child name="include" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/element.tag b/quanta/data/dtep/relaxng/element.tag index 0a92fc6a..7d508021 100644 --- a/quanta/data/dtep/relaxng/element.tag +++ b/quanta/data/dtep/relaxng/element.tag @@ -5,7 +5,7 @@ <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="anyName" /> <child name="choice" /> <child name="name" /> @@ -21,7 +21,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -29,6 +29,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/relaxng/except.tag b/quanta/data/dtep/relaxng/except.tag index f6235b38..bd85cab5 100644 --- a/quanta/data/dtep/relaxng/except.tag +++ b/quanta/data/dtep/relaxng/except.tag @@ -4,7 +4,7 @@ <tag name="except"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="anyName" /> <child name="choice" /> <child name="name" /> @@ -20,7 +20,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -28,6 +28,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/grammar.tag b/quanta/data/dtep/relaxng/grammar.tag index a9017426..0f3f4a99 100644 --- a/quanta/data/dtep/relaxng/grammar.tag +++ b/quanta/data/dtep/relaxng/grammar.tag @@ -5,11 +5,11 @@ <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> <attr name="xmlns" type="input" /> - <tqchildren> + <children> <child name="define" /> <child name="div" /> <child name="include" /> <child name="start" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/group.tag b/quanta/data/dtep/relaxng/group.tag index 3f971508..42f9858b 100644 --- a/quanta/data/dtep/relaxng/group.tag +++ b/quanta/data/dtep/relaxng/group.tag @@ -4,7 +4,7 @@ <tag name="group"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/include.tag b/quanta/data/dtep/relaxng/include.tag index 0c1d0885..ff3310f9 100644 --- a/quanta/data/dtep/relaxng/include.tag +++ b/quanta/data/dtep/relaxng/include.tag @@ -5,10 +5,10 @@ <attr name="datatypeLibrary" type="input" /> <attr name="href" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="define" /> <child name="div" /> <child name="start" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/interleave.tag b/quanta/data/dtep/relaxng/interleave.tag index e0a1603c..d30632ab 100644 --- a/quanta/data/dtep/relaxng/interleave.tag +++ b/quanta/data/dtep/relaxng/interleave.tag @@ -4,7 +4,7 @@ <tag name="interleave"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/list.tag b/quanta/data/dtep/relaxng/list.tag index 49ee5e57..f5660fb8 100644 --- a/quanta/data/dtep/relaxng/list.tag +++ b/quanta/data/dtep/relaxng/list.tag @@ -4,7 +4,7 @@ <tag name="list"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="group" /> <child name="choice" /> @@ -12,13 +12,13 @@ <child name="zeroOrMore" /> <child name="oneOrMore" /> <child name="mixed" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="value" /> <child name="data" /> <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/mixed.tag b/quanta/data/dtep/relaxng/mixed.tag index 8625b1dd..f14335cf 100644 --- a/quanta/data/dtep/relaxng/mixed.tag +++ b/quanta/data/dtep/relaxng/mixed.tag @@ -4,7 +4,7 @@ <tag name="mixed"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/nsName.tag b/quanta/data/dtep/relaxng/nsName.tag index f6bd95bb..39a73cd9 100644 --- a/quanta/data/dtep/relaxng/nsName.tag +++ b/quanta/data/dtep/relaxng/nsName.tag @@ -4,8 +4,8 @@ <tag name="nsName"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="except" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/oneOrMore.tag b/quanta/data/dtep/relaxng/oneOrMore.tag index 763aff34..4658479f 100644 --- a/quanta/data/dtep/relaxng/oneOrMore.tag +++ b/quanta/data/dtep/relaxng/oneOrMore.tag @@ -4,7 +4,7 @@ <tag name="oneOrMore"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/optional.tag b/quanta/data/dtep/relaxng/optional.tag index 8b51f18b..5d56d5f9 100644 --- a/quanta/data/dtep/relaxng/optional.tag +++ b/quanta/data/dtep/relaxng/optional.tag @@ -4,7 +4,7 @@ <tag name="optional"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/parentRef.tag b/quanta/data/dtep/relaxng/parentRef.tag index 0fcb9817..39ace697 100644 --- a/quanta/data/dtep/relaxng/parentRef.tag +++ b/quanta/data/dtep/relaxng/parentRef.tag @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE TAGS> <TAGS> - <tag name="tqparentRef" single="1"> + <tag name="parentRef" single="1"> <attr name="datatypeLibrary" type="input" /> <attr name="name" type="input" /> <attr name="ns" type="input" /> diff --git a/quanta/data/dtep/relaxng/start.tag b/quanta/data/dtep/relaxng/start.tag index 952beee8..2e1a4429 100644 --- a/quanta/data/dtep/relaxng/start.tag +++ b/quanta/data/dtep/relaxng/start.tag @@ -5,17 +5,17 @@ <attr name="combine" type="input" /> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="choice" /> <child name="optional" /> <child name="zeroOrMore" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/relaxng/zeroOrMore.tag b/quanta/data/dtep/relaxng/zeroOrMore.tag index eb5f468e..7b8bea98 100644 --- a/quanta/data/dtep/relaxng/zeroOrMore.tag +++ b/quanta/data/dtep/relaxng/zeroOrMore.tag @@ -4,7 +4,7 @@ <tag name="zeroOrMore"> <attr name="datatypeLibrary" type="input" /> <attr name="ns" type="input" /> - <tqchildren> + <children> <child name="element" /> <child name="attribute" /> <child name="group" /> @@ -16,7 +16,7 @@ <child name="list" /> <child name="mixed" /> <child name="ref" /> - <child name="tqparentRef" /> + <child name="parentRef" /> <child name="empty" /> <child name="text" /> <child name="value" /> @@ -24,6 +24,6 @@ <child name="notAllowed" /> <child name="externalRef" /> <child name="grammar" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/schema/all.tag b/quanta/data/dtep/schema/all.tag index 0c435782..62e9bb6a 100644 --- a/quanta/data/dtep/schema/all.tag +++ b/quanta/data/dtep/schema/all.tag @@ -38,9 +38,9 @@ <whatsthis>Maximum number of times the element can occur. The value must be 1.</whatsthis> <location col="1" row="2"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="element" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/annotation.tag b/quanta/data/dtep/schema/annotation.tag index 610295a0..1846c969 100644 --- a/quanta/data/dtep/schema/annotation.tag +++ b/quanta/data/dtep/schema/annotation.tag @@ -11,9 +11,9 @@ <whatsthis>A unique ID for the element.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="appinfo" /> <child name="documentation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/any.tag b/quanta/data/dtep/schema/any.tag index f2fcbf1b..182ebdf7 100644 --- a/quanta/data/dtep/schema/any.tag +++ b/quanta/data/dtep/schema/any.tag @@ -56,8 +56,8 @@ <whatsthis>How should the XML processor handle validation, in regard to elements specified by this element?</whatsthis> <location col="1" row="4"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/anyAttribute.tag b/quanta/data/dtep/schema/anyAttribute.tag index 07ebf80b..62e43733 100644 --- a/quanta/data/dtep/schema/anyAttribute.tag +++ b/quanta/data/dtep/schema/anyAttribute.tag @@ -36,8 +36,8 @@ <whatsthis>How should the XML processor handle validation, in regard to attributes specified by this element?</whatsthis> <location col="1" row="2"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/attribute.tag b/quanta/data/dtep/schema/attribute.tag index e6ac7ee4..b4e5c1bc 100644 --- a/quanta/data/dtep/schema/attribute.tag +++ b/quanta/data/dtep/schema/attribute.tag @@ -102,9 +102,9 @@ <stoppingtag name="attribute" /> <stoppingtag name="notation" /> </stoppingtags> - <tqchildren> + <children> <child name="annotation" /> <child name="simpleType" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/attributeGroup.tag b/quanta/data/dtep/schema/attributeGroup.tag index 168ccf22..5e07e926 100644 --- a/quanta/data/dtep/schema/attributeGroup.tag +++ b/quanta/data/dtep/schema/attributeGroup.tag @@ -42,11 +42,11 @@ <stoppingtag name="element" /> <stoppingtag name="notation" /> </stoppingtags> - <tqchildren> + <children> <child name="annotation" /> <child name="attribute" /> <child name="attributeGroup" /> <child name="anyAttribute" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/choice.tag b/quanta/data/dtep/schema/choice.tag index 72207791..d45f2356 100644 --- a/quanta/data/dtep/schema/choice.tag +++ b/quanta/data/dtep/schema/choice.tag @@ -31,13 +31,13 @@ <whatsthis>Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1.</whatsthis> <location col="1" row="2"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="element" /> <child name="group" /> <child name="choice" /> <child name="sequence" /> <child name="any" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/complexContent.tag b/quanta/data/dtep/schema/complexContent.tag index 3cc7b1dd..4096b604 100644 --- a/quanta/data/dtep/schema/complexContent.tag +++ b/quanta/data/dtep/schema/complexContent.tag @@ -25,10 +25,10 @@ <whatsthis>true, if character data is allowed to appear between the child elements. Default is false.</whatsthis> <location col="1" row="1"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="restriction" /> <child name="extension" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/complexType.tag b/quanta/data/dtep/schema/complexType.tag index 2efe28c4..4ea80bfa 100644 --- a/quanta/data/dtep/schema/complexType.tag +++ b/quanta/data/dtep/schema/complexType.tag @@ -75,7 +75,7 @@ <stoppingtag name="element" /> <stoppingtag name="notation" /> </stoppingtags> - <tqchildren> + <children> <child name="all" /> <child name="annotation" /> <child name="anyAttribute" /> @@ -86,6 +86,6 @@ <child name="group" /> <child name="sequence" /> <child name="simpleContent" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/element.tag b/quanta/data/dtep/schema/element.tag index 3048ee50..24adffa3 100644 --- a/quanta/data/dtep/schema/element.tag +++ b/quanta/data/dtep/schema/element.tag @@ -141,8 +141,8 @@ <location col="0" row="13"/> </label> <attr name="substitutionGroup" type="input"> - <tooltip>Name of an element that can be substituted with this one. Only usable if the tqparent element is schema.</tooltip> - <whatsthis>Name of an element that can be substituted with this one. Only usable if the tqparent element is schema.</whatsthis> + <tooltip>Name of an element that can be substituted with this one. Only usable if the parent element is schema.</tooltip> + <whatsthis>Name of an element that can be substituted with this one. Only usable if the parent element is schema.</whatsthis> <location col="1" row="13"/> </attr> @@ -156,13 +156,13 @@ <stoppingtag name="attribute" /> <stoppingtag name="notation" /> </stoppingtags> - <tqchildren> + <children> <child name="annotation" /> <child name="simpleType" /> <child name="complexType" /> <child name="unique" /> <child name="key" /> <child name="keyref" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/enumeration.tag b/quanta/data/dtep/schema/enumeration.tag index f8d27152..3995f0ea 100644 --- a/quanta/data/dtep/schema/enumeration.tag +++ b/quanta/data/dtep/schema/enumeration.tag @@ -11,8 +11,8 @@ <whatsthis>Acceptable value.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/extension.tag b/quanta/data/dtep/schema/extension.tag index 05cea05e..12f5689f 100644 --- a/quanta/data/dtep/schema/extension.tag +++ b/quanta/data/dtep/schema/extension.tag @@ -21,7 +21,7 @@ <whatsthis>Name of a built-in data type, simpleType, or complexType.</whatsthis> <location col="1" row="1"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="group" /> <child name="all" /> @@ -30,6 +30,6 @@ <child name="attribute" /> <child name="attributeGroup" /> <child name="anyAttribute" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/field.tag b/quanta/data/dtep/schema/field.tag index 59a4d0d3..c5c1fa08 100644 --- a/quanta/data/dtep/schema/field.tag +++ b/quanta/data/dtep/schema/field.tag @@ -21,8 +21,8 @@ <whatsthis>Single element or attribute whose content or value is used for the constraint.</whatsthis> <location col="1" row="1"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/fractionDigits.tag b/quanta/data/dtep/schema/fractionDigits.tag index 227f9834..360679d1 100644 --- a/quanta/data/dtep/schema/fractionDigits.tag +++ b/quanta/data/dtep/schema/fractionDigits.tag @@ -11,8 +11,8 @@ <whatsthis>Maximum number of decimal places allowed, which must be >=0.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/schema/group.tag b/quanta/data/dtep/schema/group.tag index 3012de46..8a945c0a 100644 --- a/quanta/data/dtep/schema/group.tag +++ b/quanta/data/dtep/schema/group.tag @@ -64,11 +64,11 @@ <stoppingtag name="attribute" /> <stoppingtag name="notation" /> </stoppingtags> - <tqchildren> + <children> <child name="annotation" /> <child name="all" /> <child name="choice" /> <child name="sequence" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/import.tag b/quanta/data/dtep/schema/import.tag index dcf4d5a9..a7a7015e 100644 --- a/quanta/data/dtep/schema/import.tag +++ b/quanta/data/dtep/schema/import.tag @@ -44,8 +44,8 @@ <stoppingtag name="attribute" /> <stoppingtag name="notation" /> </stoppingtags> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/include.tag b/quanta/data/dtep/schema/include.tag index 7e4b40dc..0a19816d 100644 --- a/quanta/data/dtep/schema/include.tag +++ b/quanta/data/dtep/schema/include.tag @@ -34,8 +34,8 @@ <stoppingtag name="attribute" /> <stoppingtag name="notation" /> </stoppingtags> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/key.tag b/quanta/data/dtep/schema/key.tag index 2995e7d0..9798beb5 100644 --- a/quanta/data/dtep/schema/key.tag +++ b/quanta/data/dtep/schema/key.tag @@ -21,10 +21,10 @@ <whatsthis>Name of the key element.</whatsthis> <location col="1" row="1"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="selector" /> <child name="field" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/keyref.tag b/quanta/data/dtep/schema/keyref.tag index a24941e8..87d2dcb5 100644 --- a/quanta/data/dtep/schema/keyref.tag +++ b/quanta/data/dtep/schema/keyref.tag @@ -31,10 +31,10 @@ <whatsthis>Name of a key or unique element defined in this or another schema.</whatsthis> <location col="1" row="2"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="selector" /> <child name="field" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/length.tag b/quanta/data/dtep/schema/length.tag index 4bc20262..5153975c 100644 --- a/quanta/data/dtep/schema/length.tag +++ b/quanta/data/dtep/schema/length.tag @@ -11,8 +11,8 @@ <whatsthis>Exact number of characters or list items allowed, which must be >=0.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/list.tag b/quanta/data/dtep/schema/list.tag index 8037dafd..454c3225 100644 --- a/quanta/data/dtep/schema/list.tag +++ b/quanta/data/dtep/schema/list.tag @@ -21,9 +21,9 @@ <whatsthis>Name of a built-in data type or simpleType. If the content contains a simpleType element, then itemType is not allowed, else itemType is required.</whatsthis> <location col="1" row="1"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="simpleType" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/maxExclusive.tag b/quanta/data/dtep/schema/maxExclusive.tag index 8b41abed..b30d15bf 100644 --- a/quanta/data/dtep/schema/maxExclusive.tag +++ b/quanta/data/dtep/schema/maxExclusive.tag @@ -11,8 +11,8 @@ <whatsthis>Upper bounds for numeric values. data less than value.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/maxInclusive.tag b/quanta/data/dtep/schema/maxInclusive.tag index 75224876..85e2a28c 100644 --- a/quanta/data/dtep/schema/maxInclusive.tag +++ b/quanta/data/dtep/schema/maxInclusive.tag @@ -11,8 +11,8 @@ <whatsthis>Upper bounds for numeric values. Data less than or equal to value.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/maxLength.tag b/quanta/data/dtep/schema/maxLength.tag index 905c618a..f0f285fa 100644 --- a/quanta/data/dtep/schema/maxLength.tag +++ b/quanta/data/dtep/schema/maxLength.tag @@ -11,8 +11,8 @@ <whatsthis>Maximum number of characters or list items allowed, which must be >=0.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/minExclusive.tag b/quanta/data/dtep/schema/minExclusive.tag index e44bf4e7..0cba57e1 100644 --- a/quanta/data/dtep/schema/minExclusive.tag +++ b/quanta/data/dtep/schema/minExclusive.tag @@ -11,8 +11,8 @@ <whatsthis>Lower bounds for numeric values. Data > value.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/minInclusive.tag b/quanta/data/dtep/schema/minInclusive.tag index 56f3716d..b3eb6dd5 100644 --- a/quanta/data/dtep/schema/minInclusive.tag +++ b/quanta/data/dtep/schema/minInclusive.tag @@ -11,8 +11,8 @@ <whatsthis>Lower bounds for numeric values. Data >= value.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/minLength.tag b/quanta/data/dtep/schema/minLength.tag index 6386027d..761f4302 100644 --- a/quanta/data/dtep/schema/minLength.tag +++ b/quanta/data/dtep/schema/minLength.tag @@ -11,8 +11,8 @@ <whatsthis>Minimum number of characters or list items allowed, which must be >=0.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/notation.tag b/quanta/data/dtep/schema/notation.tag index 291ea924..016c30d0 100644 --- a/quanta/data/dtep/schema/notation.tag +++ b/quanta/data/dtep/schema/notation.tag @@ -54,8 +54,8 @@ <stoppingtag name="attribute" /> <stoppingtag name="notation" /> </stoppingtags> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/pattern.tag b/quanta/data/dtep/schema/pattern.tag index 19f3b171..4a81f785 100644 --- a/quanta/data/dtep/schema/pattern.tag +++ b/quanta/data/dtep/schema/pattern.tag @@ -11,8 +11,8 @@ <whatsthis>Exact sequence of characters that are acceptable.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/redefine.tag b/quanta/data/dtep/schema/redefine.tag index e421b3bb..8dcb0456 100644 --- a/quanta/data/dtep/schema/redefine.tag +++ b/quanta/data/dtep/schema/redefine.tag @@ -30,12 +30,12 @@ <stoppingtag name="attribute" /> <stoppingtag name="notation" /> </stoppingtags> - <tqchildren> + <children> <child name="annotation" /> <child name="simpleType" /> <child name="complexType" /> <child name="group" /> <child name="attributeGroup" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/restriction.tag b/quanta/data/dtep/schema/restriction.tag index d39176e4..c4562b34 100644 --- a/quanta/data/dtep/schema/restriction.tag +++ b/quanta/data/dtep/schema/restriction.tag @@ -21,7 +21,7 @@ <whatsthis>Name of a built-in data type, simpleType, or complexType.</whatsthis> <location col="1" row="1"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="simpleType" /> <child name="attribute" /> @@ -43,6 +43,6 @@ <child name="enumeration" /> <child name="whiteSpace" /> <child name="pattern" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/schema.tag b/quanta/data/dtep/schema/schema.tag index 7d2cc41a..28d38b3b 100644 --- a/quanta/data/dtep/schema/schema.tag +++ b/quanta/data/dtep/schema/schema.tag @@ -85,7 +85,7 @@ <attr name="finalDefault" type="input"> <location col="1" row="7"/> </attr> - <tqchildren> + <children> <child name="include" /> <child name="import" /> <child name="redefine" /> @@ -97,6 +97,6 @@ <child name="element" /> <child name="attribute" /> <child name="notation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/selector.tag b/quanta/data/dtep/schema/selector.tag index ce5ec026..33ab2ad3 100644 --- a/quanta/data/dtep/schema/selector.tag +++ b/quanta/data/dtep/schema/selector.tag @@ -21,8 +21,8 @@ <whatsthis>An XPath expression, relative to the element being declared, that identifies the child elements to which the identity constraint applies.</whatsthis> <location col="1" row="1"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/sequence.tag b/quanta/data/dtep/schema/sequence.tag index c3bcc82b..08aa3e04 100644 --- a/quanta/data/dtep/schema/sequence.tag +++ b/quanta/data/dtep/schema/sequence.tag @@ -31,13 +31,13 @@ <whatsthis>Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1.</whatsthis> <location col="1" row="2"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="element" /> <child name="group" /> <child name="choice" /> <child name="sequence" /> <child name="any" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/simpleContent.tag b/quanta/data/dtep/schema/simpleContent.tag index 9ae47f7e..7c55c717 100644 --- a/quanta/data/dtep/schema/simpleContent.tag +++ b/quanta/data/dtep/schema/simpleContent.tag @@ -11,10 +11,10 @@ <whatsthis>A unique ID for the element.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="restriction" /> <child name="extension" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/simpleType.tag b/quanta/data/dtep/schema/simpleType.tag index 2476e6fc..7b3f7534 100644 --- a/quanta/data/dtep/schema/simpleType.tag +++ b/quanta/data/dtep/schema/simpleType.tag @@ -34,11 +34,11 @@ <stoppingtag name="attribute" /> <stoppingtag name="notation" /> </stoppingtags> - <tqchildren> + <children> <child name="annotation" /> <child name="restriction" /> <child name="list" /> <child name="union" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/totalDigits.tag b/quanta/data/dtep/schema/totalDigits.tag index b46744ee..73001d4e 100644 --- a/quanta/data/dtep/schema/totalDigits.tag +++ b/quanta/data/dtep/schema/totalDigits.tag @@ -11,8 +11,8 @@ <whatsthis>Exact number of digits allowed, which must be >=0.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/union.tag b/quanta/data/dtep/schema/union.tag index 37b647e7..bb598cec 100644 --- a/quanta/data/dtep/schema/union.tag +++ b/quanta/data/dtep/schema/union.tag @@ -21,9 +21,9 @@ <whatsthis>List of built-in data types or simpleType elements defined in a schema.</whatsthis> <location col="1" row="1"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="simpleType" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/unique.tag b/quanta/data/dtep/schema/unique.tag index d6ebb689..e8083013 100644 --- a/quanta/data/dtep/schema/unique.tag +++ b/quanta/data/dtep/schema/unique.tag @@ -21,10 +21,10 @@ <whatsthis>Name for the element. Usage is required.</whatsthis> <location col="1" row="1"/> </attr> - <tqchildren> + <children> <child name="annotation" /> <child name="selector" /> <child name="field" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/schema/whiteSpace.tag b/quanta/data/dtep/schema/whiteSpace.tag index dfda451b..4210eb25 100644 --- a/quanta/data/dtep/schema/whiteSpace.tag +++ b/quanta/data/dtep/schema/whiteSpace.tag @@ -9,15 +9,15 @@ <attr name="value" type="list"> <items> <item>preserve</item> - <item>tqreplace</item> + <item>replace</item> <item>collapse</item> </items> <tooltip>How white space (line feeds, tabs, spaces, and carriage returns) is handled.</tooltip> <whatsthis>How white space (line feeds, tabs, spaces, and carriage returns) is handled.</whatsthis> <location col="1" row="0"/> </attr> - <tqchildren> + <children> <child name="annotation" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/tagxml/attr.tag b/quanta/data/dtep/tagxml/attr.tag index bf08eb6c..1d56e92d 100644 --- a/quanta/data/dtep/tagxml/attr.tag +++ b/quanta/data/dtep/tagxml/attr.tag @@ -30,12 +30,12 @@ <location col="1" row="1" /> </attr> -<tqchildren> +<children> <child name="items" /> <child name="tooltip" /> <child name="location" /> <child name="label" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/tagxml/nonparams.tag b/quanta/data/dtep/tagxml/nonparams.tag index f3af056d..b1244f82 100644 --- a/quanta/data/dtep/tagxml/nonparams.tag +++ b/quanta/data/dtep/tagxml/nonparams.tag @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE TAGS> <TAGS> -<tag name="items"><tqchildren><child name="item" /></tqchildren></tag> +<tag name="items"><children><child name="item" /></children></tag> <tag name="item" /> -<tag name="label"><tqchildren><child name="text" /><child name="location" /><child name="textlocation" /></tqchildren></tag> +<tag name="label"><children><child name="text" /><child name="location" /><child name="textlocation" /></children></tag> <tag name="text" /> <tag name="tooltip" /> <tag name="whatsthis" /> -<tag name="tqchildren"><tqchildren><child name="child" /></tqchildren></tag> -<tag name="stoppingtags"><tqchildren><child name="stoppingtag" /></tqchildren></tag> +<tag name="children"><children><child name="child" /></children></tag> +<tag name="stoppingtags"><children><child name="stoppingtag" /></children></tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/tagxml/spacer.tag b/quanta/data/dtep/tagxml/spacer.tag index 463f991a..71d776ae 100644 --- a/quanta/data/dtep/tagxml/spacer.tag +++ b/quanta/data/dtep/tagxml/spacer.tag @@ -3,7 +3,7 @@ <tag name="spacer"> <label> - <text>Qt::Orientation</text> + <text>Orientation</text> <location col="0" row="0" /> </label> diff --git a/quanta/data/dtep/xhtml-basic/a.tag b/quanta/data/dtep/xhtml-basic/a.tag index 82b0b0a1..7d02f942 100644 --- a/quanta/data/dtep/xhtml-basic/a.tag +++ b/quanta/data/dtep/xhtml-basic/a.tag @@ -48,7 +48,7 @@ <attr name="accesskey" type="input" /> <attr name="tabindex" type="input" /> -<tqchildren> +<children> <child name="#text" /> <child name="abbr" /> <child name="acronym" /> @@ -69,7 +69,7 @@ <child name="strong" /> <child name="textarea" /> <child name="var" /> -</tqchildren> +</children> </tag> diff --git a/quanta/data/dtep/xhtml-basic/blockquote.tag b/quanta/data/dtep/xhtml-basic/blockquote.tag index fc4701fd..ad642e61 100644 --- a/quanta/data/dtep/xhtml-basic/blockquote.tag +++ b/quanta/data/dtep/xhtml-basic/blockquote.tag @@ -10,7 +10,7 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="address" /> <child name="blockquote" /> <child name="div" /> @@ -27,7 +27,7 @@ <child name="pre" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/body.tag b/quanta/data/dtep/xhtml-basic/body.tag index c7bf368e..c9bcca72 100644 --- a/quanta/data/dtep/xhtml-basic/body.tag +++ b/quanta/data/dtep/xhtml-basic/body.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="body" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="address" /> <child name="blockquote" /> <child name="div" /> @@ -19,6 +19,6 @@ <child name="pre" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/div.tag b/quanta/data/dtep/xhtml-basic/div.tag index 5073c953..9dfc2599 100644 --- a/quanta/data/dtep/xhtml-basic/div.tag +++ b/quanta/data/dtep/xhtml-basic/div.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="div" hasCore="1" hasI18n="1" scope="paragraph"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -41,6 +41,6 @@ <child name="textarea" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/xhtml-basic/form.tag b/quanta/data/dtep/xhtml-basic/form.tag index 36fe22f5..d4e0b368 100644 --- a/quanta/data/dtep/xhtml-basic/form.tag +++ b/quanta/data/dtep/xhtml-basic/form.tag @@ -29,7 +29,7 @@ </items> </attr> -<tqchildren> +<children> <child name="address" /> <child name="blockquote" /> <child name="div" /> @@ -45,7 +45,7 @@ <child name="pre" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/head.tag b/quanta/data/dtep/xhtml-basic/head.tag index 16f8b252..bdcc1ef7 100644 --- a/quanta/data/dtep/xhtml-basic/head.tag +++ b/quanta/data/dtep/xhtml-basic/head.tag @@ -9,12 +9,12 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="link" /> <child name="meta" /> <child name="object" /> <child name="title" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/headings.tag b/quanta/data/dtep/xhtml-basic/headings.tag index 408e31e3..af41ba13 100644 --- a/quanta/data/dtep/xhtml-basic/headings.tag +++ b/quanta/data/dtep/xhtml-basic/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" /> @@ -25,11 +25,11 @@ <child name="strong" /> <child name="textarea" /> <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" /> @@ -51,12 +51,12 @@ <child name="strong" /> <child name="textarea" /> <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" /> @@ -78,10 +78,10 @@ <child name="strong" /> <child name="textarea" /> <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" /> @@ -103,11 +103,11 @@ <child name="strong" /> <child name="textarea" /> <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" /> @@ -129,11 +129,11 @@ <child name="strong" /> <child name="textarea" /> <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" /> @@ -155,7 +155,7 @@ <child name="strong" /> <child name="textarea" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/html.tag b/quanta/data/dtep/xhtml-basic/html.tag index 922b9086..4d9b566e 100644 --- a/quanta/data/dtep/xhtml-basic/html.tag +++ b/quanta/data/dtep/xhtml-basic/html.tag @@ -15,10 +15,10 @@ <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="body" /> <child name="head" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/input.tag b/quanta/data/dtep/xhtml-basic/input.tag index e52a3fa5..379ececb 100644 --- a/quanta/data/dtep/xhtml-basic/input.tag +++ b/quanta/data/dtep/xhtml-basic/input.tag @@ -67,7 +67,7 @@ <tooltip>Shortcut</tooltip> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -99,6 +99,6 @@ <child name="td" /> <child name="th" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/li.tag b/quanta/data/dtep/xhtml-basic/li.tag index f1fbda6e..570d70c7 100644 --- a/quanta/data/dtep/xhtml-basic/li.tag +++ b/quanta/data/dtep/xhtml-basic/li.tag @@ -5,7 +5,7 @@ <stoppingtags> <stoppingtag name="li" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -43,6 +43,6 @@ <child name="textarea" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/ol.tag b/quanta/data/dtep/xhtml-basic/ol.tag index 355b08cf..4e9adab9 100644 --- a/quanta/data/dtep/xhtml-basic/ol.tag +++ b/quanta/data/dtep/xhtml-basic/ol.tag @@ -2,8 +2,8 @@ <!DOCTYPE TAGS> <TAGS> <tag name="ol" hasCore="1" hasI18n="1"> - <tqchildren> + <children> <child name="li" usage="required" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/p.tag b/quanta/data/dtep/xhtml-basic/p.tag index cba2d813..eadc4781 100644 --- a/quanta/data/dtep/xhtml-basic/p.tag +++ b/quanta/data/dtep/xhtml-basic/p.tag @@ -13,7 +13,7 @@ <stoppingtag name="dd" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -35,7 +35,7 @@ <child name="strong" /> <child name="textarea" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/select.tag b/quanta/data/dtep/xhtml-basic/select.tag index 532cedb5..241684e6 100644 --- a/quanta/data/dtep/xhtml-basic/select.tag +++ b/quanta/data/dtep/xhtml-basic/select.tag @@ -20,8 +20,8 @@ <stoppingtag name="select" /> </stoppingtags> -<tqchildren> +<children> <child name="option" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/table.tag b/quanta/data/dtep/xhtml-basic/table.tag index 9f20ac09..ead404b5 100644 --- a/quanta/data/dtep/xhtml-basic/table.tag +++ b/quanta/data/dtep/xhtml-basic/table.tag @@ -4,9 +4,9 @@ <tag name="table" hasCore="1" hasI18n="1"> <attr name="summary" type="input" /> -<tqchildren> +<children> <child name="caption" /> <child name="tr" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/td.tag b/quanta/data/dtep/xhtml-basic/td.tag index d09b988e..cde92e8f 100644 --- a/quanta/data/dtep/xhtml-basic/td.tag +++ b/quanta/data/dtep/xhtml-basic/td.tag @@ -61,7 +61,7 @@ <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -98,6 +98,6 @@ <child name="textarea" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/textarea.tag b/quanta/data/dtep/xhtml-basic/textarea.tag index cb0f0874..35161dd7 100644 --- a/quanta/data/dtep/xhtml-basic/textarea.tag +++ b/quanta/data/dtep/xhtml-basic/textarea.tag @@ -23,7 +23,7 @@ <attr name="accesskey" type="input" /> </tag> -<tqchildren> +<children> <child name="#text" /> -</tqchildren> +</children> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/th.tag b/quanta/data/dtep/xhtml-basic/th.tag index 7a58b71f..d6851796 100644 --- a/quanta/data/dtep/xhtml-basic/th.tag +++ b/quanta/data/dtep/xhtml-basic/th.tag @@ -61,7 +61,7 @@ <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -98,6 +98,6 @@ <child name="textarea" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/tr.tag b/quanta/data/dtep/xhtml-basic/tr.tag index d7d689d4..5a544503 100644 --- a/quanta/data/dtep/xhtml-basic/tr.tag +++ b/quanta/data/dtep/xhtml-basic/tr.tag @@ -33,9 +33,9 @@ <stoppingtag name="tfoot" /> </stoppingtags> -<tqchildren> +<children> <child name="td" /> <child name="th" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-basic/ul.tag b/quanta/data/dtep/xhtml-basic/ul.tag index 46385c7a..a2ce9a38 100644 --- a/quanta/data/dtep/xhtml-basic/ul.tag +++ b/quanta/data/dtep/xhtml-basic/ul.tag @@ -3,9 +3,9 @@ <TAGS> <tag name="ul" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="li" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/a.tag b/quanta/data/dtep/xhtml-frameset/a.tag index 9fc9aeb4..9140cd66 100644 --- a/quanta/data/dtep/xhtml-frameset/a.tag +++ b/quanta/data/dtep/xhtml-frameset/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" /> @@ -85,7 +85,7 @@ <location col="1" row="9" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="abbr" /> <child name="applet" /> @@ -126,7 +126,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/abbr.tag b/quanta/data/dtep/xhtml-frameset/abbr.tag index 59a267d1..93aa69d7 100644 --- a/quanta/data/dtep/xhtml-frameset/abbr.tag +++ b/quanta/data/dtep/xhtml-frameset/abbr.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/acronym.tag b/quanta/data/dtep/xhtml-frameset/acronym.tag index 35634a11..93d73b08 100644 --- a/quanta/data/dtep/xhtml-frameset/acronym.tag +++ b/quanta/data/dtep/xhtml-frameset/acronym.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/address.tag b/quanta/data/dtep/xhtml-frameset/address.tag index 5cedd95f..7626fbf5 100644 --- a/quanta/data/dtep/xhtml-frameset/address.tag +++ b/quanta/data/dtep/xhtml-frameset/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" /> @@ -45,6 +45,6 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/applet.tag b/quanta/data/dtep/xhtml-frameset/applet.tag index 8da60ec1..1da9149e 100644 --- a/quanta/data/dtep/xhtml-frameset/applet.tag +++ b/quanta/data/dtep/xhtml-frameset/applet.tag @@ -73,7 +73,7 @@ <location col="1" row="9" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -140,7 +140,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/area.tag b/quanta/data/dtep/xhtml-frameset/area.tag index 24dee60f..7bbf41b0 100644 --- a/quanta/data/dtep/xhtml-frameset/area.tag +++ b/quanta/data/dtep/xhtml-frameset/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-frameset/b.tag b/quanta/data/dtep/xhtml-frameset/b.tag index 86cbb519..dac70a04 100644 --- a/quanta/data/dtep/xhtml-frameset/b.tag +++ b/quanta/data/dtep/xhtml-frameset/b.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="b" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/bdo.tag b/quanta/data/dtep/xhtml-frameset/bdo.tag index eea7e5ad..676eb609 100644 --- a/quanta/data/dtep/xhtml-frameset/bdo.tag +++ b/quanta/data/dtep/xhtml-frameset/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" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/big.tag b/quanta/data/dtep/xhtml-frameset/big.tag index 6ebf8aad..bbf21a7c 100644 --- a/quanta/data/dtep/xhtml-frameset/big.tag +++ b/quanta/data/dtep/xhtml-frameset/big.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="big" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/blockquote.tag b/quanta/data/dtep/xhtml-frameset/blockquote.tag index 07170c99..82709643 100644 --- a/quanta/data/dtep/xhtml-frameset/blockquote.tag +++ b/quanta/data/dtep/xhtml-frameset/blockquote.tag @@ -10,7 +10,7 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -76,7 +76,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/body.tag b/quanta/data/dtep/xhtml-frameset/body.tag index c956b5d3..36982ce4 100644 --- a/quanta/data/dtep/xhtml-frameset/body.tag +++ b/quanta/data/dtep/xhtml-frameset/body.tag @@ -56,7 +56,7 @@ <location col="1" row="7" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -122,7 +122,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/button.tag b/quanta/data/dtep/xhtml-frameset/button.tag index 52a481c6..011def6a 100644 --- a/quanta/data/dtep/xhtml-frameset/button.tag +++ b/quanta/data/dtep/xhtml-frameset/button.tag @@ -32,7 +32,7 @@ <tooltip>Disable the element</tooltip> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="abbr" /> <child name="acronym" /> @@ -88,6 +88,6 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/caption.tag b/quanta/data/dtep/xhtml-frameset/caption.tag index 0ef0acf1..7917420e 100644 --- a/quanta/data/dtep/xhtml-frameset/caption.tag +++ b/quanta/data/dtep/xhtml-frameset/caption.tag @@ -15,7 +15,7 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -57,7 +57,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/center.tag b/quanta/data/dtep/xhtml-frameset/center.tag index 039a85ab..67943607 100644 --- a/quanta/data/dtep/xhtml-frameset/center.tag +++ b/quanta/data/dtep/xhtml-frameset/center.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="center" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -69,7 +69,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/cite.tag b/quanta/data/dtep/xhtml-frameset/cite.tag index 4f3c8c6c..815bac00 100644 --- a/quanta/data/dtep/xhtml-frameset/cite.tag +++ b/quanta/data/dtep/xhtml-frameset/cite.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/code.tag b/quanta/data/dtep/xhtml-frameset/code.tag index 219089d8..28759903 100644 --- a/quanta/data/dtep/xhtml-frameset/code.tag +++ b/quanta/data/dtep/xhtml-frameset/code.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="code" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/colgroup.tag b/quanta/data/dtep/xhtml-frameset/colgroup.tag index 20c27974..d4ecc9a8 100644 --- a/quanta/data/dtep/xhtml-frameset/colgroup.tag +++ b/quanta/data/dtep/xhtml-frameset/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-frameset/dd.tag b/quanta/data/dtep/xhtml-frameset/dd.tag index c7ff069f..b6a135ef 100644 --- a/quanta/data/dtep/xhtml-frameset/dd.tag +++ b/quanta/data/dtep/xhtml-frameset/dd.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="dd" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -69,7 +69,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/del.tag b/quanta/data/dtep/xhtml-frameset/del.tag index 34bef391..4d07e4b9 100644 --- a/quanta/data/dtep/xhtml-frameset/del.tag +++ b/quanta/data/dtep/xhtml-frameset/del.tag @@ -15,7 +15,7 @@ <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -81,7 +81,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/dfn.tag b/quanta/data/dtep/xhtml-frameset/dfn.tag index 6fe0b46a..99e3daff 100644 --- a/quanta/data/dtep/xhtml-frameset/dfn.tag +++ b/quanta/data/dtep/xhtml-frameset/dfn.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/dir.tag b/quanta/data/dtep/xhtml-frameset/dir.tag index a63731e9..13612182 100644 --- a/quanta/data/dtep/xhtml-frameset/dir.tag +++ b/quanta/data/dtep/xhtml-frameset/dir.tag @@ -8,9 +8,9 @@ <location col="0" row="0" /> </attr> -<tqchildren> +<children> <child name="li" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/div.tag b/quanta/data/dtep/xhtml-frameset/div.tag index 4b59e711..ca4b037a 100644 --- a/quanta/data/dtep/xhtml-frameset/div.tag +++ b/quanta/data/dtep/xhtml-frameset/div.tag @@ -16,7 +16,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -82,7 +82,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/dl.tag b/quanta/data/dtep/xhtml-frameset/dl.tag index 32c9f645..1f38c5a0 100644 --- a/quanta/data/dtep/xhtml-frameset/dl.tag +++ b/quanta/data/dtep/xhtml-frameset/dl.tag @@ -8,9 +8,9 @@ <location col="0" row="0" /> </attr> -<tqchildren> +<children> <child name="dt" /> <child name="dd" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/dt.tag b/quanta/data/dtep/xhtml-frameset/dt.tag index 18d1d506..4d9192aa 100644 --- a/quanta/data/dtep/xhtml-frameset/dt.tag +++ b/quanta/data/dtep/xhtml-frameset/dt.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="dt" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/em.tag b/quanta/data/dtep/xhtml-frameset/em.tag index b2765e02..3c5005b1 100644 --- a/quanta/data/dtep/xhtml-frameset/em.tag +++ b/quanta/data/dtep/xhtml-frameset/em.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="em" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/fieldset.tag b/quanta/data/dtep/xhtml-frameset/fieldset.tag index b80d46dc..f2e942bd 100644 --- a/quanta/data/dtep/xhtml-frameset/fieldset.tag +++ b/quanta/data/dtep/xhtml-frameset/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" /> @@ -70,7 +70,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/font.tag b/quanta/data/dtep/xhtml-frameset/font.tag index d7784288..4cc18db6 100644 --- a/quanta/data/dtep/xhtml-frameset/font.tag +++ b/quanta/data/dtep/xhtml-frameset/font.tag @@ -39,7 +39,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -81,7 +81,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/xhtml-frameset/form.tag b/quanta/data/dtep/xhtml-frameset/form.tag index 1a87abc0..b3d554b1 100644 --- a/quanta/data/dtep/xhtml-frameset/form.tag +++ b/quanta/data/dtep/xhtml-frameset/form.tag @@ -80,7 +80,7 @@ <location col="1" row="8" colspan="3"/> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -145,7 +145,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/frameset.tag b/quanta/data/dtep/xhtml-frameset/frameset.tag index d1addb63..7e0b6f09 100644 --- a/quanta/data/dtep/xhtml-frameset/frameset.tag +++ b/quanta/data/dtep/xhtml-frameset/frameset.tag @@ -27,11 +27,11 @@ <location col="1" row="3" colspan="2"/> </attr> -<tqchildren> +<children> <child name="frame" /> <child name="frameset" /> <child name="noframes" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/head.tag b/quanta/data/dtep/xhtml-frameset/head.tag index 74e94d81..9305caea 100644 --- a/quanta/data/dtep/xhtml-frameset/head.tag +++ b/quanta/data/dtep/xhtml-frameset/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" /> @@ -24,7 +24,7 @@ <child name="script" /> <child name="style" /> <child name="isindex" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/headings.tag b/quanta/data/dtep/xhtml-frameset/headings.tag index a943a2ec..5469ac0b 100644 --- a/quanta/data/dtep/xhtml-frameset/headings.tag +++ b/quanta/data/dtep/xhtml-frameset/headings.tag @@ -16,7 +16,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -58,7 +58,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> @@ -77,7 +77,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -119,7 +119,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> @@ -138,7 +138,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -180,7 +180,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> @@ -199,7 +199,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -241,7 +241,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> @@ -260,7 +260,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -302,7 +302,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> @@ -321,7 +321,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -363,7 +363,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/html.tag b/quanta/data/dtep/xhtml-frameset/html.tag index 639ac562..d401f801 100644 --- a/quanta/data/dtep/xhtml-frameset/html.tag +++ b/quanta/data/dtep/xhtml-frameset/html.tag @@ -18,10 +18,10 @@ </items> </attr> -<tqchildren> +<children> <child name="head" /> <child name="frameset" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/i.tag b/quanta/data/dtep/xhtml-frameset/i.tag index e605fba6..eefb38d4 100644 --- a/quanta/data/dtep/xhtml-frameset/i.tag +++ b/quanta/data/dtep/xhtml-frameset/i.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/iframe.tag b/quanta/data/dtep/xhtml-frameset/iframe.tag index 9d5b5d15..fb5ffb99 100644 --- a/quanta/data/dtep/xhtml-frameset/iframe.tag +++ b/quanta/data/dtep/xhtml-frameset/iframe.tag @@ -88,7 +88,7 @@ <location col="1" row="12" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -154,7 +154,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/ins.tag b/quanta/data/dtep/xhtml-frameset/ins.tag index eeb636a6..de225ae1 100644 --- a/quanta/data/dtep/xhtml-frameset/ins.tag +++ b/quanta/data/dtep/xhtml-frameset/ins.tag @@ -15,7 +15,7 @@ <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -81,7 +81,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/kbd.tag b/quanta/data/dtep/xhtml-frameset/kbd.tag index 563ebdd0..6cfaa511 100644 --- a/quanta/data/dtep/xhtml-frameset/kbd.tag +++ b/quanta/data/dtep/xhtml-frameset/kbd.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/label.tag b/quanta/data/dtep/xhtml-frameset/label.tag index 23878a5e..3e53f7ba 100644 --- a/quanta/data/dtep/xhtml-frameset/label.tag +++ b/quanta/data/dtep/xhtml-frameset/label.tag @@ -27,7 +27,7 @@ <location col="1" row="3" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -69,7 +69,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/legend.tag b/quanta/data/dtep/xhtml-frameset/legend.tag index 417b9c78..685ae528 100644 --- a/quanta/data/dtep/xhtml-frameset/legend.tag +++ b/quanta/data/dtep/xhtml-frameset/legend.tag @@ -22,7 +22,7 @@ <location col="1" row="1" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -64,7 +64,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/li.tag b/quanta/data/dtep/xhtml-frameset/li.tag index efff88aa..c4acfaa2 100644 --- a/quanta/data/dtep/xhtml-frameset/li.tag +++ b/quanta/data/dtep/xhtml-frameset/li.tag @@ -29,7 +29,7 @@ <stoppingtag name="li" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -95,7 +95,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/map.tag b/quanta/data/dtep/xhtml-frameset/map.tag index 9852af99..b64d44f2 100644 --- a/quanta/data/dtep/xhtml-frameset/map.tag +++ b/quanta/data/dtep/xhtml-frameset/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" /> @@ -38,7 +38,7 @@ <child name="script" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/menu.tag b/quanta/data/dtep/xhtml-frameset/menu.tag index a98f6d53..10322fc8 100644 --- a/quanta/data/dtep/xhtml-frameset/menu.tag +++ b/quanta/data/dtep/xhtml-frameset/menu.tag @@ -8,9 +8,9 @@ <location col="0" row="0" /> </attr> -<tqchildren> +<children> <child name="li" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/noframes.tag b/quanta/data/dtep/xhtml-frameset/noframes.tag index a3e207cd..59ff061b 100644 --- a/quanta/data/dtep/xhtml-frameset/noframes.tag +++ b/quanta/data/dtep/xhtml-frameset/noframes.tag @@ -3,9 +3,9 @@ <TAGS> <tag name="noframes" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="body" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/noscript.tag b/quanta/data/dtep/xhtml-frameset/noscript.tag index 6bb56abc..a973201b 100644 --- a/quanta/data/dtep/xhtml-frameset/noscript.tag +++ b/quanta/data/dtep/xhtml-frameset/noscript.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -69,7 +69,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/object.tag b/quanta/data/dtep/xhtml-frameset/object.tag index 10513193..baebd55d 100644 --- a/quanta/data/dtep/xhtml-frameset/object.tag +++ b/quanta/data/dtep/xhtml-frameset/object.tag @@ -136,7 +136,7 @@ <location col="3" row="7" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -203,7 +203,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/ol.tag b/quanta/data/dtep/xhtml-frameset/ol.tag index 2d2e2fb1..4a33b85a 100644 --- a/quanta/data/dtep/xhtml-frameset/ol.tag +++ b/quanta/data/dtep/xhtml-frameset/ol.tag @@ -28,9 +28,9 @@ <location col="0" row="2" colspan="2" /> </attr> -<tqchildren> +<children> <child name="li" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/optgroup.tag b/quanta/data/dtep/xhtml-frameset/optgroup.tag index 56839297..08a52ff5 100644 --- a/quanta/data/dtep/xhtml-frameset/optgroup.tag +++ b/quanta/data/dtep/xhtml-frameset/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-frameset/p.tag b/quanta/data/dtep/xhtml-frameset/p.tag index 907587d5..48008e82 100644 --- a/quanta/data/dtep/xhtml-frameset/p.tag +++ b/quanta/data/dtep/xhtml-frameset/p.tag @@ -26,7 +26,7 @@ <stoppingtag name="dd" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -68,7 +68,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/pre.tag b/quanta/data/dtep/xhtml-frameset/pre.tag index 5a9acb0c..ad3955f7 100644 --- a/quanta/data/dtep/xhtml-frameset/pre.tag +++ b/quanta/data/dtep/xhtml-frameset/pre.tag @@ -17,7 +17,7 @@ <item>preserve</item> </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -48,6 +48,6 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/q.tag b/quanta/data/dtep/xhtml-frameset/q.tag index 09d64568..241bde5b 100644 --- a/quanta/data/dtep/xhtml-frameset/q.tag +++ b/quanta/data/dtep/xhtml-frameset/q.tag @@ -9,7 +9,7 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -51,7 +51,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/s.tag b/quanta/data/dtep/xhtml-frameset/s.tag index 9fd600cb..98ad6cf7 100644 --- a/quanta/data/dtep/xhtml-frameset/s.tag +++ b/quanta/data/dtep/xhtml-frameset/s.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="s" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/samp.tag b/quanta/data/dtep/xhtml-frameset/samp.tag index e84d0525..6cecf4e0 100644 --- a/quanta/data/dtep/xhtml-frameset/samp.tag +++ b/quanta/data/dtep/xhtml-frameset/samp.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/select.tag b/quanta/data/dtep/xhtml-frameset/select.tag index fb17bd73..d0c87373 100644 --- a/quanta/data/dtep/xhtml-frameset/select.tag +++ b/quanta/data/dtep/xhtml-frameset/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-frameset/small.tag b/quanta/data/dtep/xhtml-frameset/small.tag index 7392cde2..538b3b7a 100644 --- a/quanta/data/dtep/xhtml-frameset/small.tag +++ b/quanta/data/dtep/xhtml-frameset/small.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="small" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/span.tag b/quanta/data/dtep/xhtml-frameset/span.tag index aaae5401..2ff722d0 100644 --- a/quanta/data/dtep/xhtml-frameset/span.tag +++ b/quanta/data/dtep/xhtml-frameset/span.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="span" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/strike.tag b/quanta/data/dtep/xhtml-frameset/strike.tag index c49e498e..478e692c 100644 --- a/quanta/data/dtep/xhtml-frameset/strike.tag +++ b/quanta/data/dtep/xhtml-frameset/strike.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="strike" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/strong.tag b/quanta/data/dtep/xhtml-frameset/strong.tag index 6d3f007d..0424fa5e 100644 --- a/quanta/data/dtep/xhtml-frameset/strong.tag +++ b/quanta/data/dtep/xhtml-frameset/strong.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/style.tag b/quanta/data/dtep/xhtml-frameset/style.tag index afa3fe55..aa052448 100644 --- a/quanta/data/dtep/xhtml-frameset/style.tag +++ b/quanta/data/dtep/xhtml-frameset/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-frameset/sub.tag b/quanta/data/dtep/xhtml-frameset/sub.tag index 315c5ab0..ec46544b 100644 --- a/quanta/data/dtep/xhtml-frameset/sub.tag +++ b/quanta/data/dtep/xhtml-frameset/sub.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/sup.tag b/quanta/data/dtep/xhtml-frameset/sup.tag index dec7d2c8..d441423a 100644 --- a/quanta/data/dtep/xhtml-frameset/sup.tag +++ b/quanta/data/dtep/xhtml-frameset/sup.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/table.tag b/quanta/data/dtep/xhtml-frameset/table.tag index d5296fb2..b76d5095 100644 --- a/quanta/data/dtep/xhtml-frameset/table.tag +++ b/quanta/data/dtep/xhtml-frameset/table.tag @@ -83,7 +83,7 @@ <tooltip>Deprecated</tooltip> </attr> -<tqchildren> +<children> <child name="caption" /> <child name="col" /> <child name="colgroup" /> @@ -91,7 +91,7 @@ <child name="tfoot" /> <child name="tbody" /> <child name="tr" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/tbody.tag b/quanta/data/dtep/xhtml-frameset/tbody.tag index c04eebf6..db13711d 100644 --- a/quanta/data/dtep/xhtml-frameset/tbody.tag +++ b/quanta/data/dtep/xhtml-frameset/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-frameset/td.tag b/quanta/data/dtep/xhtml-frameset/td.tag index 39e99979..e46c9414 100644 --- a/quanta/data/dtep/xhtml-frameset/td.tag +++ b/quanta/data/dtep/xhtml-frameset/td.tag @@ -115,7 +115,7 @@ <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -181,7 +181,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/textarea.tag b/quanta/data/dtep/xhtml-frameset/textarea.tag index 50f9210a..9c94dc0f 100644 --- a/quanta/data/dtep/xhtml-frameset/textarea.tag +++ b/quanta/data/dtep/xhtml-frameset/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-frameset/tfoot.tag b/quanta/data/dtep/xhtml-frameset/tfoot.tag index cca684ca..e07605f4 100644 --- a/quanta/data/dtep/xhtml-frameset/tfoot.tag +++ b/quanta/data/dtep/xhtml-frameset/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-frameset/th.tag b/quanta/data/dtep/xhtml-frameset/th.tag index 7e1e3d97..27ff8b6a 100644 --- a/quanta/data/dtep/xhtml-frameset/th.tag +++ b/quanta/data/dtep/xhtml-frameset/th.tag @@ -115,7 +115,7 @@ <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -181,7 +181,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/thead.tag b/quanta/data/dtep/xhtml-frameset/thead.tag index 5bb973ca..059263d1 100644 --- a/quanta/data/dtep/xhtml-frameset/thead.tag +++ b/quanta/data/dtep/xhtml-frameset/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-frameset/title.tag b/quanta/data/dtep/xhtml-frameset/title.tag index 02ef0059..f24df571 100644 --- a/quanta/data/dtep/xhtml-frameset/title.tag +++ b/quanta/data/dtep/xhtml-frameset/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-frameset/tr.tag b/quanta/data/dtep/xhtml-frameset/tr.tag index e1611664..4baf805c 100644 --- a/quanta/data/dtep/xhtml-frameset/tr.tag +++ b/quanta/data/dtep/xhtml-frameset/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-frameset/tt.tag b/quanta/data/dtep/xhtml-frameset/tt.tag index 768f3791..08f25532 100644 --- a/quanta/data/dtep/xhtml-frameset/tt.tag +++ b/quanta/data/dtep/xhtml-frameset/tt.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/u.tag b/quanta/data/dtep/xhtml-frameset/u.tag index be82dd1c..bc931d0d 100644 --- a/quanta/data/dtep/xhtml-frameset/u.tag +++ b/quanta/data/dtep/xhtml-frameset/u.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/ul.tag b/quanta/data/dtep/xhtml-frameset/ul.tag index bb30c1c6..21443c5d 100644 --- a/quanta/data/dtep/xhtml-frameset/ul.tag +++ b/quanta/data/dtep/xhtml-frameset/ul.tag @@ -20,9 +20,9 @@ <location col="0" row="1" /> </attr> -<tqchildren> +<children> <child name="li" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml-frameset/var.tag b/quanta/data/dtep/xhtml-frameset/var.tag index c2ea19b3..ad5627b0 100644 --- a/quanta/data/dtep/xhtml-frameset/var.tag +++ b/quanta/data/dtep/xhtml-frameset/var.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="var" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> 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> diff --git a/quanta/data/dtep/xhtml/a.tag b/quanta/data/dtep/xhtml/a.tag index 9fc9aeb4..9140cd66 100644 --- a/quanta/data/dtep/xhtml/a.tag +++ b/quanta/data/dtep/xhtml/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" /> @@ -85,7 +85,7 @@ <location col="1" row="9" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="abbr" /> <child name="applet" /> @@ -126,7 +126,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/abbr.tag b/quanta/data/dtep/xhtml/abbr.tag index 76cab4bd..9748630f 100644 --- a/quanta/data/dtep/xhtml/abbr.tag +++ b/quanta/data/dtep/xhtml/abbr.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/acronym.tag b/quanta/data/dtep/xhtml/acronym.tag index 35634a11..93d73b08 100644 --- a/quanta/data/dtep/xhtml/acronym.tag +++ b/quanta/data/dtep/xhtml/acronym.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/address.tag b/quanta/data/dtep/xhtml/address.tag index 45b2c9fc..6a309b43 100644 --- a/quanta/data/dtep/xhtml/address.tag +++ b/quanta/data/dtep/xhtml/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" /> @@ -45,6 +45,6 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/applet.tag b/quanta/data/dtep/xhtml/applet.tag index 4372bef9..98aed01a 100644 --- a/quanta/data/dtep/xhtml/applet.tag +++ b/quanta/data/dtep/xhtml/applet.tag @@ -73,7 +73,7 @@ <location col="1" row="9" /> </attr> -<tqchildren> +<children> <child name="a" /> <child name="abbr" /> <child name="acronym" /> @@ -139,7 +139,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/area.tag b/quanta/data/dtep/xhtml/area.tag index 24dee60f..7bbf41b0 100644 --- a/quanta/data/dtep/xhtml/area.tag +++ b/quanta/data/dtep/xhtml/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/b.tag b/quanta/data/dtep/xhtml/b.tag index 86cbb519..dac70a04 100644 --- a/quanta/data/dtep/xhtml/b.tag +++ b/quanta/data/dtep/xhtml/b.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="b" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/bdo.tag b/quanta/data/dtep/xhtml/bdo.tag index ed648538..2a592a37 100644 --- a/quanta/data/dtep/xhtml/bdo.tag +++ b/quanta/data/dtep/xhtml/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" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/big.tag b/quanta/data/dtep/xhtml/big.tag index 6ebf8aad..bbf21a7c 100644 --- a/quanta/data/dtep/xhtml/big.tag +++ b/quanta/data/dtep/xhtml/big.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="big" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/blockquote.tag b/quanta/data/dtep/xhtml/blockquote.tag index 07170c99..82709643 100644 --- a/quanta/data/dtep/xhtml/blockquote.tag +++ b/quanta/data/dtep/xhtml/blockquote.tag @@ -10,7 +10,7 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -76,7 +76,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/body.tag b/quanta/data/dtep/xhtml/body.tag index d2d20457..c7fe5941 100644 --- a/quanta/data/dtep/xhtml/body.tag +++ b/quanta/data/dtep/xhtml/body.tag @@ -56,7 +56,7 @@ <location col="1" row="7" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -122,7 +122,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/button.tag b/quanta/data/dtep/xhtml/button.tag index 52a481c6..011def6a 100644 --- a/quanta/data/dtep/xhtml/button.tag +++ b/quanta/data/dtep/xhtml/button.tag @@ -32,7 +32,7 @@ <tooltip>Disable the element</tooltip> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="abbr" /> <child name="acronym" /> @@ -88,6 +88,6 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/caption.tag b/quanta/data/dtep/xhtml/caption.tag index 92a47799..8936eb10 100644 --- a/quanta/data/dtep/xhtml/caption.tag +++ b/quanta/data/dtep/xhtml/caption.tag @@ -15,7 +15,7 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -57,7 +57,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/center.tag b/quanta/data/dtep/xhtml/center.tag index 2351c61a..860eff90 100644 --- a/quanta/data/dtep/xhtml/center.tag +++ b/quanta/data/dtep/xhtml/center.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="center" hasScript="1" hasCore="1" hasI18n="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -69,7 +69,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/cite.tag b/quanta/data/dtep/xhtml/cite.tag index 1a92b725..57f00da6 100644 --- a/quanta/data/dtep/xhtml/cite.tag +++ b/quanta/data/dtep/xhtml/cite.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/code.tag b/quanta/data/dtep/xhtml/code.tag index 29f1147c..e96dfd0b 100644 --- a/quanta/data/dtep/xhtml/code.tag +++ b/quanta/data/dtep/xhtml/code.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="code" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/colgroup.tag b/quanta/data/dtep/xhtml/colgroup.tag index 20c27974..d4ecc9a8 100644 --- a/quanta/data/dtep/xhtml/colgroup.tag +++ b/quanta/data/dtep/xhtml/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/dd.tag b/quanta/data/dtep/xhtml/dd.tag index a56729a4..7b6779b9 100644 --- a/quanta/data/dtep/xhtml/dd.tag +++ b/quanta/data/dtep/xhtml/dd.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="dd" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -69,7 +69,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/del.tag b/quanta/data/dtep/xhtml/del.tag index 1ae3dae3..f4026744 100644 --- a/quanta/data/dtep/xhtml/del.tag +++ b/quanta/data/dtep/xhtml/del.tag @@ -15,7 +15,7 @@ <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -81,7 +81,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/dfn.tag b/quanta/data/dtep/xhtml/dfn.tag index 432f3931..dcd1fbb9 100644 --- a/quanta/data/dtep/xhtml/dfn.tag +++ b/quanta/data/dtep/xhtml/dfn.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/dir.tag b/quanta/data/dtep/xhtml/dir.tag index a63731e9..13612182 100644 --- a/quanta/data/dtep/xhtml/dir.tag +++ b/quanta/data/dtep/xhtml/dir.tag @@ -8,9 +8,9 @@ <location col="0" row="0" /> </attr> -<tqchildren> +<children> <child name="li" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/div.tag b/quanta/data/dtep/xhtml/div.tag index 6b033710..21a5b47c 100644 --- a/quanta/data/dtep/xhtml/div.tag +++ b/quanta/data/dtep/xhtml/div.tag @@ -16,7 +16,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -82,7 +82,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/dl.tag b/quanta/data/dtep/xhtml/dl.tag index 32c9f645..1f38c5a0 100644 --- a/quanta/data/dtep/xhtml/dl.tag +++ b/quanta/data/dtep/xhtml/dl.tag @@ -8,9 +8,9 @@ <location col="0" row="0" /> </attr> -<tqchildren> +<children> <child name="dt" /> <child name="dd" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/dt.tag b/quanta/data/dtep/xhtml/dt.tag index 18d1d506..4d9192aa 100644 --- a/quanta/data/dtep/xhtml/dt.tag +++ b/quanta/data/dtep/xhtml/dt.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="dt" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/em.tag b/quanta/data/dtep/xhtml/em.tag index b2765e02..3c5005b1 100644 --- a/quanta/data/dtep/xhtml/em.tag +++ b/quanta/data/dtep/xhtml/em.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="em" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/fieldset.tag b/quanta/data/dtep/xhtml/fieldset.tag index 8db70f7d..550b5e7f 100644 --- a/quanta/data/dtep/xhtml/fieldset.tag +++ b/quanta/data/dtep/xhtml/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" /> @@ -70,7 +70,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/font.tag b/quanta/data/dtep/xhtml/font.tag index bb1df39f..61c00a64 100644 --- a/quanta/data/dtep/xhtml/font.tag +++ b/quanta/data/dtep/xhtml/font.tag @@ -39,7 +39,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -81,7 +81,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/form.tag b/quanta/data/dtep/xhtml/form.tag index cb7798e4..e913755e 100644 --- a/quanta/data/dtep/xhtml/form.tag +++ b/quanta/data/dtep/xhtml/form.tag @@ -80,7 +80,7 @@ <location col="1" row="8" colspan="3"/> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -145,7 +145,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/head.tag b/quanta/data/dtep/xhtml/head.tag index 74e94d81..9305caea 100644 --- a/quanta/data/dtep/xhtml/head.tag +++ b/quanta/data/dtep/xhtml/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" /> @@ -24,7 +24,7 @@ <child name="script" /> <child name="style" /> <child name="isindex" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/headings.tag b/quanta/data/dtep/xhtml/headings.tag index 6f2ab4f5..37e6eca2 100644 --- a/quanta/data/dtep/xhtml/headings.tag +++ b/quanta/data/dtep/xhtml/headings.tag @@ -16,7 +16,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -58,7 +58,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> @@ -77,7 +77,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -119,7 +119,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> @@ -138,7 +138,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -180,7 +180,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> @@ -199,7 +199,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -241,7 +241,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> @@ -260,7 +260,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -302,7 +302,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> @@ -321,7 +321,7 @@ </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -363,7 +363,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/html.tag b/quanta/data/dtep/xhtml/html.tag index 45a26694..afc592c3 100644 --- a/quanta/data/dtep/xhtml/html.tag +++ b/quanta/data/dtep/xhtml/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/i.tag b/quanta/data/dtep/xhtml/i.tag index 0b4e0b1e..45855df4 100644 --- a/quanta/data/dtep/xhtml/i.tag +++ b/quanta/data/dtep/xhtml/i.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/iframe.tag b/quanta/data/dtep/xhtml/iframe.tag index 3f4420e6..7c09ad13 100644 --- a/quanta/data/dtep/xhtml/iframe.tag +++ b/quanta/data/dtep/xhtml/iframe.tag @@ -88,7 +88,7 @@ <location col="1" row="12" /> </attr> -<tqchildren> +<children> <child name="a" /> <child name="abbr" /> <child name="acronym" /> @@ -153,7 +153,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/ins.tag b/quanta/data/dtep/xhtml/ins.tag index 16dadd0c..e3b082e8 100644 --- a/quanta/data/dtep/xhtml/ins.tag +++ b/quanta/data/dtep/xhtml/ins.tag @@ -15,7 +15,7 @@ <location col="1" row="1" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -81,7 +81,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/kbd.tag b/quanta/data/dtep/xhtml/kbd.tag index f71fcb58..433d0310 100644 --- a/quanta/data/dtep/xhtml/kbd.tag +++ b/quanta/data/dtep/xhtml/kbd.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/label.tag b/quanta/data/dtep/xhtml/label.tag index bf1fce54..249d512a 100644 --- a/quanta/data/dtep/xhtml/label.tag +++ b/quanta/data/dtep/xhtml/label.tag @@ -27,7 +27,7 @@ <location col="1" row="3" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -69,7 +69,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/legend.tag b/quanta/data/dtep/xhtml/legend.tag index 0b7d7cb3..18de65d3 100644 --- a/quanta/data/dtep/xhtml/legend.tag +++ b/quanta/data/dtep/xhtml/legend.tag @@ -22,7 +22,7 @@ <location col="1" row="1" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -64,7 +64,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/li.tag b/quanta/data/dtep/xhtml/li.tag index 5bc5ca06..f6644cee 100644 --- a/quanta/data/dtep/xhtml/li.tag +++ b/quanta/data/dtep/xhtml/li.tag @@ -29,7 +29,7 @@ <stoppingtag name="li" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -95,7 +95,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/map.tag b/quanta/data/dtep/xhtml/map.tag index 9852af99..b64d44f2 100644 --- a/quanta/data/dtep/xhtml/map.tag +++ b/quanta/data/dtep/xhtml/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" /> @@ -38,7 +38,7 @@ <child name="script" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/menu.tag b/quanta/data/dtep/xhtml/menu.tag index a98f6d53..10322fc8 100644 --- a/quanta/data/dtep/xhtml/menu.tag +++ b/quanta/data/dtep/xhtml/menu.tag @@ -8,9 +8,9 @@ <location col="0" row="0" /> </attr> -<tqchildren> +<children> <child name="li" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/noframes.tag b/quanta/data/dtep/xhtml/noframes.tag index b932929e..758e6cb2 100644 --- a/quanta/data/dtep/xhtml/noframes.tag +++ b/quanta/data/dtep/xhtml/noframes.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="noframes" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="a" /> <child name="abbr" /> <child name="acronym" /> @@ -68,7 +68,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/noscript.tag b/quanta/data/dtep/xhtml/noscript.tag index ec2f3ac3..0c604a67 100644 --- a/quanta/data/dtep/xhtml/noscript.tag +++ b/quanta/data/dtep/xhtml/noscript.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -69,7 +69,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/object.tag b/quanta/data/dtep/xhtml/object.tag index 10513193..baebd55d 100644 --- a/quanta/data/dtep/xhtml/object.tag +++ b/quanta/data/dtep/xhtml/object.tag @@ -136,7 +136,7 @@ <location col="3" row="7" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -203,7 +203,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/ol.tag b/quanta/data/dtep/xhtml/ol.tag index 2d2e2fb1..4a33b85a 100644 --- a/quanta/data/dtep/xhtml/ol.tag +++ b/quanta/data/dtep/xhtml/ol.tag @@ -28,9 +28,9 @@ <location col="0" row="2" colspan="2" /> </attr> -<tqchildren> +<children> <child name="li" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/optgroup.tag b/quanta/data/dtep/xhtml/optgroup.tag index 56839297..08a52ff5 100644 --- a/quanta/data/dtep/xhtml/optgroup.tag +++ b/quanta/data/dtep/xhtml/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/p.tag b/quanta/data/dtep/xhtml/p.tag index b9bea07e..aabd50f8 100644 --- a/quanta/data/dtep/xhtml/p.tag +++ b/quanta/data/dtep/xhtml/p.tag @@ -26,7 +26,7 @@ <stoppingtag name="dd" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -68,7 +68,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/pre.tag b/quanta/data/dtep/xhtml/pre.tag index b4d70015..0b861099 100644 --- a/quanta/data/dtep/xhtml/pre.tag +++ b/quanta/data/dtep/xhtml/pre.tag @@ -17,7 +17,7 @@ <item>preserve</item> </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -48,6 +48,6 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/q.tag b/quanta/data/dtep/xhtml/q.tag index b1577c29..abc31b1b 100644 --- a/quanta/data/dtep/xhtml/q.tag +++ b/quanta/data/dtep/xhtml/q.tag @@ -9,7 +9,7 @@ <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -51,7 +51,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/s.tag b/quanta/data/dtep/xhtml/s.tag index 5f072e92..419cb720 100644 --- a/quanta/data/dtep/xhtml/s.tag +++ b/quanta/data/dtep/xhtml/s.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="s" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="a" /> <child name="abbr" /> <child name="applet" /> @@ -44,7 +44,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/samp.tag b/quanta/data/dtep/xhtml/samp.tag index e84d0525..6cecf4e0 100644 --- a/quanta/data/dtep/xhtml/samp.tag +++ b/quanta/data/dtep/xhtml/samp.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/select.tag b/quanta/data/dtep/xhtml/select.tag index fb17bd73..d0c87373 100644 --- a/quanta/data/dtep/xhtml/select.tag +++ b/quanta/data/dtep/xhtml/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/small.tag b/quanta/data/dtep/xhtml/small.tag index 9799ee96..4d045201 100644 --- a/quanta/data/dtep/xhtml/small.tag +++ b/quanta/data/dtep/xhtml/small.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="small" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/span.tag b/quanta/data/dtep/xhtml/span.tag index 82241f9c..d674850e 100644 --- a/quanta/data/dtep/xhtml/span.tag +++ b/quanta/data/dtep/xhtml/span.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="span" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/strike.tag b/quanta/data/dtep/xhtml/strike.tag index 03d9e85c..4907d5be 100644 --- a/quanta/data/dtep/xhtml/strike.tag +++ b/quanta/data/dtep/xhtml/strike.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="strike" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="a" /> <child name="abbr" /> <child name="applet" /> @@ -44,7 +44,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/strong.tag b/quanta/data/dtep/xhtml/strong.tag index 0ec79185..2be3da65 100644 --- a/quanta/data/dtep/xhtml/strong.tag +++ b/quanta/data/dtep/xhtml/strong.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/style.tag b/quanta/data/dtep/xhtml/style.tag index 5cad56d6..781181b4 100644 --- a/quanta/data/dtep/xhtml/style.tag +++ b/quanta/data/dtep/xhtml/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/sub.tag b/quanta/data/dtep/xhtml/sub.tag index 315c5ab0..ec46544b 100644 --- a/quanta/data/dtep/xhtml/sub.tag +++ b/quanta/data/dtep/xhtml/sub.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/sup.tag b/quanta/data/dtep/xhtml/sup.tag index 07eac389..176cf71a 100644 --- a/quanta/data/dtep/xhtml/sup.tag +++ b/quanta/data/dtep/xhtml/sup.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/table.tag b/quanta/data/dtep/xhtml/table.tag index d5296fb2..b76d5095 100644 --- a/quanta/data/dtep/xhtml/table.tag +++ b/quanta/data/dtep/xhtml/table.tag @@ -83,7 +83,7 @@ <tooltip>Deprecated</tooltip> </attr> -<tqchildren> +<children> <child name="caption" /> <child name="col" /> <child name="colgroup" /> @@ -91,7 +91,7 @@ <child name="tfoot" /> <child name="tbody" /> <child name="tr" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/tbody.tag b/quanta/data/dtep/xhtml/tbody.tag index c04eebf6..db13711d 100644 --- a/quanta/data/dtep/xhtml/tbody.tag +++ b/quanta/data/dtep/xhtml/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/td.tag b/quanta/data/dtep/xhtml/td.tag index 39e99979..e46c9414 100644 --- a/quanta/data/dtep/xhtml/td.tag +++ b/quanta/data/dtep/xhtml/td.tag @@ -115,7 +115,7 @@ <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -181,7 +181,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/textarea.tag b/quanta/data/dtep/xhtml/textarea.tag index 6612247b..ea019898 100644 --- a/quanta/data/dtep/xhtml/textarea.tag +++ b/quanta/data/dtep/xhtml/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/tfoot.tag b/quanta/data/dtep/xhtml/tfoot.tag index cca684ca..e07605f4 100644 --- a/quanta/data/dtep/xhtml/tfoot.tag +++ b/quanta/data/dtep/xhtml/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/th.tag b/quanta/data/dtep/xhtml/th.tag index 6720e4e0..78b82c25 100644 --- a/quanta/data/dtep/xhtml/th.tag +++ b/quanta/data/dtep/xhtml/th.tag @@ -115,7 +115,7 @@ <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -181,7 +181,7 @@ <child name="u" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/thead.tag b/quanta/data/dtep/xhtml/thead.tag index 5bb973ca..059263d1 100644 --- a/quanta/data/dtep/xhtml/thead.tag +++ b/quanta/data/dtep/xhtml/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/title.tag b/quanta/data/dtep/xhtml/title.tag index 02ef0059..f24df571 100644 --- a/quanta/data/dtep/xhtml/title.tag +++ b/quanta/data/dtep/xhtml/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/tr.tag b/quanta/data/dtep/xhtml/tr.tag index e1611664..4baf805c 100644 --- a/quanta/data/dtep/xhtml/tr.tag +++ b/quanta/data/dtep/xhtml/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/tt.tag b/quanta/data/dtep/xhtml/tt.tag index 768f3791..08f25532 100644 --- a/quanta/data/dtep/xhtml/tt.tag +++ b/quanta/data/dtep/xhtml/tt.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/u.tag b/quanta/data/dtep/xhtml/u.tag index 56a4e61e..38e47050 100644 --- a/quanta/data/dtep/xhtml/u.tag +++ b/quanta/data/dtep/xhtml/u.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/ul.tag b/quanta/data/dtep/xhtml/ul.tag index bb30c1c6..21443c5d 100644 --- a/quanta/data/dtep/xhtml/ul.tag +++ b/quanta/data/dtep/xhtml/ul.tag @@ -20,9 +20,9 @@ <location col="0" row="1" /> </attr> -<tqchildren> +<children> <child name="li" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml/var.tag b/quanta/data/dtep/xhtml/var.tag index 2b0bddb5..74e336d4 100644 --- a/quanta/data/dtep/xhtml/var.tag +++ b/quanta/data/dtep/xhtml/var.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="var" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -45,7 +45,7 @@ <child name="tt" /> <child name="u" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/a.tag b/quanta/data/dtep/xhtml11/a.tag index 34ccd660..eda33421 100644 --- a/quanta/data/dtep/xhtml11/a.tag +++ b/quanta/data/dtep/xhtml11/a.tag @@ -59,7 +59,7 @@ <attr name="charset" type="input" /> <attr name="accesskey" type="input" /> <attr name="tabindex" type="input" /> - <attr name="tqshape" type="list"> + <attr name="shape" type="list"> <items> <item>rect</item> <item>circle</item> @@ -69,7 +69,7 @@ </attr> <attr name="coords" type="input" /> -<tqchildren> +<children> <child name="#text" /> <child name="abbr" /> <child name="acronym" /> @@ -103,6 +103,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/abbr.tag b/quanta/data/dtep/xhtml11/abbr.tag index 08fc6d94..b988c322 100644 --- a/quanta/data/dtep/xhtml11/abbr.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/acronym.tag b/quanta/data/dtep/xhtml11/acronym.tag index c2a2eba5..12bf30f1 100644 --- a/quanta/data/dtep/xhtml11/acronym.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/address.tag b/quanta/data/dtep/xhtml11/address.tag index c74c8141..3b1f699e 100644 --- a/quanta/data/dtep/xhtml11/address.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/applet.tag b/quanta/data/dtep/xhtml11/applet.tag index e4bec12d..1a9d5acd 100644 --- a/quanta/data/dtep/xhtml11/applet.tag +++ b/quanta/data/dtep/xhtml11/applet.tag @@ -63,7 +63,7 @@ <location col="3" row="9" colspan="1" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -117,7 +117,7 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/area.tag b/quanta/data/dtep/xhtml11/area.tag index 67c45a1d..1c992e3b 100644 --- a/quanta/data/dtep/xhtml11/area.tag +++ b/quanta/data/dtep/xhtml11/area.tag @@ -3,8 +3,8 @@ <TAGS> <tag name="area" hasFocus="1" hasScript="1" hasCore="1" hasI18n="1" single="1"> - <attr name="tqshape" type="list"> - <text>tqshape</text> + <attr name="shape" type="list"> + <text>shape</text> <textlocation col="0" row="0" /> <location col="1" row="0" colspan="2"/> <items> diff --git a/quanta/data/dtep/xhtml11/b.tag b/quanta/data/dtep/xhtml11/b.tag index 736049f5..54e28332 100644 --- a/quanta/data/dtep/xhtml11/b.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/bdo.tag b/quanta/data/dtep/xhtml11/bdo.tag index 6981975c..47fc984f 100644 --- a/quanta/data/dtep/xhtml11/bdo.tag +++ b/quanta/data/dtep/xhtml11/bdo.tag @@ -13,7 +13,7 @@ <item>rtl</item> </items> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -48,6 +48,6 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/big.tag b/quanta/data/dtep/xhtml11/big.tag index c9ca87ac..b951e28b 100644 --- a/quanta/data/dtep/xhtml11/big.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/blockquote.tag b/quanta/data/dtep/xhtml11/blockquote.tag index 1ac79dbf..b74910eb 100644 --- a/quanta/data/dtep/xhtml11/blockquote.tag +++ b/quanta/data/dtep/xhtml11/blockquote.tag @@ -8,7 +8,7 @@ <textlocation col="0" row="0" /> <location col="1" row="0" colspan="2" /> </attr> -<tqchildren> +<children> <child name="address" /> <child name="blockquote" /> <child name="del" /> @@ -31,6 +31,6 @@ <child name="script" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/body.tag b/quanta/data/dtep/xhtml11/body.tag index 50117437..6b46aba5 100644 --- a/quanta/data/dtep/xhtml11/body.tag +++ b/quanta/data/dtep/xhtml11/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,6 +37,6 @@ <child name="script" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/button.tag b/quanta/data/dtep/xhtml11/button.tag index 0c204c06..c659c0e3 100644 --- a/quanta/data/dtep/xhtml11/button.tag +++ b/quanta/data/dtep/xhtml11/button.tag @@ -15,7 +15,7 @@ <attr name="disabled" type="check" /> -<tqchildren> +<children> <child name="#text" /> <child name="abbr" /> <child name="acronym" /> @@ -61,6 +61,6 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/caption.tag b/quanta/data/dtep/xhtml11/caption.tag index 956ed2bd..0d433812 100644 --- a/quanta/data/dtep/xhtml11/caption.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/cite.tag b/quanta/data/dtep/xhtml11/cite.tag index b3e2e76b..58cb492f 100644 --- a/quanta/data/dtep/xhtml11/cite.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/code.tag b/quanta/data/dtep/xhtml11/code.tag index 625050da..b29a87d4 100644 --- a/quanta/data/dtep/xhtml11/code.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/col.tag b/quanta/data/dtep/xhtml11/col.tag index e900365a..9bad383d 100644 --- a/quanta/data/dtep/xhtml11/col.tag +++ b/quanta/data/dtep/xhtml11/col.tag @@ -45,14 +45,14 @@ You can add multiple values with commas</tooltip> <attr name="char" type="input"> <text>char</text> <textlocation col="0" row="4" /> - <tooltip>tqalignment character for cells</tooltip> + <tooltip>alignment character for cells</tooltip> <location col="1" row="4" /> </attr> <attr name="charoff" type="input"> <text>charoff</text> <textlocation col="0" row="5" /> - <tooltip>tqalignment character offset</tooltip> + <tooltip>alignment character offset</tooltip> <location col="1" row="5" /> </attr> diff --git a/quanta/data/dtep/xhtml11/colgroup.tag b/quanta/data/dtep/xhtml11/colgroup.tag index 548a7cb8..a0dfb5d2 100644 --- a/quanta/data/dtep/xhtml11/colgroup.tag +++ b/quanta/data/dtep/xhtml11/colgroup.tag @@ -45,19 +45,19 @@ You can add multiple values with commas</tooltip> <attr name="char" type="input"> <text>char</text> <textlocation col="0" row="4" /> - <tooltip>tqalignment character for cells</tooltip> + <tooltip>alignment character for cells</tooltip> <location col="1" row="4" /> </attr> <attr name="charoff" type="input"> <text>charoff</text> <textlocation col="0" row="5" /> - <tooltip>tqalignment character offset</tooltip> + <tooltip>alignment character offset</tooltip> <location col="1" row="5" /> </attr> -<tqchildren> +<children> <child name="col" usage="required" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/dd.tag b/quanta/data/dtep/xhtml11/dd.tag index 53fda2d1..97992bf9 100644 --- a/quanta/data/dtep/xhtml11/dd.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/del.tag b/quanta/data/dtep/xhtml11/del.tag index dc48ab2b..1a7c17db 100644 --- a/quanta/data/dtep/xhtml11/del.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/dfn.tag b/quanta/data/dtep/xhtml11/dfn.tag index 42d4d6fc..fbeb6d72 100644 --- a/quanta/data/dtep/xhtml11/dfn.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/div.tag b/quanta/data/dtep/xhtml11/div.tag index dde0e712..1f8500f0 100644 --- a/quanta/data/dtep/xhtml11/div.tag +++ b/quanta/data/dtep/xhtml11/div.tag @@ -2,7 +2,7 @@ <!DOCTYPE TAGS> <TAGS> <tag name="div" hasScript="1" hasCore="1" hasI18n="1" scope="paragraph"> -<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/xhtml11/dl.tag b/quanta/data/dtep/xhtml11/dl.tag index d1edcf28..430067b8 100644 --- a/quanta/data/dtep/xhtml11/dl.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/dt.tag b/quanta/data/dtep/xhtml11/dt.tag index efc31477..ef239795 100644 --- a/quanta/data/dtep/xhtml11/dt.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/em.tag b/quanta/data/dtep/xhtml11/em.tag index f858197f..807065df 100644 --- a/quanta/data/dtep/xhtml11/em.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/fieldset.tag b/quanta/data/dtep/xhtml11/fieldset.tag index 7ab940b3..c2bc156f 100644 --- a/quanta/data/dtep/xhtml11/fieldset.tag +++ b/quanta/data/dtep/xhtml11/fieldset.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="fieldset" hasScript="1" hasCore="1"> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -59,7 +59,7 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/form.tag b/quanta/data/dtep/xhtml11/form.tag index 5f851d9d..c332c515 100644 --- a/quanta/data/dtep/xhtml11/form.tag +++ b/quanta/data/dtep/xhtml11/form.tag @@ -57,7 +57,7 @@ <location col="3" row="6"/> </attr> -<tqchildren> +<children> <child name="address" /> <child name="blockquote" /> <child name="del" /> @@ -79,6 +79,6 @@ <child name="script" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/head.tag b/quanta/data/dtep/xhtml11/head.tag index 30b8fad8..b53932b3 100644 --- a/quanta/data/dtep/xhtml11/head.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/headings.tag b/quanta/data/dtep/xhtml11/headings.tag index dc23edec..eb0b4fa0 100644 --- a/quanta/data/dtep/xhtml11/headings.tag +++ b/quanta/data/dtep/xhtml11/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,11 +38,11 @@ <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" /> @@ -77,11 +77,11 @@ <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" /> @@ -116,11 +116,11 @@ <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" /> @@ -155,11 +155,11 @@ <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" /> @@ -194,11 +194,11 @@ <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" /> @@ -233,7 +233,7 @@ <child name="textarea" /> <child name="tt" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/html.tag b/quanta/data/dtep/xhtml11/html.tag index 7794c33a..22894f8d 100644 --- a/quanta/data/dtep/xhtml11/html.tag +++ b/quanta/data/dtep/xhtml11/html.tag @@ -16,10 +16,10 @@ <items><item>http://www.w3.org/1999/xhtml</item></items> </attr> -<tqchildren> +<children> <child name="body" /> <child name="head" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/i.tag b/quanta/data/dtep/xhtml11/i.tag index f7bcd0ef..36dbd43a 100644 --- a/quanta/data/dtep/xhtml11/i.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/ins.tag b/quanta/data/dtep/xhtml11/ins.tag index 37c7be63..c088199f 100644 --- a/quanta/data/dtep/xhtml11/ins.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/kbd.tag b/quanta/data/dtep/xhtml11/kbd.tag index 246f6230..2b222085 100644 --- a/quanta/data/dtep/xhtml11/kbd.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/label.tag b/quanta/data/dtep/xhtml11/label.tag index efb6174a..75fb81c6 100644 --- a/quanta/data/dtep/xhtml11/label.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/legend.tag b/quanta/data/dtep/xhtml11/legend.tag index a55a5880..048dff82 100644 --- a/quanta/data/dtep/xhtml11/legend.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/li.tag b/quanta/data/dtep/xhtml11/li.tag index 66fd4600..5ceb4358 100644 --- a/quanta/data/dtep/xhtml11/li.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/map.tag b/quanta/data/dtep/xhtml11/map.tag index 4edddf1e..156f895f 100644 --- a/quanta/data/dtep/xhtml11/map.tag +++ b/quanta/data/dtep/xhtml11/map.tag @@ -3,7 +3,7 @@ <TAGS> <tag name="map" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="address" /> <child name="area" /> <child name="blockquote" /> @@ -27,7 +27,7 @@ <child name="script" /> <child name="table" /> <child name="ul" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/noscript.tag b/quanta/data/dtep/xhtml11/noscript.tag index 8a9cb611..86b73ab5 100644 --- a/quanta/data/dtep/xhtml11/noscript.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/object.tag b/quanta/data/dtep/xhtml11/object.tag index a76d9589..3953c45b 100644 --- a/quanta/data/dtep/xhtml11/object.tag +++ b/quanta/data/dtep/xhtml11/object.tag @@ -121,7 +121,7 @@ <location col="3" row="15" colspan="1" /> </attr> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -175,7 +175,7 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/ol.tag b/quanta/data/dtep/xhtml11/ol.tag index 98e58f38..25c76d7a 100644 --- a/quanta/data/dtep/xhtml11/ol.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/optgroup.tag b/quanta/data/dtep/xhtml11/optgroup.tag index 57c7c978..82452057 100644 --- a/quanta/data/dtep/xhtml11/optgroup.tag +++ b/quanta/data/dtep/xhtml11/optgroup.tag @@ -15,9 +15,9 @@ <location col="1" row="1" colspan="1" /> </attr> -<tqchildren> +<children> <child name="option" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/p.tag b/quanta/data/dtep/xhtml11/p.tag index 52233810..bffe7b97 100644 --- a/quanta/data/dtep/xhtml11/p.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/pre.tag b/quanta/data/dtep/xhtml11/pre.tag index 03f41221..623064c4 100644 --- a/quanta/data/dtep/xhtml11/pre.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/q.tag b/quanta/data/dtep/xhtml11/q.tag index ad91bfe2..1eaefcd1 100644 --- a/quanta/data/dtep/xhtml11/q.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/rbc.tag b/quanta/data/dtep/xhtml11/rbc.tag index 5f73674a..fbd5b7ec 100644 --- a/quanta/data/dtep/xhtml11/rbc.tag +++ b/quanta/data/dtep/xhtml11/rbc.tag @@ -2,8 +2,8 @@ <!DOCTYPE TAGS> <TAGS> <tag name="rbc" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="rb" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/rtc.tag b/quanta/data/dtep/xhtml11/rtc.tag index 67abdda7..97c21176 100644 --- a/quanta/data/dtep/xhtml11/rtc.tag +++ b/quanta/data/dtep/xhtml11/rtc.tag @@ -2,8 +2,8 @@ <!DOCTYPE TAGS> <TAGS> <tag name="rtc" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="rt" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/ruby.tag b/quanta/data/dtep/xhtml11/ruby.tag index 5a55cdff..d133114f 100644 --- a/quanta/data/dtep/xhtml11/ruby.tag +++ b/quanta/data/dtep/xhtml11/ruby.tag @@ -2,12 +2,12 @@ <!DOCTYPE TAGS> <TAGS> <tag name="ruby" hasCore="1" hasI18n="1" hasScript="1"> -<tqchildren> +<children> <child name="rb" /> <child name="rt" /> <child name="rp" /> <child name="rtc" /> <child name="rbc" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/samp.tag b/quanta/data/dtep/xhtml11/samp.tag index e0f7bdf7..2ec41eb4 100644 --- a/quanta/data/dtep/xhtml11/samp.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/select.tag b/quanta/data/dtep/xhtml11/select.tag index 31ada1cc..74eb9e58 100644 --- a/quanta/data/dtep/xhtml11/select.tag +++ b/quanta/data/dtep/xhtml11/select.tag @@ -47,9 +47,9 @@ <stoppingtag name="select" /> </stoppingtags> -<tqchildren> +<children> <child name="optgroup" /> <child name="option" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/small.tag b/quanta/data/dtep/xhtml11/small.tag index 0d2c4263..0fdbe561 100644 --- a/quanta/data/dtep/xhtml11/small.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/span.tag b/quanta/data/dtep/xhtml11/span.tag index 6218d5d7..ca85ab65 100644 --- a/quanta/data/dtep/xhtml11/span.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/strong.tag b/quanta/data/dtep/xhtml11/strong.tag index 3bc13488..98d57d89 100644 --- a/quanta/data/dtep/xhtml11/strong.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/style.tag b/quanta/data/dtep/xhtml11/style.tag index 648217c5..d3c16a0e 100644 --- a/quanta/data/dtep/xhtml11/style.tag +++ b/quanta/data/dtep/xhtml11/style.tag @@ -53,8 +53,8 @@ <textlocation col="0" row="5" /> <location col="1" row="5" colspan="2" /> </attr> - <tqchildren> + <children> <child name="#text" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/sub.tag b/quanta/data/dtep/xhtml11/sub.tag index 0a195674..5691c5f0 100644 --- a/quanta/data/dtep/xhtml11/sub.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/sup.tag b/quanta/data/dtep/xhtml11/sup.tag index 815c4e35..33e052d3 100644 --- a/quanta/data/dtep/xhtml11/sup.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/table.tag b/quanta/data/dtep/xhtml11/table.tag index 334a0d91..2680b2d3 100644 --- a/quanta/data/dtep/xhtml11/table.tag +++ b/quanta/data/dtep/xhtml11/table.tag @@ -65,7 +65,7 @@ <location col="1" row="5" colspan="2"/> </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/xhtml11/tbody.tag b/quanta/data/dtep/xhtml11/tbody.tag index 62e80ac3..62814633 100644 --- a/quanta/data/dtep/xhtml11/tbody.tag +++ b/quanta/data/dtep/xhtml11/tbody.tag @@ -31,9 +31,9 @@ <attr name="char" type="input" /> <attr name="charoff" type="input" /> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/td.tag b/quanta/data/dtep/xhtml11/td.tag index 30ec67d6..4ace9ce3 100644 --- a/quanta/data/dtep/xhtml11/td.tag +++ b/quanta/data/dtep/xhtml11/td.tag @@ -72,7 +72,7 @@ <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -126,7 +126,7 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/textarea.tag b/quanta/data/dtep/xhtml11/textarea.tag index a0233b03..e19a6061 100644 --- a/quanta/data/dtep/xhtml11/textarea.tag +++ b/quanta/data/dtep/xhtml11/textarea.tag @@ -36,8 +36,8 @@ <textlocation col="2" row="5" colspan="1" /> <location col="3" row="5" colspan="1" /> </attr> - <tqchildren> + <children> <child name="#text" /> - </tqchildren> + </children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/tfoot.tag b/quanta/data/dtep/xhtml11/tfoot.tag index dadde62b..ec0b79a2 100644 --- a/quanta/data/dtep/xhtml11/tfoot.tag +++ b/quanta/data/dtep/xhtml11/tfoot.tag @@ -31,8 +31,8 @@ <attr name="char" type="input" /> <attr name="charoff" type="input" /> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/th.tag b/quanta/data/dtep/xhtml11/th.tag index 3d8e539c..bd944333 100644 --- a/quanta/data/dtep/xhtml11/th.tag +++ b/quanta/data/dtep/xhtml11/th.tag @@ -72,7 +72,7 @@ <stoppingtag name="th" /> </stoppingtags> -<tqchildren> +<children> <child name="#text" /> <child name="a" /> <child name="abbr" /> @@ -126,7 +126,7 @@ <child name="tt" /> <child name="ul" /> <child name="var" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/thead.tag b/quanta/data/dtep/xhtml11/thead.tag index f5df6cc5..326a1b87 100644 --- a/quanta/data/dtep/xhtml11/thead.tag +++ b/quanta/data/dtep/xhtml11/thead.tag @@ -31,8 +31,8 @@ <attr name="char" type="input" /> <attr name="charoff" type="input" /> -<tqchildren> +<children> <child name="tr" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/title.tag b/quanta/data/dtep/xhtml11/title.tag index 76f9045c..4c9f61b7 100644 --- a/quanta/data/dtep/xhtml11/title.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/tr.tag b/quanta/data/dtep/xhtml11/tr.tag index 1ca8aa0e..27c68366 100644 --- a/quanta/data/dtep/xhtml11/tr.tag +++ b/quanta/data/dtep/xhtml11/tr.tag @@ -36,9 +36,9 @@ <stoppingtag name="tfoot" /> </stoppingtags> -<tqchildren> +<children> <child name="th" /> <child name="td" /> -</tqchildren> +</children> </tag> </TAGS> diff --git a/quanta/data/dtep/xhtml11/tt.tag b/quanta/data/dtep/xhtml11/tt.tag index 91138326..a7506a8b 100644 --- a/quanta/data/dtep/xhtml11/tt.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/ul.tag b/quanta/data/dtep/xhtml11/ul.tag index 9f1450f6..bd4404c4 100644 --- a/quanta/data/dtep/xhtml11/ul.tag +++ b/quanta/data/dtep/xhtml11/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/xhtml11/var.tag b/quanta/data/dtep/xhtml11/var.tag index 4c4e8dc3..1c20c088 100644 --- a/quanta/data/dtep/xhtml11/var.tag +++ b/quanta/data/dtep/xhtml11/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> |