M
mfj
Unregistered / Unconfirmed
GUEST, unregistred user!
<Reference>
<Tags>
<Tag name="A">
<Attributes>
<Attribute name="accesskey" type="1"><description><![CDATA[Sets or retrieves the accelerator key for the &lt;A&gt;.]]></description></Attribute>
<Attribute name="class" type="1"><description><![CDATA[Sets or retrieves the class of the &lt;A&gt;.]]></description></Attribute>
<Events>
<Event name="onbeforecopy"><description><![CDATA[onbeforecopy]]></description></Event>
<Event name="onbeforecut"><description><![CDATA[onbeforecut]]></description></Event>
</Tag>
<Tag name="ACRONYM">
<Attributes>
<Attribute name="accesskey" type="1"><description><![CDATA[Sets or retrieves the accelerator key for the &lt;ACRONYM&gt;.]]></description></Attribute>
<Attribute name="class" type="1"><description><![CDATA[Sets or retrieves the class of the &lt;ACRONYM&gt;.]]></description></Attribute>
<Event name="onkeydown"><description><![CDATA[onkeydown]]></description></Event>
<Event name="onkeypress"><description><![CDATA[onkeypress]]></description></Event>
</Tag>
</ Tags >
< /Reference >
大家帮我看看怎么取去Tag name和Attribute name的值.
比如"A""ACRONYM"和"accesskey""class""onbeforecopy""onbeforecut"
<Tags>
<Tag name="A">
<Attributes>
<Attribute name="accesskey" type="1"><description><![CDATA[Sets or retrieves the accelerator key for the &lt;A&gt;.]]></description></Attribute>
<Attribute name="class" type="1"><description><![CDATA[Sets or retrieves the class of the &lt;A&gt;.]]></description></Attribute>
<Events>
<Event name="onbeforecopy"><description><![CDATA[onbeforecopy]]></description></Event>
<Event name="onbeforecut"><description><![CDATA[onbeforecut]]></description></Event>
</Tag>
<Tag name="ACRONYM">
<Attributes>
<Attribute name="accesskey" type="1"><description><![CDATA[Sets or retrieves the accelerator key for the &lt;ACRONYM&gt;.]]></description></Attribute>
<Attribute name="class" type="1"><description><![CDATA[Sets or retrieves the class of the &lt;ACRONYM&gt;.]]></description></Attribute>
<Event name="onkeydown"><description><![CDATA[onkeydown]]></description></Event>
<Event name="onkeypress"><description><![CDATA[onkeypress]]></description></Event>
</Tag>
</ Tags >
< /Reference >
大家帮我看看怎么取去Tag name和Attribute name的值.
比如"A""ACRONYM"和"accesskey""class""onbeforecopy""onbeforecut"