Fix Quanta data files

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237031 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent e985f7e545
commit ac5fc7f293

@ -5,8 +5,8 @@ $ ($) Dollar sign
% (%) Percent sign % (%) Percent sign
& (&) Ampersand & (&) Ampersand
' (') Apostrophe ' (') Apostrophe
( (() Left tqparenthesis ( (() Left parenthesis
) ()) Right tqparenthesis ) ()) Right parenthesis
* (*) Asterisk * (*) Asterisk
+ (+) Plus sign + (+) Plus sign
, (,) Comma , (,) Comma
@ -27,7 +27,7 @@ $ ($) Dollar sign
_ (_) Underscore _ (_) Underscore
` (`) Grave accent ` (`) Grave accent
{ ({) Left curly brace { ({) Left curly brace
| (|)Qt::Vertical bar | (|) Vertical bar
} (}) Right curly brace } (}) Right curly brace
~ (~) Tilde ~ (~) Tilde
( ) Nonbreaking space ( ) Nonbreaking space
@ -157,7 +157,7 @@ _ (_) Underscore
† (†) Dagger † (†) Dagger
‡ (‡) Double Dagger ‡ (‡) Double Dagger
• (•) Bullet • (•) Bullet
… (…)Qt::Horizontal Ellipsis … (…) Horizontal Ellipsis
‰ (‰) Per Mille sign ‰ (‰) Per Mille sign
(‹) Single Left-Pointing Angle Quotation mark (‹) Single Left-Pointing Angle Quotation mark
(›) Single Right-Pointing Angle Quotation mark (›) Single Right-Pointing Angle Quotation mark

@ -126,11 +126,11 @@
<div class="fltop"><a href="#top">Top</a></div> <div class="fltop"><a href="#top">Top</a></div>
<div class="minihdr">2.3 Compiling Quanta Plus</div> <div class="minihdr">2.3 Compiling Quanta Plus</div>
<div class="indent"> <div class="indent">
<p>An assumption is made that you have the knowledge and ability to find and install any missing libraries that you may encounter. Basically, you need the headers from KDE, TQt, and GCC. If you don't know what was just said, then try the steps below and, if it doesn't work for you, then find yourself a Linux geek that can help.</p> <p>An assumption is made that you have the knowledge and ability to find and install any missing libraries that you may encounter. Basically, you need the headers from KDE, Qt, and GCC. If you don't know what was just said, then try the steps below and, if it doesn't work for you, then find yourself a Linux geek that can help.</p>
<p>Type the following in a shell and see what you get:</p> <p>Type the following in a shell and see what you get:</p>
<ul> <ul>
<li>test `echo $KDEDIR` &amp;&amp; echo "yes" || echo "noKDE"</li> <li>test `echo $KDEDIR` &amp;&amp; echo "yes" || echo "noKDE"</li>
<li>test `echo $TQTDIR` &amp;&amp; echo "yes" || echo "noQT"</li> <li>test `echo $QTDIR` &amp;&amp; echo "yes" || echo "noQT"</li>
</ul> </ul>
<p>If you don't get two yes answers, then you need to find the location of the one that failed and export it to your current shell environment.</p> <p>If you don't get two yes answers, then you need to find the location of the one that failed and export it to your current shell environment.</p>
<p>Then it is as simple as:</p> <p>Then it is as simple as:</p>
@ -145,7 +145,7 @@
<div class="fltop"><a href="#top">Top</a></div> <div class="fltop"><a href="#top">Top</a></div>
<div class="minihdr">2.4 I get error <i>X</i> when running ./configure</div> <div class="minihdr">2.4 I get error <i>X</i> when running ./configure</div>
<div class="indent"> <div class="indent">
<p>Please read 2.3 carefully again and make certain that you have exported the $KDEDIR and $TQTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.</p> <p>Please read 2.3 carefully again and make certain that you have exported the $KDEDIR and $QTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.</p>
</div> </div>
<a name="2.5" /> <a name="2.5" />
<div class="fltop"><a href="#top">Top</a></div> <div class="fltop"><a href="#top">Top</a></div>

@ -145,7 +145,7 @@ cool things we took into consideration when using templates in projects.
<p>Our goal with templates is to extend them to include multi file "concept" templates useful <p>Our goal with templates is to extend them to include multi file "concept" templates useful
for things like placing an order or creating an about section, Ideally this will be a tool for for things like placing an order or creating an about section, Ideally this will be a tool for
making your work more productive and dynamic. An eventual goal is to have a structural template making your work more productive and dynamic. An eventual goal is to have a structural template
design mode to deal with site tqlayout and structure which you could use to design and interactively design mode to deal with site layout and structure which you could use to design and interactively
update your sites. If you would like to be involved contact us. update your sites. If you would like to be involved contact us.
</p> </p>
<br> <br>

@ -105,7 +105,7 @@
<li>You always have control where you place your templates so you can choose to move them. However, Quanta Plus does not track this, so you will need to change links. This is a good task for KFileReplace, which is now a plug-in as a KPart!</li> <li>You always have control where you place your templates so you can choose to move them. However, Quanta Plus does not track this, so you will need to change links. This is a good task for KFileReplace, which is now a plug-in as a KPart!</li>
</ul> </ul>
<p class="minihdr">Templates conclusion</p> <p class="minihdr">Templates conclusion</p>
<p>Our goal with templates is to extend them to include multi-file "concept" templates, useful for certain things, like placing an order or creating an about section. Ideally this will be a tool for making your work more productive and dynamic. An eventual goal is to have a structural template design mode to deal with site tqlayout and structure which you could use to design and interactively update your sites. If you would like to be involved, then contact us. </p> <p>Our goal with templates is to extend them to include multi-file "concept" templates, useful for certain things, like placing an order or creating an about section. Ideally this will be a tool for making your work more productive and dynamic. An eventual goal is to have a structural template design mode to deal with site layout and structure which you could use to design and interactively update your sites. If you would like to be involved, then contact us. </p>
<a name="toolbars" /> <a name="toolbars" />
<h2>Quanta Plus Toolbars</h2> <h2>Quanta Plus Toolbars</h2>
<p class="minihdr">Toolbar Description</p> <p class="minihdr">Toolbar Description</p>

@ -2,7 +2,7 @@
<TAGS> <TAGS>
<tag name="BitMaskSet" type="function" returnType="number"> <tag name="BitMaskSet" type="function" returnType="number">
<attr name="number" type="int" status="required" /> <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="start" type="int" status="required" />
<attr name="length" type="int" status="required" /> <attr name="length" type="int" status="required" />
</tag> </tag>

@ -54,7 +54,7 @@
</tag> </tag>
<tag name="DateFormat" type="function" returnType="date"> <tag name="DateFormat" type="function" returnType="date">
<attr name="date" type="object" status="required" /> <attr name="date" type="object" status="required" />
<attr name="tqmask" type="object" status="optional" /> <attr name="mask" type="object" status="optional" />
</tag> </tag>
<tag name="DatePart" type="function" returnType="int"> <tag name="DatePart" type="function" returnType="int">
<attr name="datepart" type="string" status="required" /> <attr name="datepart" type="string" status="required" />

@ -43,7 +43,7 @@
<items> <items>
<item>add</item> <item>add</item>
<item>delete</item> <item>delete</item>
<item>tqreplace</item> <item>replace</item>
</items> </items>
</attr> </attr>
<attr name="rebind" type="list"> <attr name="rebind" type="list">

@ -3,7 +3,7 @@
<tag name="cftreeitem" single="1"> <tag name="cftreeitem" single="1">
<attr name="value" /> <attr name="value" />
<attr name="display" /> <attr name="display" />
<attr name="tqparent" /> <attr name="parent" />
<attr name="img" type="list"> <attr name="img" type="list">
<items> <items>
<item>cd</item> <item>cd</item>

@ -1,6 +1,6 @@
<!DOCTYPE tags> <!DOCTYPE tags>
<tags> <tags>
<tag name="table-tqlayout" type="property"> <tag name="table-layout" type="property">
<attr name="value" type="list"> <attr name="value" type="list">
<items> <items>
<item>auto</item> <item>auto</item>

@ -1,6 +1,6 @@
<!DOCTYPE tags> <!DOCTYPE tags>
<tags> <tags>
<tag name="tqunicode-bidi" type="property"> <tag name="unicode-bidi" type="property">
<attr name="value" type="list"> <attr name="value" type="list">
<items> <items>
<item>normal</item> <item>normal</item>

@ -253,8 +253,8 @@
</attr> </attr>
</tag> </tag>
<tag name="article" hasCore="1"> <tag name="article" hasCore="1">
<attr name="tqparentbook" type="input"> <attr name="parentbook" type="input">
<text>tqparentbook</text> <text>parentbook</text>
<textlocation row="0" col="0" /> <textlocation row="0" col="0" />
<location row="0" col="1" /> <location row="0" col="1" />
</attr> </attr>

@ -41,7 +41,7 @@
</items> </items>
</attr> </attr>
</tag> </tag>
<tag name="literaltqlayout" hasCore="1"> <tag name="literallayout" hasCore="1">
<attr name="width" type="input"> <attr name="width" type="input">
<text>width</text> <text>width</text>
<textlocation row="0" col="0" /> <textlocation row="0" col="0" />

@ -470,7 +470,7 @@
<item>ipaddress</item> <item>ipaddress</item>
<item>library</item> <item>library</item>
<item>macro</item> <item>macro</item>
<item>nettqmask</item> <item>netmask</item>
<item>newsgroup</item> <item>newsgroup</item>
<item>osname</item> <item>osname</item>
<item>resource</item> <item>resource</item>

@ -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]+; DefinitionRx =\$+([a-zA-Z]+)=new\\s[a-zA-Z]+;
TypeRx = new\\s([a-zA-Z]+); TypeRx = new\\s([a-zA-Z]+);
This will match strings like "$fooObj=new foo;". Now this string is 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). captured text (the regular expression matching foo is between brackets).
So the type of "$fooObj" is "foo". So the type of "$fooObj" is "foo".
@ -185,7 +185,7 @@ ClearRx = OBSOLETED by DefinitionRx. Don't use it.
[Parsing rules] [Parsing rules]
AreaBorders = comma separated list of the area borders encapsulating this pseudo AreaBorders = comma separated list of the area borders encapsulating this pseudo
DTD. In case of PHP it is: <? ?>, <* *>, <% %> 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 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 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: is not present in the tag it's taken as present with value = defaultvalue. Example:

@ -31,7 +31,7 @@
<item>-4</item> <item>-4</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -71,7 +71,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -9,10 +9,10 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="frameset" /> <child name="frameset" />
<child name="head" /> <child name="head" />
</tqchildren> </children>
</tag> </tag>

@ -26,10 +26,10 @@
<textlocation col="0" row="4" /> <textlocation col="0" row="4" />
<location col="1" row="4" colspan="2"/> <location col="1" row="4" colspan="2"/>
</attr> </attr>
<tqchildren> <children>
<child name="frame" /> <child name="frame" />
<child name="frameset" /> <child name="frameset" />
<child name="noframes" /> <child name="noframes" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -109,9 +109,9 @@
<attr name="charset"> </attr> <attr name="charset"> </attr>
<attr name="accesskey"> </attr> <attr name="accesskey"> </attr>
<attr name="tabindex"> </attr> <attr name="tabindex"> </attr>
<attr name="tqshape"> </attr> <attr name="shape"> </attr>
<attr name="coords"> </attr> <attr name="coords"> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -143,11 +143,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> <tag name="abbr" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -180,11 +180,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> <tag name="acronym" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -217,11 +217,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="address" hasCore="1" hasI18n="1" hasScript="1"> <tag name="address" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -254,12 +254,12 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="area" hasScript="1" hasCore="1" hasI18n="1" single="1"> <tag name="area" hasScript="1" hasCore="1" hasI18n="1" single="1">
<attr name="tqshape" type="list"> <attr name="shape" type="list">
<text>Shape</text> <text>Shape</text>
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2"/> <location col="1" row="0" colspan="2"/>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="b" hasCore="1" hasI18n="1" hasScript="1"> <tag name="b" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -35,7 +35,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="base" single="1"> <tag name="base" single="1">
@ -71,7 +71,7 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -104,11 +104,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="big" hasCore="1" hasI18n="1" hasScript="1"> <tag name="big" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -141,7 +141,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="blockquote" hasScript="1" hasCore="1" hasI18n="1"> <tag name="blockquote" hasScript="1" hasCore="1" hasI18n="1">
@ -163,7 +163,7 @@
<item>RTL</item> <item>RTL</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="p" /> <child name="p" />
<child name="h1" /> <child name="h1" />
<child name="h2" /> <child name="h2" />
@ -184,7 +184,7 @@
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
<child name="script" /> <child name="script" />
</tqchildren> </children>
</tag> </tag>
@ -246,7 +246,7 @@
<attr name="leftmargin"> </attr> <attr name="leftmargin"> </attr>
<attr name="marginwidth"> </attr> <attr name="marginwidth"> </attr>
<attr name="marginheight"> </attr> <attr name="marginheight"> </attr>
<tqchildren> <children>
<child name="p" /> <child name="p" />
<child name="h1" /> <child name="h1" />
<child name="h2" /> <child name="h2" />
@ -269,7 +269,7 @@
<child name="script" /> <child name="script" />
<child name="ins" /> <child name="ins" />
<child name="del" /> <child name="del" />
</tqchildren> </children>
</tag> </tag>
<tag name="br" hasCore="1" single="1"> <tag name="br" hasCore="1" single="1">
@ -316,7 +316,7 @@
<textlocation col="0" row="3" /> <textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" /> <location col="1" row="3" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -360,6 +360,6 @@
<child name="hr" /> <child name="hr" />
<child name="table" /> <child name="table" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="caption" hasCore="1" hasI18n="1" hasScript="1"> <tag name="caption" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -35,11 +35,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> <tag name="cite" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -72,11 +72,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="code" hasCore="1" hasI18n="1" hasScript="1"> <tag name="code" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -109,7 +109,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="col" hasScript="1" hasCore="1" hasI18n="1" single="1"> <tag name="col" hasScript="1" hasCore="1" hasI18n="1" single="1">
@ -164,14 +164,14 @@
<attr name="char" type="input"> <attr name="char" type="input">
<text>Character</text> <text>Character</text>
<textlocation col="0" row="4" /> <textlocation col="0" row="4" />
<tooltip>tqalignment character for cells</tooltip> <tooltip>alignment character for cells</tooltip>
<location col="1" row="4" /> <location col="1" row="4" />
</attr> </attr>
<attr name="charoff" type="input"> <attr name="charoff" type="input">
<text>Character offset</text> <text>Character offset</text>
<textlocation col="0" row="5" /> <textlocation col="0" row="5" />
<tooltip>tqalignment character offset</tooltip> <tooltip>alignment character offset</tooltip>
<location col="1" row="5" /> <location col="1" row="5" />
</attr> </attr>
@ -232,19 +232,19 @@
<attr name="char" type="input"> <attr name="char" type="input">
<text>Character</text> <text>Character</text>
<textlocation col="0" row="4" /> <textlocation col="0" row="4" />
<tooltip>tqalignment character for cells</tooltip> <tooltip>alignment character for cells</tooltip>
<location col="1" row="4" /> <location col="1" row="4" />
</attr> </attr>
<attr name="charoff" type="input"> <attr name="charoff" type="input">
<text>Character offset</text> <text>Character offset</text>
<textlocation col="0" row="5" /> <textlocation col="0" row="5" />
<tooltip>tqalignment character offset</tooltip> <tooltip>alignment character offset</tooltip>
<location col="1" row="5" /> <location col="1" row="5" />
</attr> </attr>
<tqchildren> <children>
<child name="col" usage="required" /> <child name="col" usage="required" />
</tqchildren> </children>
<stoppingtags> <stoppingtags>
<stoppingtag name="colgroup" /> <stoppingtag name="colgroup" />
<stoppingtag name="tbody" /> <stoppingtag name="tbody" />

@ -6,7 +6,7 @@
<stoppingtag name="dt" /> <stoppingtag name="dt" />
<stoppingtag name="dd" /> <stoppingtag name="dd" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -58,7 +58,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="del" hasCore="1" hasI18n="1" hasScript="1"> <tag name="del" hasCore="1" hasI18n="1" hasScript="1">
@ -72,7 +72,7 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -124,11 +124,11 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dfn" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -161,7 +161,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="div" hasScript="1" hasCore="1" hasI18n="1" scope="paragraph"> <tag name="div" hasScript="1" hasCore="1" hasI18n="1" scope="paragraph">
@ -178,7 +178,7 @@
<item>justify</item> <item>justify</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -230,7 +230,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="dl" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dl" hasCore="1" hasI18n="1" hasScript="1">
@ -239,10 +239,10 @@
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="dt" /> <child name="dt" />
<child name="dd" /> <child name="dd" />
</tqchildren> </children>
</tag> </tag>
<tag name="dt" hasCore="1" hasI18n="1" hasScript="1" optional="1"> <tag name="dt" hasCore="1" hasI18n="1" hasScript="1" optional="1">
@ -250,7 +250,7 @@
<stoppingtag name="dt" /> <stoppingtag name="dt" />
<stoppingtag name="dd" /> <stoppingtag name="dd" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -283,6 +283,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="em" hasCore="1" hasI18n="1" hasScript="1"> <tag name="em" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -35,6 +35,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="fieldset" hasCore="1" hasI18n="1" hasScript="1"> <tag name="fieldset" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<chid name="legend" /> <chid name="legend" />
<child name="tt" /> <child name="tt" />
@ -55,7 +55,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="form" hasScript="1" hasCore="1" hasI18n="1"> <tag name="form" hasScript="1" hasCore="1" hasI18n="1">
@ -109,7 +109,7 @@
<attr name="onsubmit"> </attr> <attr name="onsubmit"> </attr>
<attr name="onreset"> </attr> <attr name="onreset"> </attr>
<tqchildren> <children>
<child name="p" /> <child name="p" />
<child name="h1" /> <child name="h1" />
<child name="h2" /> <child name="h2" />
@ -130,7 +130,7 @@
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
<child name="script" /> <child name="script" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -48,7 +48,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="h2" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h2" hasScript="1" hasCore="1" hasI18n="1">
@ -65,7 +65,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -98,7 +98,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="h3" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h3" hasScript="1" hasCore="1" hasI18n="1">
@ -115,7 +115,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -148,7 +148,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="h4" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h4" hasScript="1" hasCore="1" hasI18n="1">
@ -165,7 +165,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -198,7 +198,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="h5" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h5" hasScript="1" hasCore="1" hasI18n="1">
@ -215,7 +215,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -248,7 +248,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="h6" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h6" hasScript="1" hasCore="1" hasI18n="1">
@ -265,7 +265,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -298,7 +298,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="head" hasI18n="1"> <tag name="head" hasI18n="1">
@ -309,7 +309,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="title" usage="required" /> <child name="title" usage="required" />
<child name="isindex" /> <child name="isindex" />
<child name="base" /> <child name="base" />
@ -318,7 +318,7 @@
<child name="meta" /> <child name="meta" />
<child name="link" /> <child name="link" />
<child name="object" /> <child name="object" />
</tqchildren> </children>
</tag> </tag>
<tag name="hr" hasScript="1" hasCore="1" single="1"> <tag name="hr" hasScript="1" hasCore="1" single="1">
@ -365,10 +365,10 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="body" /> <child name="body" />
<child name="head" /> <child name="head" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -35,7 +35,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="img" single="1"> <tag name="img" single="1">
@ -246,7 +246,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -298,6 +298,6 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> <tag name="kbd" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -35,6 +35,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -23,7 +23,7 @@
<location col="1" row="3" colspan="2" /> <location col="1" row="3" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -55,7 +55,7 @@
<child name="select" /> <child name="select" />
<child name="textarea" /> <child name="textarea" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="legend" hasCore="1" hasI18n="1" hasScript="1"> <tag name="legend" hasCore="1" hasI18n="1" hasScript="1">
@ -76,7 +76,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -109,7 +109,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="li" hasCore="1" hasI18n="1" hasScript="1" optional="1"> <tag name="li" hasCore="1" hasI18n="1" hasScript="1" optional="1">
@ -140,7 +140,7 @@
<text>compact</text> <text>compact</text>
<location col="0" row="2" colspan="2" /> <location col="0" row="2" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -192,7 +192,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="link" hasScript="1" hasCore="1" hasI18n="1" single="1"> <tag name="link" hasScript="1" hasCore="1" hasI18n="1" single="1">

@ -27,7 +27,7 @@
<textlocation col="0" row="4" /> <textlocation col="0" row="4" />
<location col="1" row="4" colspan="2" /> <location col="1" row="4" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="p" /> <child name="p" />
<child name="h1" /> <child name="h1" />
<child name="h2" /> <child name="h2" />
@ -48,7 +48,7 @@
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
<child name="area" /> <child name="area" />
</tqchildren> </children>
</tag> </tag>
<tag name="meta" hasI18n="1" single="1"> <tag name="meta" hasI18n="1" single="1">

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> <tag name="noscript" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="p" /> <child name="p" />
<child name="h1" /> <child name="h1" />
<child name="h2" /> <child name="h2" />
@ -22,6 +22,6 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -97,7 +97,7 @@
<textlocation col="0" row="16" /> <textlocation col="0" row="16" />
<location col="1" row="16" colspan="2" /> <location col="1" row="16" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -150,7 +150,7 @@
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
<child name="param" /> <child name="param" />
</tqchildren> </children>
</tag> </tag>
<tag name="ol" hasScript="1" hasCore="1" hasI18n="1"> <tag name="ol" hasScript="1" hasCore="1" hasI18n="1">
@ -179,9 +179,9 @@
<location col="0" row="2" colspan="2" /> <location col="0" row="2" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
<tag name="option" hasScript="1" hasCore="1" hasI18n="1" optional="1"> <tag name="option" hasScript="1" hasCore="1" hasI18n="1" optional="1">
@ -235,8 +235,8 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -25,7 +25,7 @@
<stoppingtag name="dd" /> <stoppingtag name="dd" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -58,7 +58,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="param" single="1"> <tag name="param" single="1">
@ -101,7 +101,7 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -128,6 +128,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="q" hasCore="1" hasI18n="1" hasScript="1"> <tag name="q" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -35,6 +35,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -33,13 +33,13 @@
<location col="0" row="4" colspan="2" /> <location col="0" row="4" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
<tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> <tag name="samp" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -72,7 +72,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="select" hasScript="1" hasCore="1" hasI18n="1"> <tag name="select" hasScript="1" hasCore="1" hasI18n="1">
@ -123,14 +123,14 @@
<stoppingtag name="select" /> <stoppingtag name="select" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="optgroup" /> <child name="optgroup" />
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
<tag name="small" hasCore="1" hasI18n="1" hasScript="1"> <tag name="small" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -162,11 +162,11 @@
<child name="select" /> <child name="select" />
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /></tqchildren> <child name="button" /></children>
</tag> </tag>
<tag name="span" hasCore="1" hasI18n="1" hasScript="1"> <tag name="span" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -199,11 +199,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="strong" hasCore="1" hasI18n="1" hasScript="1"> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -236,7 +236,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="style" hasI18n="1"> <tag name="style" hasI18n="1">
@ -273,13 +273,13 @@
<location col="1" row="2" colspan="2" /> <location col="1" row="2" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
<tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sub" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -312,11 +312,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sup" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -349,6 +349,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -70,7 +70,7 @@
<attr name="rules"> </attr> <attr name="rules"> </attr>
<attr name="background"> </attr> <attr name="background"> </attr>
<attr name="height"> </attr> <attr name="height"> </attr>
<tqchildren> <children>
<child name="caption" /> <child name="caption" />
<child name="col" /> <child name="col" />
<child name="colgroup" /> <child name="colgroup" />
@ -78,7 +78,7 @@
<child name="tfoot" /> <child name="tfoot" />
<child name="tbody" /> <child name="tbody" />
<child name="tr" usage="required" /> <child name="tr" usage="required" />
</tqchildren> </children>
</tag> </tag>
<tag name="tbody" hasScript="1" hasCore="1" hasI18n="1"> <tag name="tbody" hasScript="1" hasCore="1" hasI18n="1">
@ -118,9 +118,9 @@
<attr name="char"> </attr> <attr name="char"> </attr>
<attr name="charoff"> </attr> <attr name="charoff"> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
<tag name="td" hasScript="1" hasCore="1" hasI18n="1" optional="1"> <tag name="td" hasScript="1" hasCore="1" hasI18n="1" optional="1">
@ -222,7 +222,7 @@
<stoppingtag name="tr" /> <stoppingtag name="tr" />
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -274,7 +274,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="textarea" hasScript="1" hasCore="1" hasI18n="1"> <tag name="textarea" hasScript="1" hasCore="1" hasI18n="1">
@ -320,9 +320,9 @@
<attr name="onselect"> </attr> <attr name="onselect"> </attr>
<attr name="onchange"> </attr> <attr name="onchange"> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
<tag name="tfoot" hasScript="1" hasCore="1" hasI18n="1"> <tag name="tfoot" hasScript="1" hasCore="1" hasI18n="1">
@ -360,9 +360,9 @@
<attr name="char"> </attr> <attr name="char"> </attr>
<attr name="charoff"> </attr> <attr name="charoff"> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
<tag name="th" hasScript="1" hasCore="1" hasI18n="1" optional="1"> <tag name="th" hasScript="1" hasCore="1" hasI18n="1" optional="1">
@ -464,7 +464,7 @@
<stoppingtag name="tr" /> <stoppingtag name="tr" />
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -516,7 +516,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
@ -555,15 +555,15 @@
<attr name="char"> </attr> <attr name="char"> </attr>
<attr name="charoff"> </attr> <attr name="charoff"> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
<tag name="title" hasI18n="1" > <tag name="title" hasI18n="1" >
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
<tag name="tr" hasScript="1" hasCore="1" hasI18n="1" optional="1"> <tag name="tr" hasScript="1" hasCore="1" hasI18n="1" optional="1">
@ -606,14 +606,14 @@
<stoppingtag name="tr" /> <stoppingtag name="tr" />
<stoppingtag name="tfoot" /> <stoppingtag name="tfoot" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="th" /> <child name="th" />
<child name="td" usage="required" /> <child name="td" usage="required" />
</tqchildren> </children>
</tag> </tag>
<tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> <tag name="tt" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -646,6 +646,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -20,14 +20,14 @@
<tooltip>Depricated in HTML 4.0</tooltip> <tooltip>Depricated in HTML 4.0</tooltip>
<location col="0" row="2" colspan="2" /> <location col="0" row="2" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
<tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -67,6 +67,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="var" hasCore="1" hasI18n="1" hasScript="1"> <tag name="var" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -35,6 +35,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -109,9 +109,9 @@
<attr name="charset"> </attr> <attr name="charset"> </attr>
<attr name="accesskey"> </attr> <attr name="accesskey"> </attr>
<attr name="tabindex"> </attr> <attr name="tabindex"> </attr>
<attr name="tqshape"> </attr> <attr name="shape"> </attr>
<attr name="coords"> </attr> <attr name="coords"> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -151,11 +151,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> <tag name="abbr" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -195,11 +195,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> <tag name="acronym" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -239,11 +239,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="address" hasCore="1" hasI18n="1" hasScript="1"> <tag name="address" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -284,12 +284,12 @@
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
<child name="p" /> <child name="p" />
</tqchildren> </children>
</tag> </tag>
<tag name="area" hasScript="1" hasCore="1" hasI18n="1" single="1"> <tag name="area" hasScript="1" hasCore="1" hasI18n="1" single="1">
<attr name="tqshape" type="list"> <attr name="shape" type="list">
<text>Shape</text> <text>Shape</text>
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2"/> <location col="1" row="0" colspan="2"/>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="b" hasCore="1" hasI18n="1" hasScript="1"> <tag name="b" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -42,7 +42,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="base" single="1"> <tag name="base" single="1">
@ -76,7 +76,7 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -116,11 +116,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="big" hasCore="1" hasI18n="1" hasScript="1"> <tag name="big" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -160,7 +160,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="blockquote" hasScript="1" hasCore="1" hasI18n="1"> <tag name="blockquote" hasScript="1" hasCore="1" hasI18n="1">
@ -182,7 +182,7 @@
<item>RTL</item> <item>RTL</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -246,7 +246,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="body" hasScript="1" hasCore="1" hasI18n="1"> <tag name="body" hasScript="1" hasCore="1" hasI18n="1">
@ -307,7 +307,7 @@
<attr name="leftmargin"> </attr> <attr name="leftmargin"> </attr>
<attr name="marginwidth"> </attr> <attr name="marginwidth"> </attr>
<attr name="marginheight"> </attr> <attr name="marginheight"> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -373,7 +373,7 @@
<child name="address" /> <child name="address" />
<child name="ins" /> <child name="ins" />
<child name="del" /> <child name="del" />
</tqchildren> </children>
</tag> </tag>
<tag name="br" hasCore="1" single="1"> <tag name="br" hasCore="1" single="1">
@ -418,7 +418,7 @@
<textlocation col="0" row="3" /> <textlocation col="0" row="3" />
<location col="1" row="3" colspan="2" /> <location col="1" row="3" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -472,6 +472,6 @@
<child name="hr" /> <child name="hr" />
<child name="table" /> <child name="table" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="caption" hasCore="1" hasI18n="1" hasScript="1"> <tag name="caption" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -42,12 +42,12 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="center" hasScript="1" hasCore="1" hasI18n="1"> <tag name="center" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -111,11 +111,11 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> <tag name="cite" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -155,11 +155,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="code" hasCore="1" hasI18n="1" hasScript="1"> <tag name="code" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -199,7 +199,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="col" hasScript="1" hasCore="1" hasI18n="1" single="1"> <tag name="col" hasScript="1" hasCore="1" hasI18n="1" single="1">
@ -254,14 +254,14 @@
<attr name="char" type="input"> <attr name="char" type="input">
<text>Character</text> <text>Character</text>
<textlocation col="0" row="4" /> <textlocation col="0" row="4" />
<tooltip>tqalignment character for cells</tooltip> <tooltip>alignment character for cells</tooltip>
<location col="1" row="4" /> <location col="1" row="4" />
</attr> </attr>
<attr name="charoff" type="input"> <attr name="charoff" type="input">
<text>Character offset</text> <text>Character offset</text>
<textlocation col="0" row="5" /> <textlocation col="0" row="5" />
<tooltip>tqalignment character offset</tooltip> <tooltip>alignment character offset</tooltip>
<location col="1" row="5" /> <location col="1" row="5" />
</attr> </attr>
@ -322,14 +322,14 @@
<attr name="char" type="input"> <attr name="char" type="input">
<text>Character</text> <text>Character</text>
<textlocation col="0" row="4" /> <textlocation col="0" row="4" />
<tooltip>tqalignment character for cells</tooltip> <tooltip>alignment character for cells</tooltip>
<location col="1" row="4" /> <location col="1" row="4" />
</attr> </attr>
<attr name="charoff" type="input"> <attr name="charoff" type="input">
<text>Character offset</text> <text>Character offset</text>
<textlocation col="0" row="5" /> <textlocation col="0" row="5" />
<tooltip>tqalignment character offset</tooltip> <tooltip>alignment character offset</tooltip>
<location col="1" row="5" /> <location col="1" row="5" />
</attr> </attr>
<stoppingtags> <stoppingtags>
@ -341,9 +341,9 @@
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="col" /> <child name="col" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -6,7 +6,7 @@
<stoppingtag name="dt" /> <stoppingtag name="dt" />
<stoppingtag name="dd" /> <stoppingtag name="dd" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -70,7 +70,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="del" hasCore="1" hasI18n="1" hasScript="1"> <tag name="del" hasCore="1" hasI18n="1" hasScript="1">
@ -84,7 +84,7 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -148,11 +148,11 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dfn" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -192,7 +192,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="div" hasScript="1" hasCore="1" hasI18n="1"> <tag name="div" hasScript="1" hasCore="1" hasI18n="1">
@ -209,7 +209,7 @@
<item>justify</item> <item>justify</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -273,7 +273,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="dl" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dl" hasCore="1" hasI18n="1" hasScript="1">
@ -282,17 +282,17 @@
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="dt" /> <child name="dt" />
<child name="dd" /> <child name="dd" />
</tqchildren> </children>
</tag> </tag>
<tag name="dt" hasCore="1" hasI18n="1" hasScript="1" optional="1"> <tag name="dt" hasCore="1" hasI18n="1" hasScript="1" optional="1">
<stoppingtags> <stoppingtags>
<stoppingtag name="dt" /> <stoppingtag name="dt" />
<stoppingtag name="dd" /> <stoppingtag name="dd" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -332,6 +332,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="em" hasCore="1" hasI18n="1" hasScript="1"> <tag name="em" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -42,6 +42,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="fieldset" hasCore="1" hasI18n="1" hasScript="1"> <tag name="fieldset" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -67,7 +67,7 @@
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
<child name="legend" /> <child name="legend" />
</tqchildren> </children>
</tag> </tag>
<tag name="form" hasScript="1" hasCore="1" hasI18n="1"> <tag name="form" hasScript="1" hasCore="1" hasI18n="1">
@ -121,7 +121,7 @@
<attr name="onsubmit"> </attr> <attr name="onsubmit"> </attr>
<attr name="onreset"> </attr> <attr name="onreset"> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -184,7 +184,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
@ -235,7 +235,7 @@
<location col="0" row="9" colspan="3" /> <location col="0" row="9" colspan="3" />
</spacer> </spacer>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -275,6 +275,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -55,7 +55,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
@ -73,7 +73,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -113,7 +113,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="h3" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h3" hasScript="1" hasCore="1" hasI18n="1">
@ -130,7 +130,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -170,7 +170,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
@ -188,7 +188,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -228,7 +228,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
@ -246,7 +246,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -286,7 +286,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
@ -304,7 +304,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -344,7 +344,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
@ -356,7 +356,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="title" usage="required" /> <child name="title" usage="required" />
<child name="isindex" /> <child name="isindex" />
<child name="base" /> <child name="base" />
@ -365,7 +365,7 @@
<child name="meta" /> <child name="meta" />
<child name="link" /> <child name="link" />
<child name="object" /> <child name="object" />
</tqchildren> </children>
</tag> </tag>
@ -414,10 +414,10 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="body" /> <child name="body" />
<child name="head" /> <child name="head" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -42,7 +42,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
@ -133,7 +133,7 @@
<location col="1" row="12" /> <location col="1" row="12" />
</attr> </attr>
<tqchildren> <children>
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
<child name="acronym" /> <child name="acronym" />
@ -198,7 +198,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
@ -425,7 +425,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -489,6 +489,6 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> <tag name="kbd" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -42,6 +42,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -23,7 +23,7 @@
<location col="1" row="3" colspan="2" /> <location col="1" row="3" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -62,7 +62,7 @@
<child name="select" /> <child name="select" />
<child name="textarea" /> <child name="textarea" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="legend" hasCore="1" hasI18n="1" hasScript="1"> <tag name="legend" hasCore="1" hasI18n="1" hasScript="1">
@ -83,7 +83,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -123,7 +123,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="li" hasCore="1" hasI18n="1" hasScript="1" optional="1"> <tag name="li" hasCore="1" hasI18n="1" hasScript="1" optional="1">
@ -159,7 +159,7 @@
<stoppingtag name="ul" /> <stoppingtag name="ul" />
<stoppingtag name="ol" /> <stoppingtag name="ol" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -223,7 +223,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="link" hasScript="1" hasCore="1" hasI18n="1" single="1"> <tag name="link" hasScript="1" hasCore="1" hasI18n="1" single="1">

@ -27,7 +27,7 @@
<textlocation col="0" row="4" /> <textlocation col="0" row="4" />
<location col="1" row="4" colspan="2" /> <location col="1" row="4" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="p" /> <child name="p" />
<child name="h1" /> <child name="h1" />
<child name="h2" /> <child name="h2" />
@ -53,7 +53,7 @@
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
<child name="area" /> <child name="area" />
</tqchildren> </children>
</tag> </tag>
<tag name="meta" hasI18n="1" single="1"> <tag name="meta" hasI18n="1" single="1">

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> <tag name="noscript" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -66,6 +66,6 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -97,7 +97,7 @@
<textlocation col="0" row="16" /> <textlocation col="0" row="16" />
<location col="1" row="16" colspan="2" /> <location col="1" row="16" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -162,7 +162,7 @@
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
<child name="param" /> <child name="param" />
</tqchildren> </children>
</tag> </tag>
<tag name="ol" hasScript="1" hasCore="1" hasI18n="1"> <tag name="ol" hasScript="1" hasCore="1" hasI18n="1">
@ -192,9 +192,9 @@
<location col="0" row="2" colspan="2" /> <location col="0" row="2" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
<tag name="option" hasScript="1" hasCore="1" hasI18n="1" optional="1"> <tag name="option" hasScript="1" hasCore="1" hasI18n="1" optional="1">
@ -246,8 +246,8 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -25,7 +25,7 @@
<stoppingtag name="dd" /> <stoppingtag name="dd" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -65,7 +65,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="param" single="1"> <tag name="param" single="1">
@ -108,7 +108,7 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -139,6 +139,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="q" hasCore="1" hasI18n="1" hasScript="1"> <tag name="q" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -42,6 +42,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -51,7 +51,7 @@
</tag> </tag>
<tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> <tag name="samp" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -91,7 +91,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="select" hasScript="1" hasCore="1" hasI18n="1"> <tag name="select" hasScript="1" hasCore="1" hasI18n="1">
@ -142,14 +142,14 @@
<stoppingtag name="select" /> <stoppingtag name="select" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="optgroup" /> <child name="optgroup" />
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
<tag name="small" hasCore="1" hasI18n="1" hasScript="1"> <tag name="small" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -189,11 +189,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="span" hasCore="1" hasI18n="1" hasScript="1"> <tag name="span" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -233,11 +233,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="strong" hasCore="1" hasI18n="1" hasScript="1"> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -277,7 +277,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="style" hasI18n="1"> <tag name="style" hasI18n="1">
@ -314,13 +314,13 @@
<location col="1" row="2" colspan="2" /> <location col="1" row="2" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
<tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sub" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -360,10 +360,10 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
<tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sup" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -403,6 +403,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -70,7 +70,7 @@
<attr name="rules"> </attr> <attr name="rules"> </attr>
<attr name="background"> </attr> <attr name="background"> </attr>
<attr name="height"> </attr> <attr name="height"> </attr>
<tqchildren> <children>
<child name="caption" /> <child name="caption" />
<child name="col" /> <child name="col" />
<child name="colgroup" /> <child name="colgroup" />
@ -78,7 +78,7 @@
<child name="tfoot" /> <child name="tfoot" />
<child name="tbody" /> <child name="tbody" />
<child name="tr" usage="required" /> <child name="tr" usage="required" />
</tqchildren> </children>
</tag> </tag>
@ -119,9 +119,9 @@
<attr name="char"> </attr> <attr name="char"> </attr>
<attr name="charoff"> </attr> <attr name="charoff"> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
@ -224,7 +224,7 @@
<stoppingtag name="tr" /> <stoppingtag name="tr" />
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -288,7 +288,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="textarea" hasScript="1" hasCore="1" hasI18n="1"> <tag name="textarea" hasScript="1" hasCore="1" hasI18n="1">
@ -334,9 +334,9 @@
<attr name="onselect"> </attr> <attr name="onselect"> </attr>
<attr name="onchange"> </attr> <attr name="onchange"> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
<tag name="tfoot" hasScript="1" hasCore="1" hasI18n="1"> <tag name="tfoot" hasScript="1" hasCore="1" hasI18n="1">
@ -374,9 +374,9 @@
<attr name="char"> </attr> <attr name="char"> </attr>
<attr name="charoff"> </attr> <attr name="charoff"> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
<tag name="th" hasScript="1" hasCore="1" hasI18n="1" optional="1"> <tag name="th" hasScript="1" hasCore="1" hasI18n="1" optional="1">
@ -478,7 +478,7 @@
<stoppingtag name="tr" /> <stoppingtag name="tr" />
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -542,7 +542,7 @@
<child name="table" /> <child name="table" />
<child name="fieldset" /> <child name="fieldset" />
<child name="address" /> <child name="address" />
</tqchildren> </children>
</tag> </tag>
<tag name="thead" hasScript="1" hasCore="1" hasI18n="1"> <tag name="thead" hasScript="1" hasCore="1" hasI18n="1">
@ -580,16 +580,16 @@
<attr name="char"> </attr> <attr name="char"> </attr>
<attr name="charoff"> </attr> <attr name="charoff"> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
<tag name="title" hasI18n="1" > <tag name="title" hasI18n="1" >
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
<tag name="tr" hasScript="1" hasCore="1" hasI18n="1" optional="1"> <tag name="tr" hasScript="1" hasCore="1" hasI18n="1" optional="1">
@ -632,14 +632,14 @@
<stoppingtag name="tr" /> <stoppingtag name="tr" />
<stoppingtag name="tfoot" /> <stoppingtag name="tfoot" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="th" /> <child name="th" />
<child name="td" usage="required" /> <child name="td" usage="required" />
</tqchildren> </children>
</tag> </tag>
<tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> <tag name="tt" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -679,6 +679,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -20,14 +20,14 @@
<tooltip>Depricated in HTML 4.0</tooltip> <tooltip>Depricated in HTML 4.0</tooltip>
<location col="0" row="2" colspan="2" /> <location col="0" row="2" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
<tag name="u" hasCore="1" hasI18n="1" hasScript="1"> <tag name="u" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -67,6 +67,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="var" hasCore="1" hasI18n="1" hasScript="1"> <tag name="var" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="tt" /> <child name="tt" />
<child name="i" /> <child name="i" />
@ -42,6 +42,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="label" /> <child name="label" />
<child name="button" /> <child name="button" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -40,7 +40,7 @@
</items> </items>
</attr> </attr>
</tag> </tag>
<tag name="literaltqlayout" hasCore="1"> <tag name="literallayout" hasCore="1">
<attr name="width" type="input"> <attr name="width" type="input">
<text>width</text> <text>width</text>
<textlocation row="0" col="0" /> <textlocation row="0" col="0" />

@ -49,7 +49,7 @@
<attr name="handler" type="string" status="required"></attr> <attr name="handler" type="string" status="required"></attr>
<attr name="..." type="" status="optional"></attr> <attr name="..." type="" status="optional"></attr>
</tag> </tag>
<tag name="dba_tqreplace" type="function" returnType="bool" version="PHP 3&gt;= 3.0.8, PHP 4 , PHP 5"> <tag name="dba_replace" type="function" returnType="bool" version="PHP 3&gt;= 3.0.8, PHP 4 , PHP 5">
<attr name="key" type="string" status="required"></attr> <attr name="key" type="string" status="required"></attr>
<attr name="value" type="string" status="required"></attr> <attr name="value" type="string" status="required"></attr>
<attr name="handle" type="resource" status="required"></attr> <attr name="handle" type="resource" status="required"></attr>

@ -33,7 +33,7 @@
<attr name="filename" type="string" status="required"></attr> <attr name="filename" type="string" status="required"></attr>
<attr name="flags" type="string" status="required"></attr> <attr name="flags" type="string" status="required"></attr>
</tag> </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="dbm_identifier" type="resource" status="required"></attr>
<attr name="key" type="string" status="required"></attr> <attr name="key" type="string" status="required"></attr>
<attr name="value" type="string" status="required"></attr> <attr name="value" type="string" status="required"></attr>

@ -24,7 +24,7 @@
</tag> </tag>
<tag name="dbplus_errno" type="function" returnType="int" version="4.1.0 - 4.2.3 only"> <tag name="dbplus_errno" type="function" returnType="int" version="4.1.0 - 4.2.3 only">
</tag> </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="relation" type="resource" status="required"></attr>
<attr name="constraints" type="array" status="required"></attr> <attr name="constraints" type="array" status="required"></attr>
<attr name="tuple" type="mixed" status="required"></attr> <attr name="tuple" type="mixed" status="required"></attr>
@ -78,7 +78,7 @@
</tag> </tag>
<tag name="dbplus_rchperm" type="function" returnType="int" version="4.1.0 - 4.2.3 only"> <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="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="user" type="string" status="required"></attr>
<attr name="group" type="string" status="required"></attr> <attr name="group" type="string" status="required"></attr>
</tag> </tag>

@ -139,7 +139,7 @@
</tag> </tag>
<tag name="DomNode->owner_document" type="function" returnType="object" version=""> <tag name="DomNode->owner_document" type="function" returnType="object" version="">
</tag> </tag>
<tag name="DomNode->tqparent_node" type="function" returnType="object" version=""> <tag name="DomNode->parent_node" type="function" returnType="object" version="">
</tag> </tag>
<tag name="DomNode->prefix" type="function" returnType="string" version=""> <tag name="DomNode->prefix" type="function" returnType="string" version="">
</tag> </tag>

@ -11,7 +11,7 @@
<attr name="fam" type="resource" status="required"></attr> <attr name="fam" type="resource" status="required"></attr>
<attr name="dirname" type="string" status="required"></attr> <attr name="dirname" type="string" status="required"></attr>
<attr name="depth" type="int" 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>
<tag name="fam_monitor_directory" type="function" returnType="resource" version="PHP 5"> <tag name="fam_monitor_directory" type="function" returnType="resource" version="PHP 5">
<attr name="fam" type="resource" status="required"></attr> <attr name="fam" type="resource" status="required"></attr>

@ -263,7 +263,7 @@
<attr name="atime" type="int" status="optional"></attr> <attr name="atime" type="int" status="optional"></attr>
</tag> </tag>
<tag name="umask" type="function" returnType="int" version="PHP 3, PHP 4 , PHP 5"> <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>
<tag name="unlink" type="function" returnType="bool" version="PHP 3, PHP 4 , PHP 5"> <tag name="unlink" type="function" returnType="bool" version="PHP 3, PHP 4 , PHP 5">
<attr name="filename" type="string" status="required"></attr> <attr name="filename" type="string" status="required"></attr>

@ -2,7 +2,7 @@
<tags> <tags>
<tag name="header" type="function" returnType="void" version="PHP 3, PHP 4 , PHP 5"> <tag name="header" type="function" returnType="void" version="PHP 3, PHP 4 , PHP 5">
<attr name="string" type="string" status="required"></attr> <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> <attr name="http_response_code" type="int" status="optional"></attr>
</tag> </tag>
<tag name="headers_list" type="function" returnType="array" version="PHP 5"> <tag name="headers_list" type="function" returnType="array" version="PHP 5">

@ -8,11 +8,11 @@
<attr name="objid" type="int" status="required"></attr> <attr name="objid" type="int" status="required"></attr>
<attr name="attributes" type="array" status="required"></attr> <attr name="attributes" type="array" status="required"></attr>
</tag> </tag>
<tag name="hw_tqchildren" type="function" returnType="array" version="PHP 3&gt;= 3.0.3, PHP 4 "> <tag name="hw_children" type="function" returnType="array" version="PHP 3&gt;= 3.0.3, PHP 4 ">
<attr name="connection" type="int" status="required"></attr> <attr name="connection" type="int" status="required"></attr>
<attr name="objectID" type="int" status="required"></attr> <attr name="objectID" type="int" status="required"></attr>
</tag> </tag>
<tag name="hw_tqchildrenobj" type="function" returnType="array" version="PHP 3&gt;= 3.0.3, PHP 4 "> <tag name="hw_childrenobj" type="function" returnType="array" version="PHP 3&gt;= 3.0.3, PHP 4 ">
<attr name="connection" type="int" status="required"></attr> <attr name="connection" type="int" status="required"></attr>
<attr name="objectID" type="int" status="required"></attr> <attr name="objectID" type="int" status="required"></attr>
</tag> </tag>
@ -135,11 +135,11 @@
<attr name="query" type="string" status="required"></attr> <attr name="query" type="string" status="required"></attr>
<attr name="max_hits" type="int" status="required"></attr> <attr name="max_hits" type="int" status="required"></attr>
</tag> </tag>
<tag name="hw_gettqparents" type="function" returnType="array" version="PHP 3&gt;= 3.0.3, PHP 4 "> <tag name="hw_getparents" type="function" returnType="array" version="PHP 3&gt;= 3.0.3, PHP 4 ">
<attr name="connection" type="int" status="required"></attr> <attr name="connection" type="int" status="required"></attr>
<attr name="objectID" type="int" status="required"></attr> <attr name="objectID" type="int" status="required"></attr>
</tag> </tag>
<tag name="hw_gettqparentsobj" type="function" returnType="array" version="PHP 3&gt;= 3.0.3, PHP 4 "> <tag name="hw_getparentsobj" type="function" returnType="array" version="PHP 3&gt;= 3.0.3, PHP 4 ">
<attr name="connection" type="int" status="required"></attr> <attr name="connection" type="int" status="required"></attr>
<attr name="objectID" type="int" status="required"></attr> <attr name="objectID" type="int" status="required"></attr>
</tag> </tag>
@ -153,7 +153,7 @@
<attr name="connection" type="int" status="required"></attr> <attr name="connection" type="int" status="required"></attr>
<attr name="objectID" type="int" status="required"></attr> <attr name="objectID" type="int" status="required"></attr>
</tag> </tag>
<tag name="hw_getremotetqchildren" type="function" returnType="int" version="PHP 3&gt;= 3.0.3, PHP 4 "> <tag name="hw_getremotechildren" type="function" returnType="int" version="PHP 3&gt;= 3.0.3, PHP 4 ">
<attr name="connection" type="int" status="required"></attr> <attr name="connection" type="int" status="required"></attr>
<attr name="object_record" type="string" status="required"></attr> <attr name="object_record" type="string" status="required"></attr>
</tag> </tag>
@ -190,7 +190,7 @@
</tag> </tag>
<tag name="hw_insdoc" type="function" returnType="int" version="PHP 3&gt;= 3.0.3, PHP 4 "> <tag name="hw_insdoc" type="function" returnType="int" version="PHP 3&gt;= 3.0.3, PHP 4 ">
<attr name="connection" type="resource" status="required"></attr> <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="object_record" type="string" status="required"></attr>
<attr name="text" type="string" status="optional"></attr> <attr name="text" type="string" status="optional"></attr>
</tag> </tag>
@ -202,7 +202,7 @@
</tag> </tag>
<tag name="hw_insertdocument" type="function" returnType="int" version="PHP 3&gt;= 3.0.3, PHP 4 "> <tag name="hw_insertdocument" type="function" returnType="int" version="PHP 3&gt;= 3.0.3, PHP 4 ">
<attr name="connection" type="int" status="required"></attr> <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> <attr name="hw_document" type="int" status="required"></attr>
</tag> </tag>
<tag name="hw_insertobject" type="function" returnType="int" version="PHP 3&gt;= 3.0.3, PHP 4 "> <tag name="hw_insertobject" type="function" returnType="int" version="PHP 3&gt;= 3.0.3, PHP 4 ">

@ -19,7 +19,7 @@
<tag name="hw_api->checkout" type="function" returnType="object" version=""> <tag name="hw_api->checkout" type="function" returnType="object" version="">
<attr name="parameter" type="array" status="required"></attr> <attr name="parameter" type="array" status="required"></attr>
</tag> </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> <attr name="parameter" type="array" status="required"></attr>
</tag> </tag>
<tag name="hw_api_content->mimetype" type="function" returnType="string" version=""> <tag name="hw_api_content->mimetype" type="function" returnType="string" version="">
@ -50,7 +50,7 @@
</tag> </tag>
<tag name="hw_api_error->reason" type="function" returnType="object" version=""> <tag name="hw_api_error->reason" type="function" returnType="object" version="">
</tag> </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> <attr name="parameter" type="array" status="required"></attr>
</tag> </tag>
<tag name="hw_api->ftstat" type="function" returnType="object" version=""> <tag name="hw_api->ftstat" type="function" returnType="object" version="">
@ -124,7 +124,7 @@
<tag name="hw_api->objectbyanchor" type="function" returnType="object" version=""> <tag name="hw_api->objectbyanchor" type="function" returnType="object" version="">
<attr name="parameter" type="array" status="required"></attr> <attr name="parameter" type="array" status="required"></attr>
</tag> </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> <attr name="parameter" type="array" status="required"></attr>
</tag> </tag>
<tag name="hw_api_reason->description" type="function" returnType="string" version=""> <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=""> <tag name="hw_api->remove" type="function" returnType="object" version="">
<attr name="parameter" type="array" status="required"></attr> <attr name="parameter" type="array" status="required"></attr>
</tag> </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> <attr name="parameter" type="array" status="required"></attr>
</tag> </tag>
<tag name="hw_api->setcommitedversion" type="function" returnType="object" version=""> <tag name="hw_api->setcommitedversion" type="function" returnType="object" version="">

@ -7,11 +7,11 @@
<attr name="objid" type="int" status="optional"></attr> <attr name="objid" type="int" status="optional"></attr>
<attr name="attributes" type="array" status="optional"></attr> <attr name="attributes" type="array" status="optional"></attr>
</tag> </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="connection" type="int" status="optional"></attr>
<attr name="objectID" type="int" status="optional"></attr> <attr name="objectID" type="int" status="optional"></attr>
</tag> </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="connection" type="int" status="optional"></attr>
<attr name="objectID" type="int" status="optional"></attr> <attr name="objectID" type="int" status="optional"></attr>
</tag> </tag>
@ -133,11 +133,11 @@
<attr name="query" type="string" status="optional"></attr> <attr name="query" type="string" status="optional"></attr>
<attr name="max_hits" type="int" status="optional"></attr> <attr name="max_hits" type="int" status="optional"></attr>
</tag> </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="connection" type="int" status="optional"></attr>
<attr name="objectID" type="int" status="optional"></attr> <attr name="objectID" type="int" status="optional"></attr>
</tag> </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="connection" type="int" status="optional"></attr>
<attr name="objectID" type="int" status="optional"></attr> <attr name="objectID" type="int" status="optional"></attr>
</tag> </tag>
@ -151,7 +151,7 @@
<attr name="connection" type="int" status="optional"></attr> <attr name="connection" type="int" status="optional"></attr>
<attr name="objectID" type="int" status="optional"></attr> <attr name="objectID" type="int" status="optional"></attr>
</tag> </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="connection" type="int" status="optional"></attr>
<attr name="object record" type="string" status="optional"></attr> <attr name="object record" type="string" status="optional"></attr>
</tag> </tag>
@ -187,7 +187,7 @@
</tag> </tag>
<tag name="hw_insdoc" type="function" returnType="int"> <tag name="hw_insdoc" type="function" returnType="int">
<attr name="connection" type="int" status="optional"></attr> <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="object_record" type="string" status="optional"></attr>
<attr name="text" type="string" status="optional"></attr> <attr name="text" type="string" status="optional"></attr>
</tag> </tag>
@ -199,7 +199,7 @@
</tag> </tag>
<tag name="hw_insertdocument" type="function" returnType="int"> <tag name="hw_insertdocument" type="function" returnType="int">
<attr name="connection" type="int" status="optional"></attr> <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> <attr name="hw_document" type="int" status="optional"></attr>
</tag> </tag>
<tag name="hw_insertobject" type="function" returnType="int"> <tag name="hw_insertobject" type="function" returnType="int">

@ -129,7 +129,7 @@
</tag> </tag>
<tag name="ircg_who" type="function" returnType="bool" version="PHP 4 &gt;= 4.3.3, PHP 5"> <tag name="ircg_who" type="function" returnType="bool" version="PHP 4 &gt;= 4.3.3, PHP 5">
<attr name="connection" type="resource" status="required"></attr> <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> <attr name="ops_only" type="bool" status="optional"></attr>
</tag> </tag>
<tag name="ircg_whois" type="function" returnType="bool" version="PHP 4 &gt;= 4.0.5, PHP 5"> <tag name="ircg_whois" type="function" returnType="bool" version="PHP 4 &gt;= 4.0.5, PHP 5">

@ -113,7 +113,7 @@
<attr name="dn" type="string" status="required"></attr> <attr name="dn" type="string" status="required"></attr>
<attr name="entry" type="array" status="required"></attr> <attr name="entry" type="array" status="required"></attr>
</tag> </tag>
<tag name="ldap_mod_tqreplace" type="function" returnType="bool" version="PHP 3&gt;= 3.0.8, PHP 4 , PHP 5"> <tag name="ldap_mod_replace" type="function" returnType="bool" version="PHP 3&gt;= 3.0.8, PHP 4 , PHP 5">
<attr name="link_identifier" type="resource" status="required"></attr> <attr name="link_identifier" type="resource" status="required"></attr>
<attr name="dn" type="string" status="required"></attr> <attr name="dn" type="string" status="required"></attr>
<attr name="entry" type="array" 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="link_identifier" type="resource" status="required"></attr>
<attr name="dn" type="string" status="required"></attr> <attr name="dn" type="string" status="required"></attr>
<attr name="newrdn" 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> <attr name="deleteoldrdn" type="bool" status="required"></attr>
</tag> </tag>
<tag name="ldap_sasl_bind" type="function" returnType="bool" version="PHP 5"> <tag name="ldap_sasl_bind" type="function" returnType="bool" version="PHP 5">

@ -53,7 +53,7 @@
<attr name="string" type="string" status="required"></attr> <attr name="string" type="string" status="required"></attr>
<attr name="option" type="string" status="optional"></attr> <attr name="option" type="string" status="optional"></attr>
</tag> </tag>
<tag name="mb_ereg_tqreplace" type="function" returnType="string" version="PHP 4 &gt;= 4.2.0"> <tag name="mb_ereg_replace" type="function" returnType="string" version="PHP 4 &gt;= 4.2.0">
<attr name="pattern" type="string" status="required"></attr> <attr name="pattern" type="string" status="required"></attr>
<attr name="replacement" type="string" status="required"></attr> <attr name="replacement" type="string" status="required"></attr>
<attr name="string" 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="string" type="string" status="required"></attr>
<attr name="regs" type="array" status="optional"></attr> <attr name="regs" type="array" status="optional"></attr>
</tag> </tag>
<tag name="mb_eregi_tqreplace" type="function" returnType="string" version="PHP 4 &gt;= 4.2.0"> <tag name="mb_eregi_replace" type="function" returnType="string" version="PHP 4 &gt;= 4.2.0">
<attr name="pattern" type="string" status="required"></attr> <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> <attr name="string" type="string" status="required"></attr>
</tag> </tag>
<tag name="mb_eregi" type="function" returnType="int" version="PHP 4 &gt;= 4.2.0"> <tag name="mb_eregi" type="function" returnType="int" version="PHP 4 &gt;= 4.2.0">

@ -42,7 +42,7 @@
<attr name="port" type="int" status="optional"></attr> <attr name="port" type="int" status="optional"></attr>
<attr name="timeout" type="int" status="optional"></attr> <attr name="timeout" type="int" status="optional"></attr>
</tag> </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="key" type="string" status="required"></attr>
<attr name="var" type="mixed" status="required"></attr> <attr name="var" type="mixed" status="required"></attr>
<attr name="flag" type="int" status="optional"></attr> <attr name="flag" type="int" status="optional"></attr>

@ -27,24 +27,24 @@
<attr name="action" type="resource" status="required"></attr> <attr name="action" type="resource" status="required"></attr>
<attr name="flags" type="int" status="required"></attr> <attr name="flags" type="int" status="required"></attr>
</tag> </tag>
<tag name="swfbutton->addtqshape" type="function" returnType="void" version=""> <tag name="swfbutton->addshape" type="function" returnType="void" version="">
<attr name="tqshape" type="resource" status="required"></attr> <attr name="shape" type="resource" status="required"></attr>
<attr name="flags" type="int" status="required"></attr> <attr name="flags" type="int" status="required"></attr>
</tag> </tag>
<tag name="swfbutton->setaction" type="function" returnType="void" version=""> <tag name="swfbutton->setaction" type="function" returnType="void" version="">
<attr name="action" type="resource" status="required"></attr> <attr name="action" type="resource" status="required"></attr>
</tag> </tag>
<tag name="swfbutton->setdown" type="function" returnType="void" version=""> <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>
<tag name="swfbutton->sethit" type="function" returnType="void" version=""> <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>
<tag name="swfbutton->setover" type="function" returnType="void" version=""> <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>
<tag name="swfbutton->setup" type="function" returnType="void" version=""> <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>
<tag name="swfbutton" type="function" returnType="object" version="PHP 4 &gt;= 4.0.5"> <tag name="swfbutton" type="function" returnType="object" version="PHP 4 &gt;= 4.0.5">
</tag> </tag>
@ -141,9 +141,9 @@
</tag> </tag>
<tag name="swfgradient" type="function" returnType="object" version="PHP 4 &gt;= 4.0.5"> <tag name="swfgradient" type="function" returnType="object" version="PHP 4 &gt;= 4.0.5">
</tag> </tag>
<tag name="swfmorph->gettqshape1" type="function" returnType="mixed" version=""> <tag name="swfmorph->getshape1" type="function" returnType="mixed" version="">
</tag> </tag>
<tag name="swfmorph->gettqshape2" type="function" returnType="mixed" version=""> <tag name="swfmorph->getshape2" type="function" returnType="mixed" version="">
</tag> </tag>
<tag name="swfmorph" type="function" returnType="object" version="PHP 4 &gt;= 4.0.5"> <tag name="swfmorph" type="function" returnType="object" version="PHP 4 &gt;= 4.0.5">
</tag> </tag>
@ -182,54 +182,54 @@
</tag> </tag>
<tag name="swfmovie" type="function" returnType="object" version="PHP 4 &gt;= 4.0.5"> <tag name="swfmovie" type="function" returnType="object" version="PHP 4 &gt;= 4.0.5">
</tag> </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="red" type="int" status="required"></attr>
<attr name="green" type="int" status="required"></attr> <attr name="green" type="int" status="required"></attr>
<attr name="blue" type="int" status="required"></attr> <attr name="blue" type="int" status="required"></attr>
<attr name="a" type="int" status="optional"></attr> <attr name="a" type="int" status="optional"></attr>
</tag> </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="controldx" type="int" status="required"></attr>
<attr name="controldy" type="int" status="required"></attr> <attr name="controldy" type="int" status="required"></attr>
<attr name="anchordx" type="int" status="required"></attr> <attr name="anchordx" type="int" status="required"></attr>
<attr name="anchordy" type="int" status="required"></attr> <attr name="anchordy" type="int" status="required"></attr>
</tag> </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="controlx" type="int" status="required"></attr>
<attr name="controly" type="int" status="required"></attr> <attr name="controly" type="int" status="required"></attr>
<attr name="anchorx" type="int" status="required"></attr> <attr name="anchorx" type="int" status="required"></attr>
<attr name="anchory" type="int" status="required"></attr> <attr name="anchory" type="int" status="required"></attr>
</tag> </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="dx" type="int" status="required"></attr>
<attr name="dy" type="int" status="required"></attr> <attr name="dy" type="int" status="required"></attr>
</tag> </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="x" type="int" status="required"></attr>
<attr name="y" type="int" status="required"></attr> <attr name="y" type="int" status="required"></attr>
</tag> </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="dx" type="int" status="required"></attr>
<attr name="dy" type="int" status="required"></attr> <attr name="dy" type="int" status="required"></attr>
</tag> </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="x" type="int" status="required"></attr>
<attr name="y" type="int" status="required"></attr> <attr name="y" type="int" status="required"></attr>
</tag> </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> <attr name="fill" type="swfgradient" status="required"></attr>
</tag> </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="width" type="int" status="required"></attr>
<attr name="red" type="int" status="optional"></attr> <attr name="red" type="int" status="optional"></attr>
<attr name="green" type="int" status="optional"></attr> <attr name="green" type="int" status="optional"></attr>
<attr name="blue" type="int" status="optional"></attr> <attr name="blue" type="int" status="optional"></attr>
<attr name="a" type="int" status="optional"></attr> <attr name="a" type="int" status="optional"></attr>
</tag> </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> <attr name="fill" type="swfgradient" status="required"></attr>
</tag> </tag>
<tag name="swftqshape" type="function" returnType="object" version="PHP 4 &gt;= 4.0.5"> <tag name="swfshape" type="function" returnType="object" version="PHP 4 &gt;= 4.0.5">
</tag> </tag>
<tag name="swfsprite->add" type="function" returnType="void" version=""> <tag name="swfsprite->add" type="function" returnType="void" version="">
<attr name="object" type="resource" status="required"></attr> <attr name="object" type="resource" status="required"></attr>

@ -48,7 +48,7 @@
<tag name="udm_error" type="function" returnType="string" version="PHP 4 &gt;= 4.0.5, PHP 5"> <tag name="udm_error" type="function" returnType="string" version="PHP 4 &gt;= 4.0.5, PHP 5">
<attr name="agent" type="resource" status="required"></attr> <attr name="agent" type="resource" status="required"></attr>
</tag> </tag>
<tag name="udm_tqfind" type="function" returnType="resource" version="PHP 4 &gt;= 4.0.5, PHP 5"> <tag name="udm_find" type="function" returnType="resource" version="PHP 4 &gt;= 4.0.5, PHP 5">
<attr name="agent" type="resource" status="required"></attr> <attr name="agent" type="resource" status="required"></attr>
<attr name="query" type="string" status="required"></attr> <attr name="query" type="string" status="required"></attr>
</tag> </tag>

@ -14,7 +14,7 @@
</tag> </tag>
<tag name="msession_disconnect" type="function" returnType="void" version="PHP 4 &gt;= 4.2.0, PHP 5"> <tag name="msession_disconnect" type="function" returnType="void" version="PHP 4 &gt;= 4.2.0, PHP 5">
</tag> </tag>
<tag name="msession_tqfind" type="function" returnType="array" version="PHP 4 &gt;= 4.2.0, PHP 5"> <tag name="msession_find" type="function" returnType="array" version="PHP 4 &gt;= 4.2.0, PHP 5">
<attr name="name" type="string" status="required"></attr> <attr name="name" type="string" status="required"></attr>
<attr name="value" type="string" status="required"></attr> <attr name="value" type="string" status="required"></attr>
</tag> </tag>

@ -204,9 +204,9 @@
<tag name="ncurses_mouseinterval" type="function" returnType="int" version="PHP 4 &gt;= 4.1.0, PHP 5"> <tag name="ncurses_mouseinterval" type="function" returnType="int" version="PHP 4 &gt;= 4.1.0, PHP 5">
<attr name="milliseconds" type="int" status="required"></attr> <attr name="milliseconds" type="int" status="required"></attr>
</tag> </tag>
<tag name="ncurses_mousetqmask" type="function" returnType="int" version="PHP 4 &gt;= 4.2.0, PHP 5"> <tag name="ncurses_mousemask" type="function" returnType="int" version="PHP 4 &gt;= 4.2.0, PHP 5">
<attr name="newtqmask" type="int" status="required"></attr> <attr name="newmask" type="int" status="required"></attr>
<attr name="&amp;oldtqmask" type="int" status="required"></attr> <attr name="&amp;oldmask" type="int" status="required"></attr>
</tag> </tag>
<tag name="ncurses_move_panel" type="function" returnType="int" version="PHP 4 &gt;= 4.3.0, PHP 5"> <tag name="ncurses_move_panel" type="function" returnType="int" version="PHP 4 &gt;= 4.3.0, PHP 5">
<attr name="panel" type="resource" status="required"></attr> <attr name="panel" type="resource" status="required"></attr>

@ -29,7 +29,7 @@
<attr name="subject" type="mixed" status="required"></attr> <attr name="subject" type="mixed" status="required"></attr>
<attr name="limit" type="int" status="optional"></attr> <attr name="limit" type="int" status="optional"></attr>
</tag> </tag>
<tag name="preg_tqreplace" type="function" returnType="mixed" version="PHP 3&gt;= 3.0.9, PHP 4 , PHP 5"> <tag name="preg_replace" type="function" returnType="mixed" version="PHP 3&gt;= 3.0.9, PHP 4 , PHP 5">
<attr name="pattern" type="mixed" status="required"></attr> <attr name="pattern" type="mixed" status="required"></attr>
<attr name="replacement" type="mixed" status="required"></attr> <attr name="replacement" type="mixed" status="required"></attr>
<attr name="subject" type="mixed" status="required"></attr> <attr name="subject" type="mixed" status="required"></attr>

@ -3,7 +3,7 @@
<tag name="pdf_add_bookmark" type="function" returnType="int" version="PHP 4 &gt;= 4.0.1, PHP 5"> <tag name="pdf_add_bookmark" type="function" returnType="int" version="PHP 4 &gt;= 4.0.1, PHP 5">
<attr name="pdfdoc" type="resource" status="required"></attr> <attr name="pdfdoc" type="resource" status="required"></attr>
<attr name="text" type="string" 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> <attr name="open" type="int" status="required"></attr>
</tag> </tag>
<tag name="pdf_add_launchlink" type="function" returnType="bool" version="PHP 4 &gt;= 4.0.5, PHP 5"> <tag name="pdf_add_launchlink" type="function" returnType="bool" version="PHP 4 &gt;= 4.0.5, PHP 5">

@ -1,6 +1,6 @@
<!DOCTYPE tags> <!DOCTYPE tags>
<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="pattern" type="string" status="required"></attr>
<attr name="replacement" type="string" status="required"></attr> <attr name="replacement" type="string" status="required"></attr>
<attr name="string" 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="string" type="string" status="required"></attr>
<attr name="&amp;regs" type="array" status="optional"></attr> <attr name="&amp;regs" type="array" status="optional"></attr>
</tag> </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="pattern" type="string" status="required"></attr>
<attr name="replacement" type="string" status="required"></attr> <attr name="replacement" type="string" status="required"></attr>
<attr name="string" type="string" status="required"></attr> <attr name="string" type="string" status="required"></attr>

@ -5,7 +5,7 @@
<tag name="simplexml_element->attributes" type="function" returnType="object SimpleXMLElement" version=""> <tag name="simplexml_element->attributes" type="function" returnType="object SimpleXMLElement" version="">
<attr name="data" type="string" status="required"></attr> <attr name="data" type="string" status="required"></attr>
</tag> </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>
<tag name="SimpleXMLElement->xpath" type="function" returnType="array" version=""> <tag name="SimpleXMLElement->xpath" type="function" returnType="array" version="">
<attr name="path" type="string" status="required"></attr> <attr name="path" type="string" status="required"></attr>

@ -183,9 +183,9 @@
<attr name="format" type="string" status="required"></attr> <attr name="format" type="string" status="required"></attr>
<attr name="&amp;..." type="mixed" status="optional"></attr> <attr name="&amp;..." type="mixed" status="optional"></attr>
</tag> </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="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="subject" type="mixed" status="required"></attr>
<attr name="&amp;count" type="int" status="optional"></attr> <attr name="&amp;count" type="int" status="optional"></attr>
</tag> </tag>
@ -199,9 +199,9 @@
<attr name="input" type="string" status="required"></attr> <attr name="input" type="string" status="required"></attr>
<attr name="multiplier" type="int" status="required"></attr> <attr name="multiplier" type="int" status="required"></attr>
</tag> </tag>
<tag name="str_tqreplace" type="function" returnType="mixed" version="PHP 3&gt;= 3.0.6, PHP 4 , PHP 5"> <tag name="str_replace" type="function" returnType="mixed" version="PHP 3&gt;= 3.0.6, PHP 4 , PHP 5">
<attr name="search" type="mixed" status="required"></attr> <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="subject" type="mixed" status="required"></attr>
<attr name="&amp;count" type="int" status="optional"></attr> <attr name="&amp;count" type="int" status="optional"></attr>
</tag> </tag>
@ -339,7 +339,7 @@
<attr name="haystack" type="string" status="required"></attr> <attr name="haystack" type="string" status="required"></attr>
<attr name="needle" type="string" status="required"></attr> <attr name="needle" type="string" status="required"></attr>
</tag> </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="string" type="string" status="required"></attr>
<attr name="replacement" type="string" status="required"></attr> <attr name="replacement" type="string" status="required"></attr>
<attr name="start" type="int" status="required"></attr> <attr name="start" type="int" status="required"></attr>

@ -29,7 +29,7 @@
</tag> </tag>
<tag name="swf_addbuttonrecord" type="function" returnType="void" version="PHP 4 "> <tag name="swf_addbuttonrecord" type="function" returnType="void" version="PHP 4 ">
<attr name="states" type="int" status="required"></attr> <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> <attr name="depth" type="int" status="required"></attr>
</tag> </tag>
<tag name="swf_addcolor" type="function" returnType="void" version="PHP 4 "> <tag name="swf_addcolor" type="function" returnType="void" version="PHP 4 ">
@ -80,7 +80,7 @@
</tag> </tag>
<tag name="swf_enddoaction" type="function" returnType="void" version="PHP 4 "> <tag name="swf_enddoaction" type="function" returnType="void" version="PHP 4 ">
</tag> </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>
<tag name="swf_endsymbol" type="function" returnType="void" version="PHP 4 "> <tag name="swf_endsymbol" type="function" returnType="void" version="PHP 4 ">
</tag> </tag>
@ -191,20 +191,20 @@
<tag name="swf_setframe" type="function" returnType="void" version="PHP 4 "> <tag name="swf_setframe" type="function" returnType="void" version="PHP 4 ">
<attr name="framenumber" type="int" status="required"></attr> <attr name="framenumber" type="int" status="required"></attr>
</tag> </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="x" type="float" status="required"></attr>
<attr name="y" type="float" status="required"></attr> <attr name="y" type="float" status="required"></attr>
<attr name="r" type="float" status="required"></attr> <attr name="r" type="float" status="required"></attr>
<attr name="ang1" type="float" status="required"></attr> <attr name="ang1" type="float" status="required"></attr>
<attr name="ang2" type="float" status="required"></attr> <attr name="ang2" type="float" status="required"></attr>
</tag> </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="x1" type="float" status="required"></attr>
<attr name="y1" type="float" status="required"></attr> <attr name="y1" type="float" status="required"></attr>
<attr name="x2" type="float" status="required"></attr> <attr name="x2" type="float" status="required"></attr>
<attr name="y2" type="float" status="required"></attr> <attr name="y2" type="float" status="required"></attr>
</tag> </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="x1" type="float" status="required"></attr>
<attr name="y1" type="float" status="required"></attr> <attr name="y1" type="float" status="required"></attr>
<attr name="x2" 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="x3" type="float" status="required"></attr>
<attr name="y3" type="float" status="required"></attr> <attr name="y3" type="float" status="required"></attr>
</tag> </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> <attr name="bitmapid" type="int" status="required"></attr>
</tag> </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> <attr name="bitmapid" type="int" status="required"></attr>
</tag> </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>
<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="r" type="float" status="required"></attr>
<attr name="g" type="float" status="required"></attr> <attr name="g" type="float" status="required"></attr>
<attr name="b" type="float" status="required"></attr> <attr name="b" type="float" status="required"></attr>
<attr name="a" type="float" status="required"></attr> <attr name="a" type="float" status="required"></attr>
</tag> </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="r" type="float" status="required"></attr>
<attr name="g" type="float" status="required"></attr> <attr name="g" type="float" status="required"></attr>
<attr name="b" type="float" status="required"></attr> <attr name="b" type="float" status="required"></attr>
<attr name="a" type="float" status="required"></attr> <attr name="a" type="float" status="required"></attr>
<attr name="width" type="float" status="required"></attr> <attr name="width" type="float" status="required"></attr>
</tag> </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="x" type="float" status="required"></attr>
<attr name="y" type="float" status="required"></attr> <attr name="y" type="float" status="required"></attr>
</tag> </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="x" type="float" status="required"></attr>
<attr name="y" type="float" status="required"></attr> <attr name="y" type="float" status="required"></attr>
</tag> </tag>
@ -249,7 +249,7 @@
</tag> </tag>
<tag name="swf_startdoaction" type="function" returnType="void" version="PHP 4 "> <tag name="swf_startdoaction" type="function" returnType="void" version="PHP 4 ">
</tag> </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> <attr name="objid" type="int" status="required"></attr>
</tag> </tag>
<tag name="swf_startsymbol" type="function" returnType="void" version="PHP 4 "> <tag name="swf_startsymbol" type="function" returnType="void" version="PHP 4 ">

@ -70,7 +70,7 @@
</tag> </tag>
<tag name="tidy_node->attributes" type="function" returnType="array" version=""> <tag name="tidy_node->attributes" type="function" returnType="array" version="">
</tag> </tag>
<tag name="tidy_node->tqchildren" type="function" returnType="array" version=""> <tag name="tidy_node->children" type="function" returnType="array" version="">
</tag> </tag>
<tag name="tidy_node->get_attr" type="function" returnType="tidy_attr" version=""> <tag name="tidy_node->get_attr" type="function" returnType="tidy_attr" version="">
<attr name="attrib_id" type="int" status="required"></attr> <attr name="attrib_id" type="int" status="required"></attr>

@ -66,6 +66,6 @@
</tag> </tag>
<tag name="xslt_setopt" type="function" returnType="int" version="PHP 4 &gt;= 4.3.0"> <tag name="xslt_setopt" type="function" returnType="int" version="PHP 4 &gt;= 4.3.0">
<attr name="processor" type="resource" status="required"></attr> <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> </tag>
</tags> </tags>

@ -4,8 +4,8 @@
<tag name="anyName"> <tag name="anyName">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="except" /> <child name="except" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -5,7 +5,7 @@
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="name" type="input" /> <attr name="name" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="anyName" /> <child name="anyName" />
<child name="choice" /> <child name="choice" />
<child name="name" /> <child name="name" />
@ -19,7 +19,7 @@
<child name="oneOrMore" /> <child name="oneOrMore" />
<child name="list" /> <child name="list" />
<child name="mixed" /> <child name="mixed" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="text" /> <child name="text" />
<child name="value" /> <child name="value" />
@ -27,6 +27,6 @@
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,7 +4,7 @@
<tag name="choice"> <tag name="choice">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="name" /> <child name="name" />
<child name="anyName" /> <child name="anyName" />
<child name="nsName" /> <child name="nsName" />
@ -20,7 +20,7 @@
<child name="list" /> <child name="list" />
<child name="mixed" /> <child name="mixed" />
<child name="ref" /> <child name="ref" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="text" /> <child name="text" />
<child name="value" /> <child name="value" />
@ -28,6 +28,6 @@
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -5,9 +5,9 @@
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<attr name="type" type="input" /> <attr name="type" type="input" />
<tqchildren> <children>
<child name="except" /> <child name="except" />
<child name="param" /> <child name="param" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -6,7 +6,7 @@
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="name" type="input" /> <attr name="name" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="element" /> <child name="element" />
<child name="attribute" /> <child name="attribute" />
<child name="group" /> <child name="group" />
@ -18,7 +18,7 @@
<child name="list" /> <child name="list" />
<child name="mixed" /> <child name="mixed" />
<child name="ref" /> <child name="ref" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="text" /> <child name="text" />
<child name="value" /> <child name="value" />
@ -26,6 +26,6 @@
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,9 +4,9 @@
<tag name="div"> <tag name="div">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="div" /> <child name="div" />
<child name="include" /> <child name="include" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -5,7 +5,7 @@
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="name" type="input" /> <attr name="name" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="anyName" /> <child name="anyName" />
<child name="choice" /> <child name="choice" />
<child name="name" /> <child name="name" />
@ -21,7 +21,7 @@
<child name="list" /> <child name="list" />
<child name="mixed" /> <child name="mixed" />
<child name="ref" /> <child name="ref" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="text" /> <child name="text" />
<child name="value" /> <child name="value" />
@ -29,6 +29,6 @@
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,7 +4,7 @@
<tag name="except"> <tag name="except">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="anyName" /> <child name="anyName" />
<child name="choice" /> <child name="choice" />
<child name="name" /> <child name="name" />
@ -20,7 +20,7 @@
<child name="list" /> <child name="list" />
<child name="mixed" /> <child name="mixed" />
<child name="ref" /> <child name="ref" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="text" /> <child name="text" />
<child name="value" /> <child name="value" />
@ -28,6 +28,6 @@
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -5,11 +5,11 @@
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<attr name="xmlns" type="input" /> <attr name="xmlns" type="input" />
<tqchildren> <children>
<child name="define" /> <child name="define" />
<child name="div" /> <child name="div" />
<child name="include" /> <child name="include" />
<child name="start" /> <child name="start" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,7 +4,7 @@
<tag name="group"> <tag name="group">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="element" /> <child name="element" />
<child name="attribute" /> <child name="attribute" />
<child name="group" /> <child name="group" />
@ -16,7 +16,7 @@
<child name="list" /> <child name="list" />
<child name="mixed" /> <child name="mixed" />
<child name="ref" /> <child name="ref" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="text" /> <child name="text" />
<child name="value" /> <child name="value" />
@ -24,6 +24,6 @@
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -5,10 +5,10 @@
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="href" type="input" /> <attr name="href" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="define" /> <child name="define" />
<child name="div" /> <child name="div" />
<child name="start" /> <child name="start" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,7 +4,7 @@
<tag name="interleave"> <tag name="interleave">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="element" /> <child name="element" />
<child name="attribute" /> <child name="attribute" />
<child name="group" /> <child name="group" />
@ -16,7 +16,7 @@
<child name="list" /> <child name="list" />
<child name="mixed" /> <child name="mixed" />
<child name="ref" /> <child name="ref" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="text" /> <child name="text" />
<child name="value" /> <child name="value" />
@ -24,6 +24,6 @@
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,7 +4,7 @@
<tag name="list"> <tag name="list">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="element" /> <child name="element" />
<child name="group" /> <child name="group" />
<child name="choice" /> <child name="choice" />
@ -12,13 +12,13 @@
<child name="zeroOrMore" /> <child name="zeroOrMore" />
<child name="oneOrMore" /> <child name="oneOrMore" />
<child name="mixed" /> <child name="mixed" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="value" /> <child name="value" />
<child name="data" /> <child name="data" />
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,7 +4,7 @@
<tag name="mixed"> <tag name="mixed">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="element" /> <child name="element" />
<child name="attribute" /> <child name="attribute" />
<child name="group" /> <child name="group" />
@ -16,7 +16,7 @@
<child name="list" /> <child name="list" />
<child name="mixed" /> <child name="mixed" />
<child name="ref" /> <child name="ref" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="text" /> <child name="text" />
<child name="value" /> <child name="value" />
@ -24,6 +24,6 @@
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,8 +4,8 @@
<tag name="nsName"> <tag name="nsName">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="except" /> <child name="except" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,7 +4,7 @@
<tag name="oneOrMore"> <tag name="oneOrMore">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="element" /> <child name="element" />
<child name="attribute" /> <child name="attribute" />
<child name="group" /> <child name="group" />
@ -16,7 +16,7 @@
<child name="list" /> <child name="list" />
<child name="mixed" /> <child name="mixed" />
<child name="ref" /> <child name="ref" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="text" /> <child name="text" />
<child name="value" /> <child name="value" />
@ -24,6 +24,6 @@
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,7 +4,7 @@
<tag name="optional"> <tag name="optional">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="element" /> <child name="element" />
<child name="attribute" /> <child name="attribute" />
<child name="group" /> <child name="group" />
@ -16,7 +16,7 @@
<child name="list" /> <child name="list" />
<child name="mixed" /> <child name="mixed" />
<child name="ref" /> <child name="ref" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="text" /> <child name="text" />
<child name="value" /> <child name="value" />
@ -24,6 +24,6 @@
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="tqparentRef" single="1"> <tag name="parentRef" single="1">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="name" type="input" /> <attr name="name" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />

@ -5,17 +5,17 @@
<attr name="combine" type="input" /> <attr name="combine" type="input" />
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="element" /> <child name="element" />
<child name="choice" /> <child name="choice" />
<child name="optional" /> <child name="optional" />
<child name="zeroOrMore" /> <child name="zeroOrMore" />
<child name="mixed" /> <child name="mixed" />
<child name="ref" /> <child name="ref" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,7 +4,7 @@
<tag name="zeroOrMore"> <tag name="zeroOrMore">
<attr name="datatypeLibrary" type="input" /> <attr name="datatypeLibrary" type="input" />
<attr name="ns" type="input" /> <attr name="ns" type="input" />
<tqchildren> <children>
<child name="element" /> <child name="element" />
<child name="attribute" /> <child name="attribute" />
<child name="group" /> <child name="group" />
@ -16,7 +16,7 @@
<child name="list" /> <child name="list" />
<child name="mixed" /> <child name="mixed" />
<child name="ref" /> <child name="ref" />
<child name="tqparentRef" /> <child name="parentRef" />
<child name="empty" /> <child name="empty" />
<child name="text" /> <child name="text" />
<child name="value" /> <child name="value" />
@ -24,6 +24,6 @@
<child name="notAllowed" /> <child name="notAllowed" />
<child name="externalRef" /> <child name="externalRef" />
<child name="grammar" /> <child name="grammar" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -38,9 +38,9 @@
<whatsthis>Maximum number of times the element can occur. The value must be 1.</whatsthis> <whatsthis>Maximum number of times the element can occur. The value must be 1.</whatsthis>
<location col="1" row="2"/> <location col="1" row="2"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="element" /> <child name="element" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,9 +11,9 @@
<whatsthis>A unique ID for the element.</whatsthis> <whatsthis>A unique ID for the element.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="appinfo" /> <child name="appinfo" />
<child name="documentation" /> <child name="documentation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -56,8 +56,8 @@
<whatsthis>How should the XML processor handle validation, in regard to elements specified by this element?</whatsthis> <whatsthis>How should the XML processor handle validation, in regard to elements specified by this element?</whatsthis>
<location col="1" row="4"/> <location col="1" row="4"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -36,8 +36,8 @@
<whatsthis>How should the XML processor handle validation, in regard to attributes specified by this element?</whatsthis> <whatsthis>How should the XML processor handle validation, in regard to attributes specified by this element?</whatsthis>
<location col="1" row="2"/> <location col="1" row="2"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -102,9 +102,9 @@
<stoppingtag name="attribute" /> <stoppingtag name="attribute" />
<stoppingtag name="notation" /> <stoppingtag name="notation" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="simpleType" /> <child name="simpleType" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -42,11 +42,11 @@
<stoppingtag name="element" /> <stoppingtag name="element" />
<stoppingtag name="notation" /> <stoppingtag name="notation" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="attribute" /> <child name="attribute" />
<child name="attributeGroup" /> <child name="attributeGroup" />
<child name="anyAttribute" /> <child name="anyAttribute" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -31,13 +31,13 @@
<whatsthis>Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1.</whatsthis> <whatsthis>Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1.</whatsthis>
<location col="1" row="2"/> <location col="1" row="2"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="element" /> <child name="element" />
<child name="group" /> <child name="group" />
<child name="choice" /> <child name="choice" />
<child name="sequence" /> <child name="sequence" />
<child name="any" /> <child name="any" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -25,10 +25,10 @@
<whatsthis>true, if character data is allowed to appear between the child elements. Default is false.</whatsthis> <whatsthis>true, if character data is allowed to appear between the child elements. Default is false.</whatsthis>
<location col="1" row="1"/> <location col="1" row="1"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="restriction" /> <child name="restriction" />
<child name="extension" /> <child name="extension" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -75,7 +75,7 @@
<stoppingtag name="element" /> <stoppingtag name="element" />
<stoppingtag name="notation" /> <stoppingtag name="notation" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="all" /> <child name="all" />
<child name="annotation" /> <child name="annotation" />
<child name="anyAttribute" /> <child name="anyAttribute" />
@ -86,6 +86,6 @@
<child name="group" /> <child name="group" />
<child name="sequence" /> <child name="sequence" />
<child name="simpleContent" /> <child name="simpleContent" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -141,8 +141,8 @@
<location col="0" row="13"/> <location col="0" row="13"/>
</label> </label>
<attr name="substitutionGroup" type="input"> <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> <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 tqparent element is schema.</whatsthis> <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"/> <location col="1" row="13"/>
</attr> </attr>
@ -156,13 +156,13 @@
<stoppingtag name="attribute" /> <stoppingtag name="attribute" />
<stoppingtag name="notation" /> <stoppingtag name="notation" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="simpleType" /> <child name="simpleType" />
<child name="complexType" /> <child name="complexType" />
<child name="unique" /> <child name="unique" />
<child name="key" /> <child name="key" />
<child name="keyref" /> <child name="keyref" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,8 +11,8 @@
<whatsthis>Acceptable value.</whatsthis> <whatsthis>Acceptable value.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -21,7 +21,7 @@
<whatsthis>Name of a built-in data type, simpleType, or complexType.</whatsthis> <whatsthis>Name of a built-in data type, simpleType, or complexType.</whatsthis>
<location col="1" row="1"/> <location col="1" row="1"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="group" /> <child name="group" />
<child name="all" /> <child name="all" />
@ -30,6 +30,6 @@
<child name="attribute" /> <child name="attribute" />
<child name="attributeGroup" /> <child name="attributeGroup" />
<child name="anyAttribute" /> <child name="anyAttribute" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -21,8 +21,8 @@
<whatsthis>Single element or attribute whose content or value is used for the constraint.</whatsthis> <whatsthis>Single element or attribute whose content or value is used for the constraint.</whatsthis>
<location col="1" row="1"/> <location col="1" row="1"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,8 +11,8 @@
<whatsthis>Maximum number of decimal places allowed, which must be >=0.</whatsthis> <whatsthis>Maximum number of decimal places allowed, which must be >=0.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -64,11 +64,11 @@
<stoppingtag name="attribute" /> <stoppingtag name="attribute" />
<stoppingtag name="notation" /> <stoppingtag name="notation" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="all" /> <child name="all" />
<child name="choice" /> <child name="choice" />
<child name="sequence" /> <child name="sequence" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -44,8 +44,8 @@
<stoppingtag name="attribute" /> <stoppingtag name="attribute" />
<stoppingtag name="notation" /> <stoppingtag name="notation" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -34,8 +34,8 @@
<stoppingtag name="attribute" /> <stoppingtag name="attribute" />
<stoppingtag name="notation" /> <stoppingtag name="notation" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -21,10 +21,10 @@
<whatsthis>Name of the key element.</whatsthis> <whatsthis>Name of the key element.</whatsthis>
<location col="1" row="1"/> <location col="1" row="1"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="selector" /> <child name="selector" />
<child name="field" /> <child name="field" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -31,10 +31,10 @@
<whatsthis>Name of a key or unique element defined in this or another schema.</whatsthis> <whatsthis>Name of a key or unique element defined in this or another schema.</whatsthis>
<location col="1" row="2"/> <location col="1" row="2"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="selector" /> <child name="selector" />
<child name="field" /> <child name="field" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,8 +11,8 @@
<whatsthis>Exact number of characters or list items allowed, which must be >=0.</whatsthis> <whatsthis>Exact number of characters or list items allowed, which must be >=0.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -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> <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"/> <location col="1" row="1"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="simpleType" /> <child name="simpleType" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,8 +11,8 @@
<whatsthis>Upper bounds for numeric values. data less than value.</whatsthis> <whatsthis>Upper bounds for numeric values. data less than value.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,8 +11,8 @@
<whatsthis>Upper bounds for numeric values. Data less than or equal to value.</whatsthis> <whatsthis>Upper bounds for numeric values. Data less than or equal to value.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,8 +11,8 @@
<whatsthis>Maximum number of characters or list items allowed, which must be >=0.</whatsthis> <whatsthis>Maximum number of characters or list items allowed, which must be >=0.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,8 +11,8 @@
<whatsthis>Lower bounds for numeric values. Data > value.</whatsthis> <whatsthis>Lower bounds for numeric values. Data > value.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,8 +11,8 @@
<whatsthis>Lower bounds for numeric values. Data >= value.</whatsthis> <whatsthis>Lower bounds for numeric values. Data >= value.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,8 +11,8 @@
<whatsthis>Minimum number of characters or list items allowed, which must be >=0.</whatsthis> <whatsthis>Minimum number of characters or list items allowed, which must be >=0.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -54,8 +54,8 @@
<stoppingtag name="attribute" /> <stoppingtag name="attribute" />
<stoppingtag name="notation" /> <stoppingtag name="notation" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,8 +11,8 @@
<whatsthis>Exact sequence of characters that are acceptable.</whatsthis> <whatsthis>Exact sequence of characters that are acceptable.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -30,12 +30,12 @@
<stoppingtag name="attribute" /> <stoppingtag name="attribute" />
<stoppingtag name="notation" /> <stoppingtag name="notation" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="simpleType" /> <child name="simpleType" />
<child name="complexType" /> <child name="complexType" />
<child name="group" /> <child name="group" />
<child name="attributeGroup" /> <child name="attributeGroup" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -21,7 +21,7 @@
<whatsthis>Name of a built-in data type, simpleType, or complexType.</whatsthis> <whatsthis>Name of a built-in data type, simpleType, or complexType.</whatsthis>
<location col="1" row="1"/> <location col="1" row="1"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="simpleType" /> <child name="simpleType" />
<child name="attribute" /> <child name="attribute" />
@ -43,6 +43,6 @@
<child name="enumeration" /> <child name="enumeration" />
<child name="whiteSpace" /> <child name="whiteSpace" />
<child name="pattern" /> <child name="pattern" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -85,7 +85,7 @@
<attr name="finalDefault" type="input"> <attr name="finalDefault" type="input">
<location col="1" row="7"/> <location col="1" row="7"/>
</attr> </attr>
<tqchildren> <children>
<child name="include" /> <child name="include" />
<child name="import" /> <child name="import" />
<child name="redefine" /> <child name="redefine" />
@ -97,6 +97,6 @@
<child name="element" /> <child name="element" />
<child name="attribute" /> <child name="attribute" />
<child name="notation" /> <child name="notation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -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> <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"/> <location col="1" row="1"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -31,13 +31,13 @@
<whatsthis>Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1.</whatsthis> <whatsthis>Maximum number of times the element can occur. Value can be >=0 or unbounded. Default is 1.</whatsthis>
<location col="1" row="2"/> <location col="1" row="2"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="element" /> <child name="element" />
<child name="group" /> <child name="group" />
<child name="choice" /> <child name="choice" />
<child name="sequence" /> <child name="sequence" />
<child name="any" /> <child name="any" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,10 +11,10 @@
<whatsthis>A unique ID for the element.</whatsthis> <whatsthis>A unique ID for the element.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="restriction" /> <child name="restriction" />
<child name="extension" /> <child name="extension" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -34,11 +34,11 @@
<stoppingtag name="attribute" /> <stoppingtag name="attribute" />
<stoppingtag name="notation" /> <stoppingtag name="notation" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="restriction" /> <child name="restriction" />
<child name="list" /> <child name="list" />
<child name="union" /> <child name="union" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,8 +11,8 @@
<whatsthis>Exact number of digits allowed, which must be >=0.</whatsthis> <whatsthis>Exact number of digits allowed, which must be >=0.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -21,9 +21,9 @@
<whatsthis>List of built-in data types or simpleType elements defined in a schema.</whatsthis> <whatsthis>List of built-in data types or simpleType elements defined in a schema.</whatsthis>
<location col="1" row="1"/> <location col="1" row="1"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="simpleType" /> <child name="simpleType" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -21,10 +21,10 @@
<whatsthis>Name for the element. Usage is required.</whatsthis> <whatsthis>Name for the element. Usage is required.</whatsthis>
<location col="1" row="1"/> <location col="1" row="1"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
<child name="selector" /> <child name="selector" />
<child name="field" /> <child name="field" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -9,15 +9,15 @@
<attr name="value" type="list"> <attr name="value" type="list">
<items> <items>
<item>preserve</item> <item>preserve</item>
<item>tqreplace</item> <item>replace</item>
<item>collapse</item> <item>collapse</item>
</items> </items>
<tooltip>How white space (line feeds, tabs, spaces, and carriage returns) is handled.</tooltip> <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> <whatsthis>How white space (line feeds, tabs, spaces, and carriage returns) is handled.</whatsthis>
<location col="1" row="0"/> <location col="1" row="0"/>
</attr> </attr>
<tqchildren> <children>
<child name="annotation" /> <child name="annotation" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -30,12 +30,12 @@
<location col="1" row="1" /> <location col="1" row="1" />
</attr> </attr>
<tqchildren> <children>
<child name="items" /> <child name="items" />
<child name="tooltip" /> <child name="tooltip" />
<child name="location" /> <child name="location" />
<child name="label" /> <child name="label" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<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="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="text" />
<tag name="tooltip" /> <tag name="tooltip" />
<tag name="whatsthis" /> <tag name="whatsthis" />
<tag name="tqchildren"><tqchildren><child name="child" /></tqchildren></tag> <tag name="children"><children><child name="child" /></children></tag>
<tag name="stoppingtags"><tqchildren><child name="stoppingtag" /></tqchildren></tag> <tag name="stoppingtags"><children><child name="stoppingtag" /></children></tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<tag name="spacer"> <tag name="spacer">
<label> <label>
<text>Qt::Orientation</text> <text>Orientation</text>
<location col="0" row="0" /> <location col="0" row="0" />
</label> </label>

@ -48,7 +48,7 @@
<attr name="accesskey" type="input" /> <attr name="accesskey" type="input" />
<attr name="tabindex" type="input" /> <attr name="tabindex" type="input" />
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="abbr" /> <child name="abbr" />
<child name="acronym" /> <child name="acronym" />
@ -69,7 +69,7 @@
<child name="strong" /> <child name="strong" />
<child name="textarea" /> <child name="textarea" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>

@ -10,7 +10,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="blockquote" /> <child name="blockquote" />
<child name="div" /> <child name="div" />
@ -27,7 +27,7 @@
<child name="pre" /> <child name="pre" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="body" hasCore="1" hasI18n="1"> <tag name="body" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="blockquote" /> <child name="blockquote" />
<child name="div" /> <child name="div" />
@ -19,6 +19,6 @@
<child name="pre" /> <child name="pre" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="div" hasCore="1" hasI18n="1" scope="paragraph"> <tag name="div" hasCore="1" hasI18n="1" scope="paragraph">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -41,6 +41,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -29,7 +29,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="blockquote" /> <child name="blockquote" />
<child name="div" /> <child name="div" />
@ -45,7 +45,7 @@
<child name="pre" /> <child name="pre" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -9,12 +9,12 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="link" /> <child name="link" />
<child name="meta" /> <child name="meta" />
<child name="object" /> <child name="object" />
<child name="title" /> <child name="title" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="h1" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h1" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -25,11 +25,11 @@
<child name="strong" /> <child name="strong" />
<child name="textarea" /> <child name="textarea" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h2" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h2" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -51,12 +51,12 @@
<child name="strong" /> <child name="strong" />
<child name="textarea" /> <child name="textarea" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h3" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h3" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -78,10 +78,10 @@
<child name="strong" /> <child name="strong" />
<child name="textarea" /> <child name="textarea" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h4" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h4" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -103,11 +103,11 @@
<child name="strong" /> <child name="strong" />
<child name="textarea" /> <child name="textarea" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h5" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h5" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -129,11 +129,11 @@
<child name="strong" /> <child name="strong" />
<child name="textarea" /> <child name="textarea" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h6" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h6" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -155,7 +155,7 @@
<child name="strong" /> <child name="strong" />
<child name="textarea" /> <child name="textarea" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,10 +15,10 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="body" /> <child name="body" />
<child name="head" /> <child name="head" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -67,7 +67,7 @@
<tooltip>Shortcut</tooltip> <tooltip>Shortcut</tooltip>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -99,6 +99,6 @@
<child name="td" /> <child name="td" />
<child name="th" /> <child name="th" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -5,7 +5,7 @@
<stoppingtags> <stoppingtags>
<stoppingtag name="li" /> <stoppingtag name="li" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -43,6 +43,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,8 +2,8 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="ol" hasCore="1" hasI18n="1"> <tag name="ol" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -13,7 +13,7 @@
<stoppingtag name="dd" /> <stoppingtag name="dd" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -35,7 +35,7 @@
<child name="strong" /> <child name="strong" />
<child name="textarea" /> <child name="textarea" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -20,8 +20,8 @@
<stoppingtag name="select" /> <stoppingtag name="select" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -4,9 +4,9 @@
<tag name="table" hasCore="1" hasI18n="1"> <tag name="table" hasCore="1" hasI18n="1">
<attr name="summary" type="input" /> <attr name="summary" type="input" />
<tqchildren> <children>
<child name="caption" /> <child name="caption" />
<child name="tr" usage="required" /> <child name="tr" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -61,7 +61,7 @@
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -98,6 +98,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -23,7 +23,7 @@
<attr name="accesskey" type="input" /> <attr name="accesskey" type="input" />
</tag> </tag>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</TAGS> </TAGS>

@ -61,7 +61,7 @@
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -98,6 +98,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -33,9 +33,9 @@
<stoppingtag name="tfoot" /> <stoppingtag name="tfoot" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="td" /> <child name="td" />
<child name="th" usage="required" /> <child name="th" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,9 +3,9 @@
<TAGS> <TAGS>
<tag name="ul" hasCore="1" hasI18n="1"> <tag name="ul" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -61,7 +61,7 @@
<location col="1" row="6" /> <location col="1" row="6" />
</attr> </attr>
<attr name="tqshape" type="list"> <attr name="shape" type="list">
<text>Shape</text> <text>Shape</text>
<textlocation col="0" row="7" /> <textlocation col="0" row="7" />
<location col="1" row="7" /> <location col="1" row="7" />
@ -85,7 +85,7 @@
<location col="1" row="9" colspan="2" /> <location col="1" row="9" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="abbr" /> <child name="abbr" />
<child name="applet" /> <child name="applet" />
@ -126,7 +126,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> <tag name="abbr" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> <tag name="acronym" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="address" hasCore="1" hasI18n="1" hasScript="1"> <tag name="address" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,6 +45,6 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -73,7 +73,7 @@
<location col="1" row="9" /> <location col="1" row="9" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -140,7 +140,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="area" hasFocus="1" hasScript="1" hasCore="1" hasI18n="1" single="1"> <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> <text>Shape</text>
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2"/> <location col="1" row="0" colspan="2"/>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="b" hasCore="1" hasI18n="1" hasScript="1"> <tag name="b" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="bdo" hasScript="1" hasCore="1" hasI18n="1"> <tag name="bdo" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="big" hasCore="1" hasI18n="1" hasScript="1"> <tag name="big" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -10,7 +10,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -76,7 +76,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -56,7 +56,7 @@
<location col="1" row="7" colspan="2" /> <location col="1" row="7" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -122,7 +122,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -32,7 +32,7 @@
<tooltip>Disable the element</tooltip> <tooltip>Disable the element</tooltip>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="abbr" /> <child name="abbr" />
<child name="acronym" /> <child name="acronym" />
@ -88,6 +88,6 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -57,7 +57,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="center" hasScript="1" hasCore="1" hasI18n="1"> <tag name="center" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -69,7 +69,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> <tag name="cite" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="code" hasCore="1" hasI18n="1" hasScript="1"> <tag name="code" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -54,8 +54,8 @@ You can add multiple values with commas</tooltip>
<location col="1" row="5" /> <location col="1" row="5" />
</attr> </attr>
<tqchildren> <children>
<child name="col" usage="required" /> <child name="col" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="dd" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dd" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -69,7 +69,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -81,7 +81,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dfn" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -8,9 +8,9 @@
<location col="0" row="0" /> <location col="0" row="0" />
</attr> </attr>
<tqchildren> <children>
<child name="li" /> <child name="li" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -16,7 +16,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -82,7 +82,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -8,9 +8,9 @@
<location col="0" row="0" /> <location col="0" row="0" />
</attr> </attr>
<tqchildren> <children>
<child name="dt" /> <child name="dt" />
<child name="dd" /> <child name="dd" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="dt" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dt" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="em" hasCore="1" hasI18n="1" hasScript="1"> <tag name="em" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="fieldset" hasScript="1" hasCore="1" hasI18n="1"> <tag name="fieldset" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -70,7 +70,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -39,7 +39,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -81,7 +81,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -80,7 +80,7 @@
<location col="1" row="8" colspan="3"/> <location col="1" row="8" colspan="3"/>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -145,7 +145,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -27,11 +27,11 @@
<location col="1" row="3" colspan="2"/> <location col="1" row="3" colspan="2"/>
</attr> </attr>
<tqchildren> <children>
<child name="frame" /> <child name="frame" />
<child name="frameset" /> <child name="frameset" />
<child name="noframes" /> <child name="noframes" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="base" /> <child name="base" />
<child name="link" /> <child name="link" />
<child name="meta" usage="required" /> <child name="meta" usage="required" />
@ -24,7 +24,7 @@
<child name="script" /> <child name="script" />
<child name="style" /> <child name="style" />
<child name="isindex" /> <child name="isindex" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -16,7 +16,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -58,7 +58,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
@ -77,7 +77,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -119,7 +119,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
@ -138,7 +138,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -180,7 +180,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
@ -199,7 +199,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -241,7 +241,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
@ -260,7 +260,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -302,7 +302,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
@ -321,7 +321,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -363,7 +363,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -18,10 +18,10 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="head" /> <child name="head" />
<child name="frameset" /> <child name="frameset" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -88,7 +88,7 @@
<location col="1" row="12" /> <location col="1" row="12" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -154,7 +154,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -81,7 +81,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> <tag name="kbd" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -27,7 +27,7 @@
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -69,7 +69,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -22,7 +22,7 @@
<location col="1" row="1" /> <location col="1" row="1" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -64,7 +64,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -29,7 +29,7 @@
<stoppingtag name="li" /> <stoppingtag name="li" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -95,7 +95,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -9,7 +9,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="area" /> <child name="area" />
<child name="blockquote" /> <child name="blockquote" />
@ -38,7 +38,7 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -8,9 +8,9 @@
<location col="0" row="0" /> <location col="0" row="0" />
</attr> </attr>
<tqchildren> <children>
<child name="li" /> <child name="li" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,9 +3,9 @@
<TAGS> <TAGS>
<tag name="noframes" hasCore="1" hasI18n="1" hasScript="1"> <tag name="noframes" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="body" /> <child name="body" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> <tag name="noscript" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -69,7 +69,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -136,7 +136,7 @@
<location col="3" row="7" /> <location col="3" row="7" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -203,7 +203,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -28,9 +28,9 @@
<location col="0" row="2" colspan="2" /> <location col="0" row="2" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,9 +15,9 @@
<location col="1" row="0" colspan="1" /> <location col="1" row="0" colspan="1" />
</attr> </attr>
<tqchildren> <children>
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -26,7 +26,7 @@
<stoppingtag name="dd" /> <stoppingtag name="dd" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -68,7 +68,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -17,7 +17,7 @@
<item>preserve</item> <item>preserve</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -48,6 +48,6 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -9,7 +9,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -51,7 +51,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="s" hasCore="1" hasI18n="1" hasScript="1"> <tag name="s" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> <tag name="samp" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -53,10 +53,10 @@
<stoppingtag name="select" /> <stoppingtag name="select" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="optgroup" /> <child name="optgroup" />
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="small" hasCore="1" hasI18n="1" hasScript="1"> <tag name="small" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="span" hasCore="1" hasI18n="1" hasScript="1"> <tag name="span" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="strike" hasCore="1" hasI18n="1" hasScript="1"> <tag name="strike" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -50,8 +50,8 @@
<item>preserve</item> <item>preserve</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sub" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sup" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -83,7 +83,7 @@
<tooltip>Deprecated</tooltip> <tooltip>Deprecated</tooltip>
</attr> </attr>
<tqchildren> <children>
<child name="caption" /> <child name="caption" />
<child name="col" /> <child name="col" />
<child name="colgroup" /> <child name="colgroup" />
@ -91,7 +91,7 @@
<child name="tfoot" /> <child name="tfoot" />
<child name="tbody" /> <child name="tbody" />
<child name="tr" usage="required" /> <child name="tr" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -40,9 +40,9 @@
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -115,7 +115,7 @@
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -181,7 +181,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -42,8 +42,8 @@
<textlocation col="0" row="4" colspan="1" /> <textlocation col="0" row="4" colspan="1" />
<location col="1" row="4" colspan="3" /> <location col="1" row="4" colspan="3" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -40,9 +40,9 @@
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -115,7 +115,7 @@
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -181,7 +181,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -40,9 +40,9 @@
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -7,8 +7,8 @@
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -45,9 +45,9 @@
<stoppingtag name="tfoot" /> <stoppingtag name="tfoot" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="th" /> <child name="th" />
<child name="td" usage="required" /> <child name="td" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> <tag name="tt" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -20,9 +20,9 @@
<location col="0" row="1" /> <location col="0" row="1" />
</attr> </attr>
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="var" hasCore="1" hasI18n="1" hasScript="1"> <tag name="var" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -61,7 +61,7 @@
<location col="1" row="6" /> <location col="1" row="6" />
</attr> </attr>
<attr name="tqshape" type="list"> <attr name="shape" type="list">
<text>Shape</text> <text>Shape</text>
<textlocation col="0" row="7" /> <textlocation col="0" row="7" />
<location col="1" row="7" /> <location col="1" row="7" />
@ -79,7 +79,7 @@
<location col="1" row="8" /> <location col="1" row="8" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="abbr" /> <child name="abbr" />
<child name="acronym" /> <child name="acronym" />
@ -113,7 +113,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> <tag name="abbr" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> <tag name="acronym" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="address" hasCore="1" hasI18n="1" hasScript="1"> <tag name="address" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="area" hasFocus="1" hasScript="1" hasCore="1" hasI18n="1" single="1"> <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> <text>Shape</text>
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2"/> <location col="1" row="0" colspan="2"/>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="b" hasCore="1" hasI18n="1" hasScript="1"> <tag name="b" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="bdo" hasScript="1" hasCore="1" hasI18n="1"> <tag name="bdo" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -38,6 +38,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="big" hasCore="1" hasI18n="1" hasScript="1"> <tag name="big" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -10,7 +10,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="blockquote" /> <child name="blockquote" />
<child name="del" /> <child name="del" />
@ -33,6 +33,6 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -14,7 +14,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="blockquote" /> <child name="blockquote" />
<child name="del" /> <child name="del" />
@ -37,7 +37,7 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -32,7 +32,7 @@
<tooltip>Disable the element</tooltip> <tooltip>Disable the element</tooltip>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="abbr" /> <child name="abbr" />
<child name="acronym" /> <child name="acronym" />
@ -78,6 +78,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="caption" hasCore="1" hasI18n="1" hasScript="1"> <tag name="caption" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> <tag name="cite" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="code" hasCore="1" hasI18n="1" hasScript="1"> <tag name="code" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -54,8 +54,8 @@ You can add multiple values with commas</tooltip>
<location col="1" row="5" /> <location col="1" row="5" />
</attr> </attr>
<tqchildren> <children>
<child name="col" usage="required" /> <child name="col" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="dd" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dd" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -56,6 +56,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -14,7 +14,7 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -68,6 +68,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dfn" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="div" hasScript="1" hasCore="1" hasI18n="1" scope="paragraph"> <tag name="div" hasScript="1" hasCore="1" hasI18n="1" scope="paragraph">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -57,6 +57,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,9 +2,9 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="dl" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dl" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="dt" /> <child name="dt" />
<child name="dd" /> <child name="dd" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="dt" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dt" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="em" hasCore="1" hasI18n="1" hasScript="1"> <tag name="em" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="fieldset" hasScript="1" hasCore="1" hasI18n="1"> <tag name="fieldset" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -58,7 +58,7 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -68,7 +68,7 @@
<location col="1" row="6" colspan="3"/> <location col="1" row="6" colspan="3"/>
</attr> </attr>
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="blockquote" /> <child name="blockquote" />
<child name="del" /> <child name="del" />
@ -90,6 +90,6 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="base" /> <child name="base" />
<child name="link" /> <child name="link" />
<child name="meta" usage="required" /> <child name="meta" usage="required" />
@ -23,7 +23,7 @@
<child name="title" usage="required" /> <child name="title" usage="required" />
<child name="script" /> <child name="script" />
<child name="style" /> <child name="style" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="h1" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h1" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -38,12 +38,12 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h2" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h2" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -78,12 +78,12 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h3" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h3" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -118,12 +118,12 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h4" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h4" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -158,12 +158,12 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h5" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h5" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -198,12 +198,12 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h6" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h6" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -238,7 +238,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -18,10 +18,10 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="head" /> <child name="head" />
<child name="body" /> <child name="body" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -14,7 +14,7 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -68,6 +68,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> <tag name="kbd" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -26,7 +26,7 @@
<textlocation col="0" row="3" /> <textlocation col="0" row="3" />
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -61,6 +61,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -9,7 +9,7 @@
<location col="3" row="0" colspan="1" /> <location col="3" row="0" colspan="1" />
<tooltip>Shortcut</tooltip> <tooltip>Shortcut</tooltip>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -44,6 +44,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -6,7 +6,7 @@
<stoppingtags> <stoppingtags>
<stoppingtag name="li" /> <stoppingtag name="li" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -60,6 +60,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -9,7 +9,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="area" /> <child name="area" />
<child name="blockquote" /> <child name="blockquote" />
@ -33,7 +33,7 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> <tag name="noscript" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="blockquote" /> <child name="blockquote" />
<child name="del" /> <child name="del" />
@ -26,6 +26,6 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -102,7 +102,7 @@
<location col="1" row="12" /> <location col="1" row="12" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -157,7 +157,7 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,9 +3,9 @@
<TAGS> <TAGS>
<tag name="ol" hasScript="1" hasCore="1" hasI18n="1"> <tag name="ol" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,9 +15,9 @@
<location col="1" row="0" colspan="1" /> <location col="1" row="0" colspan="1" />
</attr> </attr>
<tqchildren> <children>
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -13,7 +13,7 @@
<stoppingtag name="dd" /> <stoppingtag name="dd" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -48,7 +48,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,7 +11,7 @@
<item>preserve</item> <item>preserve</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -40,6 +40,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -8,7 +8,7 @@
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -43,6 +43,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> <tag name="samp" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -53,10 +53,10 @@
<stoppingtag name="select" /> <stoppingtag name="select" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="optgroup" /> <child name="optgroup" />
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="small" hasCore="1" hasI18n="1" hasScript="1"> <tag name="small" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="span" hasCore="1" hasI18n="1" hasScript="1"> <tag name="span" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -50,8 +50,8 @@
<item>preserve</item> <item>preserve</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sub" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sup" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -65,7 +65,7 @@
<location col="1" row="4" colspan="3"/> <location col="1" row="4" colspan="3"/>
</attr> </attr>
<tqchildren> <children>
<child name="caption" /> <child name="caption" />
<child name="col" /> <child name="col" />
<child name="colgroup" /> <child name="colgroup" />
@ -73,7 +73,7 @@
<child name="tfoot" /> <child name="tfoot" />
<child name="tbody" /> <child name="tbody" />
<child name="tr" usage="required" /> <child name="tr" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -40,9 +40,9 @@
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -88,7 +88,7 @@
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -142,6 +142,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -42,8 +42,8 @@
<textlocation col="0" row="4" colspan="1" /> <textlocation col="0" row="4" colspan="1" />
<location col="1" row="4" colspan="3" /> <location col="1" row="4" colspan="3" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -40,9 +40,9 @@
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -88,7 +88,7 @@
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -142,7 +142,7 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -40,9 +40,9 @@
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -7,8 +7,8 @@
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -45,9 +45,9 @@
<stoppingtag name="tfoot" /> <stoppingtag name="tfoot" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="th" /> <child name="th" />
<child name="td" usage="required" /> <child name="td" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> <tag name="tt" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,9 +3,9 @@
<TAGS> <TAGS>
<tag name="ul" hasScript="1" hasCore="1" hasI18n="1"> <tag name="ul" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="var" hasCore="1" hasI18n="1" hasScript="1"> <tag name="var" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -61,7 +61,7 @@
<location col="1" row="6" /> <location col="1" row="6" />
</attr> </attr>
<attr name="tqshape" type="list"> <attr name="shape" type="list">
<text>Shape</text> <text>Shape</text>
<textlocation col="0" row="7" /> <textlocation col="0" row="7" />
<location col="1" row="7" /> <location col="1" row="7" />
@ -85,7 +85,7 @@
<location col="1" row="9" colspan="2" /> <location col="1" row="9" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="abbr" /> <child name="abbr" />
<child name="applet" /> <child name="applet" />
@ -126,7 +126,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> <tag name="abbr" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> <tag name="acronym" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="address" hasCore="1" hasI18n="1" hasScript="1"> <tag name="address" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,6 +45,6 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -73,7 +73,7 @@
<location col="1" row="9" /> <location col="1" row="9" />
</attr> </attr>
<tqchildren> <children>
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
<child name="acronym" /> <child name="acronym" />
@ -139,7 +139,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="area" hasFocus="1" hasScript="1" hasCore="1" hasI18n="1" single="1"> <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> <text>Shape</text>
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2"/> <location col="1" row="0" colspan="2"/>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="b" hasCore="1" hasI18n="1" hasScript="1"> <tag name="b" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="bdo" hasScript="1" hasCore="1" hasI18n="1"> <tag name="bdo" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="big" hasCore="1" hasI18n="1" hasScript="1"> <tag name="big" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -10,7 +10,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -76,7 +76,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -56,7 +56,7 @@
<location col="1" row="7" colspan="2" /> <location col="1" row="7" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -122,7 +122,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -32,7 +32,7 @@
<tooltip>Disable the element</tooltip> <tooltip>Disable the element</tooltip>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="abbr" /> <child name="abbr" />
<child name="acronym" /> <child name="acronym" />
@ -88,6 +88,6 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -57,7 +57,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="center" hasScript="1" hasCore="1" hasI18n="1"> <tag name="center" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -69,7 +69,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> <tag name="cite" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="code" hasCore="1" hasI18n="1" hasScript="1"> <tag name="code" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -54,8 +54,8 @@ You can add multiple values with commas</tooltip>
<location col="1" row="5" /> <location col="1" row="5" />
</attr> </attr>
<tqchildren> <children>
<child name="col" usage="required" /> <child name="col" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="dd" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dd" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -69,7 +69,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -81,7 +81,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dfn" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -8,9 +8,9 @@
<location col="0" row="0" /> <location col="0" row="0" />
</attr> </attr>
<tqchildren> <children>
<child name="li" /> <child name="li" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -16,7 +16,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -82,7 +82,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -8,9 +8,9 @@
<location col="0" row="0" /> <location col="0" row="0" />
</attr> </attr>
<tqchildren> <children>
<child name="dt" /> <child name="dt" />
<child name="dd" /> <child name="dd" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="dt" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dt" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="em" hasCore="1" hasI18n="1" hasScript="1"> <tag name="em" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="fieldset" hasScript="1" hasCore="1" hasI18n="1"> <tag name="fieldset" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -70,7 +70,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -39,7 +39,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -81,7 +81,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -80,7 +80,7 @@
<location col="1" row="8" colspan="3"/> <location col="1" row="8" colspan="3"/>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -145,7 +145,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="base" /> <child name="base" />
<child name="link" /> <child name="link" />
<child name="meta" usage="required" /> <child name="meta" usage="required" />
@ -24,7 +24,7 @@
<child name="script" /> <child name="script" />
<child name="style" /> <child name="style" />
<child name="isindex" /> <child name="isindex" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -16,7 +16,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -58,7 +58,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
@ -77,7 +77,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -119,7 +119,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
@ -138,7 +138,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -180,7 +180,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
@ -199,7 +199,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -241,7 +241,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
@ -260,7 +260,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -302,7 +302,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
@ -321,7 +321,7 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -363,7 +363,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -18,10 +18,10 @@
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="head" /> <child name="head" />
<child name="body" /> <child name="body" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -88,7 +88,7 @@
<location col="1" row="12" /> <location col="1" row="12" />
</attr> </attr>
<tqchildren> <children>
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
<child name="acronym" /> <child name="acronym" />
@ -153,7 +153,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -81,7 +81,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> <tag name="kbd" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -27,7 +27,7 @@
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -69,7 +69,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -22,7 +22,7 @@
<location col="1" row="1" /> <location col="1" row="1" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -64,7 +64,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -29,7 +29,7 @@
<stoppingtag name="li" /> <stoppingtag name="li" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -95,7 +95,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -9,7 +9,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="area" /> <child name="area" />
<child name="blockquote" /> <child name="blockquote" />
@ -38,7 +38,7 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -8,9 +8,9 @@
<location col="0" row="0" /> <location col="0" row="0" />
</attr> </attr>
<tqchildren> <children>
<child name="li" /> <child name="li" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="noframes" hasCore="1" hasI18n="1" hasScript="1"> <tag name="noframes" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
<child name="acronym" /> <child name="acronym" />
@ -68,7 +68,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> <tag name="noscript" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -69,7 +69,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -136,7 +136,7 @@
<location col="3" row="7" /> <location col="3" row="7" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -203,7 +203,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -28,9 +28,9 @@
<location col="0" row="2" colspan="2" /> <location col="0" row="2" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,9 +15,9 @@
<location col="1" row="0" colspan="1" /> <location col="1" row="0" colspan="1" />
</attr> </attr>
<tqchildren> <children>
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -26,7 +26,7 @@
<stoppingtag name="dd" /> <stoppingtag name="dd" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -68,7 +68,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -17,7 +17,7 @@
<item>preserve</item> <item>preserve</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -48,6 +48,6 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -9,7 +9,7 @@
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -51,7 +51,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="s" hasCore="1" hasI18n="1" hasScript="1"> <tag name="s" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
<child name="applet" /> <child name="applet" />
@ -44,7 +44,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> <tag name="samp" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -53,10 +53,10 @@
<stoppingtag name="select" /> <stoppingtag name="select" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="optgroup" /> <child name="optgroup" />
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="small" hasCore="1" hasI18n="1" hasScript="1"> <tag name="small" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="span" hasCore="1" hasI18n="1" hasScript="1"> <tag name="span" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="strike" hasCore="1" hasI18n="1" hasScript="1"> <tag name="strike" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
<child name="applet" /> <child name="applet" />
@ -44,7 +44,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -50,8 +50,8 @@
<item>preserve</item> <item>preserve</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sub" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sup" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -83,7 +83,7 @@
<tooltip>Deprecated</tooltip> <tooltip>Deprecated</tooltip>
</attr> </attr>
<tqchildren> <children>
<child name="caption" /> <child name="caption" />
<child name="col" /> <child name="col" />
<child name="colgroup" /> <child name="colgroup" />
@ -91,7 +91,7 @@
<child name="tfoot" /> <child name="tfoot" />
<child name="tbody" /> <child name="tbody" />
<child name="tr" usage="required" /> <child name="tr" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -40,9 +40,9 @@
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -115,7 +115,7 @@
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -181,7 +181,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -42,8 +42,8 @@
<textlocation col="0" row="4" colspan="1" /> <textlocation col="0" row="4" colspan="1" />
<location col="1" row="4" colspan="3" /> <location col="1" row="4" colspan="3" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -40,9 +40,9 @@
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -115,7 +115,7 @@
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -181,7 +181,7 @@
<child name="u" /> <child name="u" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -40,9 +40,9 @@
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -7,8 +7,8 @@
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -45,9 +45,9 @@
<stoppingtag name="tfoot" /> <stoppingtag name="tfoot" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="th" /> <child name="th" />
<child name="td" usage="required" /> <child name="td" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> <tag name="tt" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="u" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -20,9 +20,9 @@
<location col="0" row="1" /> <location col="0" row="1" />
</attr> </attr>
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="var" hasCore="1" hasI18n="1" hasScript="1"> <tag name="var" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -45,7 +45,7 @@
<child name="tt" /> <child name="tt" />
<child name="u" /> <child name="u" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -59,7 +59,7 @@
<attr name="charset" type="input" /> <attr name="charset" type="input" />
<attr name="accesskey" type="input" /> <attr name="accesskey" type="input" />
<attr name="tabindex" type="input" /> <attr name="tabindex" type="input" />
<attr name="tqshape" type="list"> <attr name="shape" type="list">
<items> <items>
<item>rect</item> <item>rect</item>
<item>circle</item> <item>circle</item>
@ -69,7 +69,7 @@
</attr> </attr>
<attr name="coords" type="input" /> <attr name="coords" type="input" />
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="abbr" /> <child name="abbr" />
<child name="acronym" /> <child name="acronym" />
@ -103,6 +103,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="abbr" hasCore="1" hasI18n="1" hasScript="1"> <tag name="abbr" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="acronym" hasCore="1" hasI18n="1" hasScript="1"> <tag name="acronym" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="address" hasCore="1" hasI18n="1" hasScript="1"> <tag name="address" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -63,7 +63,7 @@
<location col="3" row="9" colspan="1" /> <location col="3" row="9" colspan="1" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -117,7 +117,7 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,8 +3,8 @@
<TAGS> <TAGS>
<tag name="area" hasFocus="1" hasScript="1" hasCore="1" hasI18n="1" single="1"> <tag name="area" hasFocus="1" hasScript="1" hasCore="1" hasI18n="1" single="1">
<attr name="tqshape" type="list"> <attr name="shape" type="list">
<text>tqshape</text> <text>shape</text>
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2"/> <location col="1" row="0" colspan="2"/>
<items> <items>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="b" hasCore="1" hasI18n="1" hasScript="1"> <tag name="b" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -13,7 +13,7 @@
<item>rtl</item> <item>rtl</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -48,6 +48,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="big" hasCore="1" hasI18n="1" hasScript="1"> <tag name="big" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -8,7 +8,7 @@
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="blockquote" /> <child name="blockquote" />
<child name="del" /> <child name="del" />
@ -31,6 +31,6 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -14,7 +14,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="blockquote" /> <child name="blockquote" />
<child name="del" /> <child name="del" />
@ -37,6 +37,6 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
<attr name="disabled" type="check" /> <attr name="disabled" type="check" />
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="abbr" /> <child name="abbr" />
<child name="acronym" /> <child name="acronym" />
@ -61,6 +61,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="caption" hasCore="1" hasI18n="1" hasScript="1"> <tag name="caption" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="cite" hasCore="1" hasI18n="1" hasScript="1"> <tag name="cite" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="code" hasCore="1" hasI18n="1" hasScript="1"> <tag name="code" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -45,14 +45,14 @@ You can add multiple values with commas</tooltip>
<attr name="char" type="input"> <attr name="char" type="input">
<text>char</text> <text>char</text>
<textlocation col="0" row="4" /> <textlocation col="0" row="4" />
<tooltip>tqalignment character for cells</tooltip> <tooltip>alignment character for cells</tooltip>
<location col="1" row="4" /> <location col="1" row="4" />
</attr> </attr>
<attr name="charoff" type="input"> <attr name="charoff" type="input">
<text>charoff</text> <text>charoff</text>
<textlocation col="0" row="5" /> <textlocation col="0" row="5" />
<tooltip>tqalignment character offset</tooltip> <tooltip>alignment character offset</tooltip>
<location col="1" row="5" /> <location col="1" row="5" />
</attr> </attr>

@ -45,19 +45,19 @@ You can add multiple values with commas</tooltip>
<attr name="char" type="input"> <attr name="char" type="input">
<text>char</text> <text>char</text>
<textlocation col="0" row="4" /> <textlocation col="0" row="4" />
<tooltip>tqalignment character for cells</tooltip> <tooltip>alignment character for cells</tooltip>
<location col="1" row="4" /> <location col="1" row="4" />
</attr> </attr>
<attr name="charoff" type="input"> <attr name="charoff" type="input">
<text>charoff</text> <text>charoff</text>
<textlocation col="0" row="5" /> <textlocation col="0" row="5" />
<tooltip>tqalignment character offset</tooltip> <tooltip>alignment character offset</tooltip>
<location col="1" row="5" /> <location col="1" row="5" />
</attr> </attr>
<tqchildren> <children>
<child name="col" usage="required" /> <child name="col" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="dd" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dd" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -56,6 +56,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -14,7 +14,7 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -68,6 +68,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="dfn" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dfn" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="div" hasScript="1" hasCore="1" hasI18n="1" scope="paragraph"> <tag name="div" hasScript="1" hasCore="1" hasI18n="1" scope="paragraph">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -56,6 +56,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,9 +2,9 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="dl" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dl" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="dt" /> <child name="dt" />
<child name="dd" /> <child name="dd" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="dt" hasCore="1" hasI18n="1" hasScript="1"> <tag name="dt" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="em" hasCore="1" hasI18n="1" hasScript="1"> <tag name="em" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="fieldset" hasScript="1" hasCore="1"> <tag name="fieldset" hasScript="1" hasCore="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -59,7 +59,7 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -57,7 +57,7 @@
<location col="3" row="6"/> <location col="3" row="6"/>
</attr> </attr>
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="blockquote" /> <child name="blockquote" />
<child name="del" /> <child name="del" />
@ -79,6 +79,6 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,7 +15,7 @@
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="base" /> <child name="base" />
<child name="link" /> <child name="link" />
<child name="meta" usage="required" /> <child name="meta" usage="required" />
@ -23,7 +23,7 @@
<child name="title" usage="required" /> <child name="title" usage="required" />
<child name="script" /> <child name="script" />
<child name="style" /> <child name="style" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="h1" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h1" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -38,11 +38,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h2" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h2" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -77,11 +77,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h3" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h3" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -116,11 +116,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h4" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h4" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -155,11 +155,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h5" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h5" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -194,11 +194,11 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
<tag name="h6" hasScript="1" hasCore="1" hasI18n="1"> <tag name="h6" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -233,7 +233,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -16,10 +16,10 @@
<items><item>http://www.w3.org/1999/xhtml</item></items> <items><item>http://www.w3.org/1999/xhtml</item></items>
</attr> </attr>
<tqchildren> <children>
<child name="body" /> <child name="body" />
<child name="head" /> <child name="head" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="i" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -14,7 +14,7 @@
<textlocation col="0" row="1" /> <textlocation col="0" row="1" />
<location col="1" row="1" colspan="2" /> <location col="1" row="1" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -68,6 +68,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="kbd" hasCore="1" hasI18n="1" hasScript="1"> <tag name="kbd" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -26,7 +26,7 @@
<textlocation col="0" row="3" /> <textlocation col="0" row="3" />
<location col="1" row="3" /> <location col="1" row="3" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -61,6 +61,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -9,7 +9,7 @@
<location col="3" row="0" colspan="1" /> <location col="3" row="0" colspan="1" />
<tooltip>Shortcut</tooltip> <tooltip>Shortcut</tooltip>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -44,6 +44,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -6,7 +6,7 @@
<stoppingtags> <stoppingtags>
<stoppingtag name="li" /> <stoppingtag name="li" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -60,6 +60,6 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="map" hasCore="1" hasI18n="1" hasScript="1"> <tag name="map" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="area" /> <child name="area" />
<child name="blockquote" /> <child name="blockquote" />
@ -27,7 +27,7 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,7 +3,7 @@
<TAGS> <TAGS>
<tag name="noscript" hasCore="1" hasI18n="1" hasScript="1"> <tag name="noscript" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="address" /> <child name="address" />
<child name="blockquote" /> <child name="blockquote" />
<child name="del" /> <child name="del" />
@ -26,6 +26,6 @@
<child name="script" /> <child name="script" />
<child name="table" /> <child name="table" />
<child name="ul" /> <child name="ul" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -121,7 +121,7 @@
<location col="3" row="15" colspan="1" /> <location col="3" row="15" colspan="1" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -175,7 +175,7 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,9 +3,9 @@
<TAGS> <TAGS>
<tag name="ol" hasScript="1" hasCore="1" hasI18n="1"> <tag name="ol" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -15,9 +15,9 @@
<location col="1" row="1" colspan="1" /> <location col="1" row="1" colspan="1" />
</attr> </attr>
<tqchildren> <children>
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -13,7 +13,7 @@
<stoppingtag name="dd" /> <stoppingtag name="dd" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -48,7 +48,7 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -11,7 +11,7 @@
<item>preserve</item> <item>preserve</item>
</items> </items>
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -40,6 +40,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -8,7 +8,7 @@
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -43,6 +43,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,8 +2,8 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="rbc" hasCore="1" hasI18n="1" hasScript="1"> <tag name="rbc" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="rb" /> <child name="rb" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,8 +2,8 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="rtc" hasCore="1" hasI18n="1" hasScript="1"> <tag name="rtc" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="rt" /> <child name="rt" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,12 +2,12 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="ruby" hasCore="1" hasI18n="1" hasScript="1"> <tag name="ruby" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="rb" /> <child name="rb" />
<child name="rt" /> <child name="rt" />
<child name="rp" /> <child name="rp" />
<child name="rtc" /> <child name="rtc" />
<child name="rbc" /> <child name="rbc" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="samp" hasCore="1" hasI18n="1" hasScript="1"> <tag name="samp" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -47,9 +47,9 @@
<stoppingtag name="select" /> <stoppingtag name="select" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="optgroup" /> <child name="optgroup" />
<child name="option" /> <child name="option" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="small" hasCore="1" hasI18n="1" hasScript="1"> <tag name="small" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="span" hasCore="1" hasI18n="1" hasScript="1"> <tag name="span" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word"> <tag name="strong" hasCore="1" hasI18n="1" hasScript="1" scope="word">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -53,8 +53,8 @@
<textlocation col="0" row="5" /> <textlocation col="0" row="5" />
<location col="1" row="5" colspan="2" /> <location col="1" row="5" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="sub" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sub" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="sup" hasCore="1" hasI18n="1" hasScript="1"> <tag name="sup" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -65,7 +65,7 @@
<location col="1" row="5" colspan="2"/> <location col="1" row="5" colspan="2"/>
</attr> </attr>
<tqchildren> <children>
<child name="caption" /> <child name="caption" />
<child name="col" /> <child name="col" />
<child name="colgroup" /> <child name="colgroup" />
@ -73,7 +73,7 @@
<child name="tfoot" /> <child name="tfoot" />
<child name="tbody" /> <child name="tbody" />
<child name="tr" usage="required" /> <child name="tr" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -31,9 +31,9 @@
<attr name="char" type="input" /> <attr name="char" type="input" />
<attr name="charoff" type="input" /> <attr name="charoff" type="input" />
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -72,7 +72,7 @@
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -126,7 +126,7 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -36,8 +36,8 @@
<textlocation col="2" row="5" colspan="1" /> <textlocation col="2" row="5" colspan="1" />
<location col="3" row="5" colspan="1" /> <location col="3" row="5" colspan="1" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -31,8 +31,8 @@
<attr name="char" type="input" /> <attr name="char" type="input" />
<attr name="charoff" type="input" /> <attr name="charoff" type="input" />
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -72,7 +72,7 @@
<stoppingtag name="th" /> <stoppingtag name="th" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -126,7 +126,7 @@
<child name="tt" /> <child name="tt" />
<child name="ul" /> <child name="ul" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -31,8 +31,8 @@
<attr name="char" type="input" /> <attr name="char" type="input" />
<attr name="charoff" type="input" /> <attr name="charoff" type="input" />
<tqchildren> <children>
<child name="tr" /> <child name="tr" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -7,8 +7,8 @@
<textlocation col="0" row="0" /> <textlocation col="0" row="0" />
<location col="1" row="0" colspan="2" /> <location col="1" row="0" colspan="2" />
</attr> </attr>
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -36,9 +36,9 @@
<stoppingtag name="tfoot" /> <stoppingtag name="tfoot" />
</stoppingtags> </stoppingtags>
<tqchildren> <children>
<child name="th" /> <child name="th" />
<child name="td" /> <child name="td" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="tt" hasCore="1" hasI18n="1" hasScript="1"> <tag name="tt" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -3,9 +3,9 @@
<TAGS> <TAGS>
<tag name="ul" hasScript="1" hasCore="1" hasI18n="1"> <tag name="ul" hasScript="1" hasCore="1" hasI18n="1">
<tqchildren> <children>
<child name="li" usage="required" /> <child name="li" usage="required" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -2,7 +2,7 @@
<!DOCTYPE TAGS> <!DOCTYPE TAGS>
<TAGS> <TAGS>
<tag name="var" hasCore="1" hasI18n="1" hasScript="1"> <tag name="var" hasCore="1" hasI18n="1" hasScript="1">
<tqchildren> <children>
<child name="#text" /> <child name="#text" />
<child name="a" /> <child name="a" />
<child name="abbr" /> <child name="abbr" />
@ -37,6 +37,6 @@
<child name="textarea" /> <child name="textarea" />
<child name="tt" /> <child name="tt" />
<child name="var" /> <child name="var" />
</tqchildren> </children>
</tag> </tag>
</TAGS> </TAGS>

@ -271,7 +271,7 @@ Programming &kmyapplication; plugins is a joy to behold. Just read through the n
should consult the docbook reference for further details. The example below was should consult the docbook reference for further details. The example below was
taken from that reference and shortened a bit for readability. --> taken from that reference and shortened a bit for readability. -->
<refentry id="re-1007-unmanagetqchildren-1"> <refentry id="re-1007-unmanagechildren-1">
<refmeta> <refmeta>
<refentrytitle>XtUnmanageChildren</refentrytitle> <refentrytitle>XtUnmanageChildren</refentrytitle>
<refmiscinfo>Xt - Geometry Management</refmiscinfo> <refmiscinfo>Xt - Geometry Management</refmiscinfo>
@ -279,10 +279,10 @@ taken from that reference and shortened a bit for readability. -->
<refnamediv> <refnamediv>
<refname>XtUnmanageChildren <refname>XtUnmanageChildren
</refname> </refname>
<refpurpose>remove a list of tqchildren from a tqparent widget's managed <refpurpose>remove a list of children from a parent widget's managed
list. list.
<indexterm id="ix-1007-unmanagetqchildren-1"><primary>widgets</primary><secondary>removing</secondary></indexterm> <indexterm id="ix-1007-unmanagechildren-1"><primary>widgets</primary><secondary>removing</secondary></indexterm>
<indexterm id="ix-1007-unmanagetqchildren-2"><primary>XtUnmanageChildren</primary></indexterm> <indexterm id="ix-1007-unmanagechildren-2"><primary>XtUnmanageChildren</primary></indexterm>
</refpurpose> </refpurpose>
</refnamediv> </refnamediv>
@ -291,16 +291,16 @@ list.
<date>4 March 1996</date> <date>4 March 1996</date>
</refsynopsisdivinfo> </refsynopsisdivinfo>
<synopsis> <synopsis>
void XtUnmanageChildren(<replaceable class="parameter">tqchildren</replaceable>, <replaceable class="parameter">num_tqchildren</replaceable>) void XtUnmanageChildren(<replaceable class="parameter">children</replaceable>, <replaceable class="parameter">num_children</replaceable>)
WidgetList <replaceable class="parameter">tqchildren</replaceable>; WidgetList <replaceable class="parameter">children</replaceable>;
Cardinal <replaceable class="parameter">num_tqchildren</replaceable>; Cardinal <replaceable class="parameter">num_children</replaceable>;
</synopsis> </synopsis>
<refsect2 id="r2-1007-unmanagetqchildren-1"> <refsect2 id="r2-1007-unmanagechildren-1">
<title>Inputs</title> <title>Inputs</title>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><replaceable class="parameter">tqchildren</replaceable> <term><replaceable class="parameter">children</replaceable>
</term> </term>
<listitem> <listitem>
<para>Specifies an array of child widgets. Each child must be of <para>Specifies an array of child widgets. Each child must be of
@ -309,40 +309,40 @@ class RectObj or any subclass thereof.
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><replaceable class="parameter">num_tqchildren</replaceable> <term><replaceable class="parameter">num_children</replaceable>
</term> </term>
<listitem> <listitem>
<para>Specifies the number of elements in <replaceable class="parameter">tqchildren</replaceable>. <para>Specifies the number of elements in <replaceable class="parameter">children</replaceable>.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</refsect2></refsynopsisdiv> </refsect2></refsynopsisdiv>
<refsect1 id="r1-1007-unmanagetqchildren-1"> <refsect1 id="r1-1007-unmanagechildren-1">
<title>Description <title>Description
</title> </title>
<para><function>XtUnmanageChildren()</function> unmaps the specified widgets <para><function>XtUnmanageChildren()</function> unmaps the specified widgets
and removes them from their tqparent's tqgeometry management. and removes them from their parent's geometry management.
The widgets will disappear from the screen, and (depending The widgets will disappear from the screen, and (depending
on its tqparent) may no longer have screen space allocated for on its parent) may no longer have screen space allocated for
them. them.
</para> </para>
<para>Each of the widgets in the <replaceable class="parameter">tqchildren</replaceable> array must have <para>Each of the widgets in the <replaceable class="parameter">children</replaceable> array must have
the same tqparent. the same parent.
</para> </para>
<para>See the &ldquo;Algorithm&rdquo; section below for full details of the <para>See the &ldquo;Algorithm&rdquo; section below for full details of the
widget unmanagement procedure. widget unmanagement procedure.
</para> </para>
</refsect1> </refsect1>
<refsect1 id="r1-1007-unmanagetqchildren-2"> <refsect1 id="r1-1007-unmanagechildren-2">
<title>Usage</title> <title>Usage</title>
<para>Unmanaging widgets is the usual method for temporarily <para>Unmanaging widgets is the usual method for temporarily
making them invisible. They can be re-managed with making them invisible. They can be re-managed with
<function>XtManageChildren()</function>. <function>XtManageChildren()</function>.
</para> </para>
<para>You can unmap a widget, but leave it under tqgeometry <para>You can unmap a widget, but leave it under geometry
management by calling <function>XtUnmapWidget()</function>. You can management by calling <function>XtUnmapWidget()</function>. You can
destroy a widget's window without destroying the widget by destroy a widget's window without destroying the widget by
calling <function>XtUnrealizeWidget()</function>. You can destroy a calling <function>XtUnrealizeWidget()</function>. You can destroy a
@ -354,12 +354,12 @@ often more convenient to call <function>XtUnmanageChild()</function>
several times than it is to declare and initialize an array several times than it is to declare and initialize an array
of widgets to pass to <function>XtUnmanageChildren()</function>. Calling of widgets to pass to <function>XtUnmanageChildren()</function>. Calling
<function>XtUnmanageChildren()</function> is more efficient, however, <function>XtUnmanageChildren()</function> is more efficient, however,
because it only calls the tqparent's <function>change_managed()</function> because it only calls the parent's <function>change_managed()</function>
method once. method once.
</para> </para>
</refsect1> </refsect1>
<refsect1 id="r1-1007-unmanagetqchildren-3"> <refsect1 id="r1-1007-unmanagechildren-3">
<title>Algorithm <title>Algorithm
</title> </title>
<para><function>XtUnmanageChildren()</function> performs the following: <para><function>XtUnmanageChildren()</function> performs the following:
@ -388,11 +388,11 @@ by unmapping it.
</para> </para>
</refsect1> </refsect1>
<refsect1 id="r1-1007-unmanagetqchildren-4"> <refsect1 id="r1-1007-unmanagechildren-4">
<title>Structures</title> <title>Structures</title>
<para>The <type>WidgetList</type> type is simply an array of widgets: <para>The <type>WidgetList</type> type is simply an array of widgets:
</para> </para>
<screen id="sc-1007-unmanagetqchildren-1">typedef Widget *WidgetList; <screen id="sc-1007-unmanagechildren-1">typedef Widget *WidgetList;
</screen> </screen>
</refsect1> </refsect1>
</refentry> </refentry>

@ -182,7 +182,7 @@ if (typeof ol_background == 'undefined') { var ol_background = ""; }
// Normal is "Close". // Normal is "Close".
if (typeof ol_close == 'undefined') { var ol_close = "Close"; } if (typeof ol_close == 'undefined') { var ol_close = "Close"; }
// Default vertical tqalignment for popups. // Default vertical alignment for popups.
// It's best to leave RIGHT here. Other options are LEFT and CENTER. // It's best to leave RIGHT here. Other options are LEFT and CENTER.
if (typeof ol_hpos == 'undefined') { var ol_hpos = RIGHT; } if (typeof ol_hpos == 'undefined') { var ol_hpos = RIGHT; }
@ -196,11 +196,11 @@ if (typeof ol_autostatus == 'undefined') { var ol_autostatus = 0; }
// Default height for popup. Often best left alone. // Default height for popup. Often best left alone.
if (typeof ol_height == 'undefined') { var ol_height = -1; } if (typeof ol_height == 'undefined') { var ol_height = -1; }
//Qt::Horizontal grid spacing that popups will snap to. // Horizontal grid spacing that popups will snap to.
// 0 makes no grid, anything else will cause a snap to that grid spacing. // 0 makes no grid, anything else will cause a snap to that grid spacing.
if (typeof ol_snapx == 'undefined') { var ol_snapx = 0; } if (typeof ol_snapx == 'undefined') { var ol_snapx = 0; }
//Qt::Vertical grid spacing that popups will snap to. // Vertical grid spacing that popups will snap to.
// 0 makes no grid, andthing else will cause a snap to that grid spacing. // 0 makes no grid, andthing else will cause a snap to that grid spacing.
if (typeof ol_snapy == 'undefined') { var ol_snapy = 0; } if (typeof ol_snapy == 'undefined') { var ol_snapy = 0; }

@ -201,7 +201,7 @@ Just go to <b>Settings > Configure Shortcuts</b>.
<tip category="Project"> <tip category="Project">
<html> <html>
<p>...that you can set the <b>Upload tqStatus</b> of files and folders in the project tree? Right click on a project file or folder and select <i>Upload tqStatus</i> and set the appropriate actions. This enables you to set a project root below the document root and prevent support files from uploading while requiring confirmation on sensitive data files. <p>...that you can set the <b>Upload Status</b> of files and folders in the project tree? Right click on a project file or folder and select <i>Upload Status</i> and set the appropriate actions. This enables you to set a project root below the document root and prevent support files from uploading while requiring confirmation on sensitive data files.
</p> </p>
</html> </html>
</tip> </tip>
@ -278,7 +278,7 @@ Just go to <b>Settings > Configure Shortcuts</b>.
<tip category="Application"> <tip category="Application">
<html> <html>
<p>...that you can visually check the status of your links from within Quanta? <b>Select KLinktqStatus from the Plugins menu</b> and Quanta will load a visual link checker. <p>...that you can visually check the status of your links from within Quanta? <b>Select KLinkStatus from the Plugins menu</b> and Quanta will load a visual link checker.
</p> </p>
</html> </html>
</tip> </tip>

Loading…
Cancel
Save