<!--

	languages.xml:  This file contains information about the languages that
	Sense:X understands.  This format is subject to change, but feel
	free to edit this file to add or remove tags/language sets.  Note that the
	installer will overwrite any changes you make with the latest version of
	this file.  

-->

<language-info>


<language name="wml" case-sensitive="yes">

<tag name="wml">
 <attribute-set>
  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 <tag name="card">
 <attribute-set>
  <attribute name="title"/>
  <attribute name="newcontext"/>
  <attribute name="ordered"/>
  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 <tag name="do">
 <attribute-set>
 <attribute name="type" required="yes"/>
 <attribute name="label"/>
 <attribute name="name"/>
 <attribute name="optional"/>
 <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 
<tag name="onevent">
 <attribute-set>
 <attribute name="type" required="yes"/>
 </attribute-set>
 </tag>
<tag name="head"/>

<tag name="template"/>

<tag name="access">
 <attribute-set>
 <attribute name="domain"/>
 <attribute name="path"/>
 </attribute-set>
 </tag>
 
 <tag name="meta">
 <attribute-set>
        <attribute name="http-equiv"/>
        <attribute name="name"/>
		  <attribute name="forua"/>
		   <attribute name="content" required="yes"/>
        <attribute name="scheme"/>
 </attribute-set>
 </tag><tag name="go">
 <attribute-set>
 <attribute name="href" required="yes"/>
  <attribute name="sendreferer"/>
   <attribute name="method"/>
	 <attribute name="enctype"/>
	  <attribute name="accept-charset"/>
 </attribute-set>
 </tag>

<tag name="prev"/>

 <tag name="refresh"/>
 
 <tag name="noop"/>
 
 <tag name="postfield">
 <attribute-set>
  <attribute name="name" required="yes"/>
   <attribute name="value" required="yes"/>
 </attribute-set>
 </tag>
 <tag name="setvar">
 <attribute-set>
  <attribute name="name" required="yes"/>
   <attribute name="value" required="yes"/>
 </attribute-set>
 </tag>
 
 <tag name="select">
 <attribute-set>
  <attribute name="title"/>
   <attribute name="name"/>
	 <attribute name="value"/>
	  <attribute name="iname"/>
	 <attribute name="ivalue"/>
	  <attribute name="multiple"/>
	   <attribute name="tabindex"/>
		 <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 
 <tag name="optgroup">
 <attribute-set>
  <attribute name="title"/>
   <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 <tag name="option">
 <attribute-set>
  <attribute name="value"/>
   <attribute name="title"/>
	 <attribute name="onpick"/>
	  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 <tag name="input">
 <attribute-set>
  <attribute name="name" required="yes"/>
   <attribute name="type"/>
	 <attribute name="value"/>
	  <attribute name="format"/>
	   <attribute name="emptyok"/>
		 <attribute name="size"/>
		  <attribute name="maxlength"/>
 <attribute name="tabindex"/>
  <attribute name="title"/>
   <attribute name="accesskey"/>
	 <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 
 <tag name="fieldset">
 <attribute-set>
  <attribute name="title"/>
   <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 <tag name="timer">
 <attribute-set>
  <attribute name="name"/>
   <attribute name="value" required="yes"/>
 </attribute-set>
 </tag>
 <tag name="img">
 <attribute-set>
  <attribute name="alt" required="yes"/>
   <attribute name="src" required="yes"/>
	 <attribute name="localsrc"/>
	  <attribute name="vspace"/>
 <attribute name="hspace"/>
  <attribute name="align"/>
   <attribute name="height"/>
	 <attribute name="width"/>
	  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 
 <tag name="anchor">
 <attribute-set>
  <attribute name="title"/>
   <attribute name="accesskey"/>
	 <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 
 <tag name="a">
 <attribute-set>
  <attribute name="href" required="yes"/>
   <attribute name="title"/>
	 <attribute name="accesskey"/>
	  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 
 <tag name="table">
 <attribute-set>
 <attribute name="title"/>
   <attribute name="align"/>
	 <attribute name="columns"/>
	  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>

 
 <tag name="tr"/>

 <tag name="td">

<attribute-set>
	  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>

 <tag name="em">
 <attribute-set>
  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 
 <tag name="strong">
 <attribute-set>
  <attribute name="xml:lang"/>
 </attribute-set>
 </tag> 
<tag name="b">
 <attribute-set>
  <attribute name="xml:lang"/>
 </attribute-set>
 </tag> 
 <tag name="i">
 <attribute-set>
  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 <tag name="u">
 <attribute-set>
  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 <tag name="big">
 <attribute-set>
  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 <tag name="small">
 <attribute-set>
  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 <tag name="p">
 <attribute-set>
  <attribute name="align"/>
  <attribute name="mode"/>
  <attribute name="xml:lang"/>
 </attribute-set>
 </tag>
 <tag name="br"/>
 
 <tag name="pre">
 <attribute-set>
  <attribute name="xml:space"/>
 </attribute-set>
 </tag>
 
</language>

  <language name="xsl" case-sensitive="yes">
    <tag name="xsl:apply-templates">
      <attribute-set>
        <attribute name="select" default="node()"/>
        <attribute name="mode"/>
      </attribute-set>
    </tag>
    <tag name="xsl:apply-imports"/>

	<tag name="xsl:debug"/>
    
	<tag name="xsl:for-each">
      <attribute-set>
        <attribute name="select" required="yes"/>
		<attribute name="xml:space"/>
      </attribute-set>
    </tag>
    <tag name="xsl:value-of">
      <attribute-set>
        <attribute name="select" required="yes"/>
		<attribute name="disable-output-escaping"/>
      </attribute-set>
    </tag>
    <tag name="xsl:number">
      <attribute-set>
        <attribute name="level" default="single"/>
        <attribute name="count"/>
        <attribute name="from"/>
		<attribute name="value"/>
		<attribute name="format" default="1"/>
		<attribute name="lang"/>
		<attribute name="letter-value"/>
		<attribute name="grouping-separator"/>
		<attribute name="grouping-size"/>
      </attribute-set>
    </tag>
    <tag name="xsl:if">
      <attribute-set>
        <attribute name="test" required="yes"/>
		<attribute name="xml:space"/>
      </attribute-set>
    </tag>
    <tag name="xsl:text">
      <attribute-set>
        <attribute name="disable-output-escaping" default="no"/>
      </attribute-set>
	</tag>
    <tag name="xsl:processing-instruction">
      <attribute-set>
        <attribute name="name" required="yes"/>
		<attribute name="xml:space"/>
      </attribute-set>
    </tag>
    <tag name="xsl:comment">
	  <attribute-set>
		<attribute name="xml:space"/>
      </attribute-set>
	</tag>
    <tag name="xsl:element">
      <attribute-set>
        <attribute name="name" required="yes"/>
		<attribute name="namespace"/>
		<attribute name="use-attribute-sets"/>
		<attribute name="xml:space"/>
      </attribute-set>
    </tag>
    <tag name="xsl:attribute">
      <attribute-set>
        <attribute name="name" required="yes"/>
		<attribute name="namespace"/>
		<attribute name="xml:space"/>
      </attribute-set>
    </tag>
	<tag name="xsl:message">
		<attribute-set>
			<attribute name="terminate" default="no"/>
			<attribute name="xml:space"/>
		</attribute-set>
	</tag>
	<tag name="xsl:fallback">
		<attribute-set>
			<attribute name="xml:space"/>
		</attribute-set>
	</tag>
    <tag name="xsl:copy">
	  <attribute-set>
  		<attribute name="use-attribute-sets"/>
		<attribute name="xml:space"/>
      </attribute-set>
	</tag>
	<tag name="xsl:copy-of">
      <attribute-set>
        <attribute name="select" required="yes"/>
      </attribute-set>
    </tag>
    <tag name="xsl:sort">
      <attribute-set>
        <attribute name="select" default="."/>
        <attribute name="lang"/>
        <attribute name="data-type" default="text"/>
        <attribute name="order" default="ascending"/>
        <attribute name="case-order"/>
      </attribute-set>
    </tag>
    <tag name="xsl:stylesheet">
      <attribute-set>
		<attribute name="extension-element-prefixes"/>
		<attribute name="exclude-result-prefixes"/>
		<attribute name="version" required="yes"/>
		<attribute name="xml:space"/>
        <attribute name="id"/>
        <attribute name="xmlns:xsl" default="http://www.w3.org/XSL/Transform"/>
      </attribute-set>
    </tag>
	<tag name="xsl:transform">
      <attribute-set>
		<attribute name="extension-element-prefixes"/>
		<attribute name="exclude-result-prefixes"/>
		<attribute name="version" required="yes"/>
		<attribute name="xml:space"/>
        <attribute name="id"/>
        <attribute name="xmlns:xsl" default="http://www.w3.org/XSL/Transform"/>
      </attribute-set>
    </tag>
    <tag name="xsl:import">
      <attribute-set>
        <attribute name="href" required="yes"/>
      </attribute-set>
    </tag>
    <tag name="xsl:include">
      <attribute-set>
        <attribute name="href" required="yes"/>
      </attribute-set>
    </tag>
    <tag name="xsl:strip-space">
      <attribute-set>
        <attribute name="elements" required="yes"/>
      </attribute-set>
    </tag>
    <tag name="xsl:preserve-space">
      <attribute-set>
        <attribute name="elements" required="yes"/>
      </attribute-set>
    </tag>
	<tag name="xsl:output">
      <attribute-set>
        <attribute name="method"/>
		<attribute name="version"/>
		<attribute name="encoding"/>
		<attribute name="omit-xml-declaration"/>
		<attribute name="standalone"/>
		<attribute name="doctype-public"/>
		<attribute name="doctype-system"/>
		<attribute name="cdata-section-elements" default=""/>
		<attribute name="indent"/>
		<attribute name="media-type"/>
      </attribute-set>
    </tag>
	<tag name="xsl:key">
      <attribute-set>
        <attribute name="name" required="yes"/>
		<attribute name="match" required="yes"/>
		<attribute name="use" required="yes"/>
      </attribute-set>
    </tag>
	<tag name="xsl:decimal-format">
      <attribute-set>
        <attribute name="name"/>
		<attribute name="decimal-separator" default="."/>
		<attribute name="grouping-separator" default=","/>
		<attribute name="infinity"/>
		<attribute name="minus-sign" default="-"/>
		<attribute name="NaN"/>
		<attribute name="percent" default="%"/>
		<attribute name="per-mille"/>
		<attribute name="zero-digit" default="0"/>
		<attribute name="digit" default="#"/>
		<attribute name="pattern-separator" default=";"/>
      </attribute-set>
    </tag>
    <tag name="xsl:attribute-set">
      <attribute-set>
        <attribute name="name" required="yes"/>
		<attribute name="use-attribute-set"/>
      </attribute-set>
    </tag>
    <tag name="xsl:template">
      <attribute-set>
        <attribute name="match"/>
		<attribute name="name"/>
        <attribute name="priority"/>
        <attribute name="mode"/>
		<attribute name="xml:space"/>
      </attribute-set>
    </tag>
    <tag name="xsl:when">
      <attribute-set>
        <attribute name="test" required="yes"/>
		<attribute name="xml:space"/>
      </attribute-set>
    </tag>
	<tag name="xsl:choose">
      <attribute-set>
		<attribute name="xml:space"/>
      </attribute-set>
    </tag>
	<tag name="xsl:otherwise">
      <attribute-set>
		<attribute name="xml:space"/>
      </attribute-set>
    </tag>
	<tag name="xsl:call-template">
      <attribute-set>
		<attribute name="name" required="yes"/>
      </attribute-set>
    </tag>
	<tag name="xsl:with-param">
      <attribute-set>
		<attribute name="name" required="yes"/>
		<attribute name="select"/>
      </attribute-set>
    </tag>
	<tag name="xsl:variable">
      <attribute-set>
		<attribute name="name" required="yes"/>
		<attribute name="select"/>
		<attribute name="expr"/>
      </attribute-set>
    </tag>
	<tag name="xsl:param">
      <attribute-set>
		<attribute name="name" required="yes"/>
		<attribute name="select"/>
		<attribute name="expr"/>
      </attribute-set>
    </tag>
	<tag name="xsl:namespace-alias">
      <attribute-set>
		<attribute name="stylesheet-prefix" required="yes"/>
		<attribute name="result-prefix" required="yes"/>
      </attribute-set>
    </tag>
  </language>

  <language name="msxsl" case-sensitive="yes">
	 <tag name="xsl:script">
      <attribute-set>
		<attribute name="language" required="no"/>
      </attribute-set>
    </tag>
	 <tag name="xsl:eval">
      <attribute-set>
		<attribute name="language" required="no"/>
      </attribute-set>
    </tag>
   </language>



  <language name="html" case-sensitive="no">
    <tag name="a">
      <attribute-set>
        <attribute name="accesskey"/>
        <attribute name="charset"/>
        <attribute name="class"/>
        <attribute name="coords"/>
        <attribute name="dir"/>
        <attribute name="href"/>
        <attribute name="hreflang"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="name"/>
        <attribute name="onblur"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onfocus"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="rel"/>
        <attribute name="rev"/>
        <attribute name="shape" default="rect"/>
        <attribute name="style"/>
        <attribute name="tabindex"/>
        <attribute name="target"/>
        <attribute name="title"/>
        <attribute name="type"/>
      </attribute-set>
    </tag>
    <tag name="abbr">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="acronym">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="address">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="applet">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="alt"/>
        <attribute name="archive"/>
        <attribute name="class"/>
        <attribute name="code"/>
        <attribute name="codebase"/>
        <attribute name="height" required="yes"/>
        <attribute name="hspace"/>
        <attribute name="id"/>
        <attribute name="name"/>
        <attribute name="object"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="vspace"/>
        <attribute name="width" required="yes"/>
      </attribute-set>
    </tag>
    <tag name="area">
      <attribute-set>
        <attribute name="accesskey"/>
        <attribute name="alt" required="yes"/>
        <attribute name="class"/>
        <attribute name="coords"/>
        <attribute name="dir"/>
        <attribute name="href"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="nohref"/>
        <attribute name="onblur"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onfocus"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="shape" default="rect"/>
        <attribute name="style"/>
        <attribute name="tabindex"/>
        <attribute name="target"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="b">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="base">
      <attribute-set>
        <attribute name="href"/>
        <attribute name="target"/>
      </attribute-set>
    </tag>
    <tag name="basefont">
      <attribute-set>
        <attribute name="color"/>
        <attribute name="face"/>
        <attribute name="id"/>
        <attribute name="size" required="yes"/>
      </attribute-set>
    </tag>
    <tag name="bdo">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir" required="yes"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="big">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="blockquote">
      <attribute-set>
        <attribute name="cite"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="body">
      <attribute-set>
        <attribute name="alink"/>
        <attribute name="background"/>
        <attribute name="bgcolor"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="link"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onload"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="onunload"/>
        <attribute name="style"/>
        <attribute name="text"/>
        <attribute name="title"/>
        <attribute name="vlink"/>
      </attribute-set>
    </tag>
    <tag name="br">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="clear" default="none"/>
        <attribute name="id"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="button">
      <attribute-set>
        <attribute name="accesskey"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="disabled"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="name"/>
        <attribute name="onblur"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onfocus"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="tabindex"/>
        <attribute name="title"/>
        <attribute name="type" default="submit"/>
        <attribute name="value"/>
      </attribute-set>
    </tag>
    <tag name="caption">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="center">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="cite">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="code">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="col">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="char"/>
        <attribute name="charoff"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="span" default="1"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="valign"/>
        <attribute name="width"/>
      </attribute-set>
    </tag>
    <tag name="colgroup">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="char"/>
        <attribute name="charoff"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="span" default="1"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="valign"/>
        <attribute name="width"/>
      </attribute-set>
    </tag>
    <tag name="dd">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="del">
      <attribute-set>
        <attribute name="cite"/>
        <attribute name="class"/>
        <attribute name="datetime"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="dfn">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="dir">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="compact"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="div">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="dl">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="compact"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="dt">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="em">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="fieldset">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="font">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="color"/>
        <attribute name="dir"/>
        <attribute name="face"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="size"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="form">
      <attribute-set>
        <attribute name="accept-charset"/>
        <attribute name="action" required="yes"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="enctype" default="application/x-www-form-urlencoded"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="method" default="get"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="onreset"/>
        <attribute name="onsubmit"/>
        <attribute name="style"/>
        <attribute name="target"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="h1">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="h2">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="h3">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="h4">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="h5">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="h6">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="head">
      <attribute-set>
        <attribute name="dir"/>
        <attribute name="lang"/>
        <attribute name="profile"/>
      </attribute-set>
    </tag>
    <tag name="hr">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="id"/>
        <attribute name="noshade"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="size"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="width"/>
      </attribute-set>
    </tag>
    <tag name="html">
      <attribute-set>
        <attribute name="dir"/>
        <attribute name="lang"/>
        <attribute name="version" default="#fixed = -//w3c//dtd html 4.0 transitional//en"/>
      </attribute-set>
    </tag>
    <tag name="i">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="iframe">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="frameborder" default="1"/>
        <attribute name="height"/>
        <attribute name="id"/>
        <attribute name="longdesc"/>
        <attribute name="marginheight"/>
        <attribute name="marginwidth"/>
        <attribute name="name"/>
        <attribute name="scrolling" default="auto"/>
        <attribute name="src"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="width"/>
      </attribute-set>
    </tag>
    <tag name="img">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="alt" required="yes"/>
        <attribute name="border"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="height"/>
        <attribute name="hspace"/>
        <attribute name="id"/>
        <attribute name="ismap"/>
        <attribute name="lang"/>
        <attribute name="longdesc"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="src" required="yes"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="usemap"/>
        <attribute name="vspace"/>
        <attribute name="width"/>
      </attribute-set>
    </tag>
    <tag name="input">
      <attribute-set>
        <attribute name="accept"/>
        <attribute name="accesskey"/>
        <attribute name="align"/>
        <attribute name="alt"/>
        <attribute name="checked"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="disabled"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="maxlength"/>
        <attribute name="name"/>
        <attribute name="onblur"/>
        <attribute name="onchange"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onfocus"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="onselect"/>
        <attribute name="readonly"/>
        <attribute name="size"/>
        <attribute name="src"/>
        <attribute name="style"/>
        <attribute name="tabindex"/>
        <attribute name="title"/>
        <attribute name="type" default="text"/>
        <attribute name="usemap"/>
        <attribute name="value"/>
      </attribute-set>
    </tag>
    <tag name="ins">
      <attribute-set>
        <attribute name="cite"/>
        <attribute name="class"/>
        <attribute name="datetime"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="isindex">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="prompt"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="kbd">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="label">
      <attribute-set>
        <attribute name="accesskey"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="for"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onblur"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onfocus"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="legend">
      <attribute-set>
        <attribute name="accesskey"/>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="li">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="type"/>
        <attribute name="value"/>
      </attribute-set>
    </tag>
    <tag name="link">
      <attribute-set>
        <attribute name="charset"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="href"/>
        <attribute name="hreflang"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="media"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="rel"/>
        <attribute name="rev"/>
        <attribute name="style"/>
        <attribute name="target"/>
        <attribute name="title"/>
        <attribute name="type"/>
      </attribute-set>
    </tag>
    <tag name="map">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="name" required="yes"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="menu">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="compact"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="meta">
      <attribute-set>
        <attribute name="content" required="yes"/>
        <attribute name="dir"/>
        <attribute name="http-equiv"/>
        <attribute name="lang"/>
        <attribute name="name"/>
        <attribute name="scheme"/>
      </attribute-set>
    </tag>
    <tag name="noframes">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="noscript">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="object">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="archive"/>
        <attribute name="border"/>
        <attribute name="class"/>
        <attribute name="classid"/>
        <attribute name="codebase"/>
        <attribute name="codetype"/>
        <attribute name="data"/>
        <attribute name="declare"/>
        <attribute name="dir"/>
        <attribute name="height"/>
        <attribute name="hspace"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="name"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="standby"/>
        <attribute name="style"/>
        <attribute name="tabindex"/>
        <attribute name="title"/>
        <attribute name="type"/>
        <attribute name="usemap"/>
        <attribute name="vspace"/>
        <attribute name="width"/>
      </attribute-set>
    </tag>
    <tag name="ol">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="compact"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="start"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="type"/>
      </attribute-set>
    </tag>
    <tag name="optgroup">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="disabled"/>
        <attribute name="id"/>
        <attribute name="label" required="yes"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="option">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="disabled"/>
        <attribute name="id"/>
        <attribute name="label"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="selected"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="value"/>
      </attribute-set>
    </tag>
    <tag name="p">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="param">
      <attribute-set>
        <attribute name="id"/>
        <attribute name="name" required="yes"/>
        <attribute name="type"/>
        <attribute name="value"/>
        <attribute name="valuetype" default="data"/>
      </attribute-set>
    </tag>
    <tag name="pre">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="width"/>
      </attribute-set>
    </tag>
    <tag name="q">
      <attribute-set>
        <attribute name="cite"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="s">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="samp">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="script">
      <attribute-set>
        <attribute name="charset"/>
        <attribute name="defer"/>
        <attribute name="event"/>
        <attribute name="for"/>
        <attribute name="language"/>
        <attribute name="src"/>
        <attribute name="type" required="yes"/>
      </attribute-set>
    </tag>
    <tag name="select">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="disabled"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="multiple"/>
        <attribute name="name"/>
        <attribute name="onblur"/>
        <attribute name="onchange"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onfocus"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="size"/>
        <attribute name="style"/>
        <attribute name="tabindex"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="small">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="span">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="strike">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="strong">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="style">
      <attribute-set>
        <attribute name="dir"/>
        <attribute name="lang"/>
        <attribute name="media"/>
        <attribute name="title"/>
        <attribute name="type" required="yes"/>
      </attribute-set>
    </tag>
    <tag name="sub">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="sup">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="table">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="bgcolor"/>
        <attribute name="border"/>
        <attribute name="cellpadding"/>
        <attribute name="cellspacing"/>
        <attribute name="class"/>
        <attribute name="datapagesize"/>
        <attribute name="dir"/>
        <attribute name="frame"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="rules"/>
        <attribute name="style"/>
        <attribute name="summary"/>
        <attribute name="title"/>
        <attribute name="width"/>
      </attribute-set>
    </tag>
    <tag name="tbody">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="char"/>
        <attribute name="charoff"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="valign"/>
      </attribute-set>
    </tag>
    <tag name="td">
      <attribute-set>
        <attribute name="abbr"/>
        <attribute name="align"/>
        <attribute name="axis"/>
        <attribute name="bgcolor"/>
        <attribute name="char"/>
        <attribute name="charoff"/>
        <attribute name="class"/>
        <attribute name="colspan" default="1"/>
        <attribute name="dir"/>
        <attribute name="headers"/>
        <attribute name="height"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="nowrap"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="rowspan" default="1"/>
        <attribute name="scope"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="valign"/>
        <attribute name="width"/>
      </attribute-set>
    </tag>
    <tag name="textarea">
      <attribute-set>
        <attribute name="accesskey"/>
        <attribute name="class"/>
        <attribute name="cols" required="yes"/>
        <attribute name="dir"/>
        <attribute name="disabled"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="name"/>
        <attribute name="onblur"/>
        <attribute name="onchange"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onfocus"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="onselect"/>
        <attribute name="readonly"/>
        <attribute name="rows" required="yes"/>
        <attribute name="style"/>
        <attribute name="tabindex"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="tfoot">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="char"/>
        <attribute name="charoff"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="valign"/>
      </attribute-set>
    </tag>
    <tag name="th">
      <attribute-set>
        <attribute name="abbr"/>
        <attribute name="align"/>
        <attribute name="axis"/>
        <attribute name="bgcolor"/>
        <attribute name="char"/>
        <attribute name="charoff"/>
        <attribute name="class"/>
        <attribute name="colspan" default="1"/>
        <attribute name="dir"/>
        <attribute name="headers"/>
        <attribute name="height"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="nowrap"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="rowspan" default="1"/>
        <attribute name="scope"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="valign"/>
        <attribute name="width"/>
      </attribute-set>
    </tag>
    <tag name="thead">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="char"/>
        <attribute name="charoff"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="valign"/>
      </attribute-set>
    </tag>
    <tag name="title">
      <attribute-set>
        <attribute name="dir"/>
        <attribute name="lang"/>
      </attribute-set>
    </tag>
    <tag name="tr">
      <attribute-set>
        <attribute name="align"/>
        <attribute name="bgcolor"/>
        <attribute name="char"/>
        <attribute name="charoff"/>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="valign"/>
      </attribute-set>
    </tag>
    <tag name="tt">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="u">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
    <tag name="ul">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="compact"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
        <attribute name="type"/>
      </attribute-set>
    </tag>
    <tag name="var">
      <attribute-set>
        <attribute name="class"/>
        <attribute name="dir"/>
        <attribute name="id"/>
        <attribute name="lang"/>
        <attribute name="onclick"/>
        <attribute name="ondblclick"/>
        <attribute name="onkeydown"/>
        <attribute name="onkeypress"/>
        <attribute name="onkeyup"/>
        <attribute name="onmousedown"/>
        <attribute name="onmousemove"/>
        <attribute name="onmouseout"/>
        <attribute name="onmouseover"/>
        <attribute name="onmouseup"/>
        <attribute name="style"/>
        <attribute name="title"/>
      </attribute-set>
    </tag>
  </language>

</language-info>