<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=XML_Tutorial%2FIntroduction%2FAttribute</id>
		<title>XML Tutorial/Introduction/Attribute - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=XML_Tutorial%2FIntroduction%2FAttribute"/>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=XML_Tutorial/Introduction/Attribute&amp;action=history"/>
		<updated>2026-04-04T18:20:21Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://wbex.ru/index.php?title=XML_Tutorial/Introduction/Attribute&amp;diff=10495&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=XML_Tutorial/Introduction/Attribute&amp;diff=10495&amp;oldid=prev"/>
				<updated>2010-05-26T08:26:41Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 08:26, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://wbex.ru/index.php?title=XML_Tutorial/Introduction/Attribute&amp;diff=10494&amp;oldid=prev</id>
		<title> в 18:22, 25 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=XML_Tutorial/Introduction/Attribute&amp;diff=10494&amp;oldid=prev"/>
				<updated>2010-05-25T18:22:32Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== An attribute creates additional information without adding text to the element.==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;animal&amp;gt;&lt;br /&gt;
  &amp;lt;name language=&amp;quot;English&amp;quot;&amp;gt;T1&amp;lt;/name&amp;gt;&lt;br /&gt;
  &amp;lt;name language=&amp;quot;Latin&amp;quot;&amp;gt;T2&amp;lt;/name&amp;gt;&lt;br /&gt;
  &amp;lt;project&amp;gt;project1&amp;lt;/project&amp;gt;&lt;br /&gt;
  &amp;lt;weight&amp;gt;3 points&amp;lt;/weight&amp;gt;&lt;br /&gt;
&amp;lt;/animal&amp;gt;&lt;br /&gt;
Attribute names must follow the same rules as for valid element names.&lt;br /&gt;
If a value contains double quotes, use single quotes to contain the value (and vice versa).&lt;br /&gt;
An attribute may not contain a reference to an external entity.&lt;br /&gt;
An attribute may not contain the symbol &amp;lt;, use &amp;amp;lt; to represent it.&amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
== Attributes are simple name/value pairs associated with an element==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
You can&amp;quot;t have more than one attribute with the same name on an element.&lt;br /&gt;
Order of attributes is not relevant.&lt;br /&gt;
They are attached to the start-tag, but not to the end-tag. &lt;br /&gt;
&amp;lt;name nickname=&amp;quot;007&amp;quot;&amp;gt; &lt;br /&gt;
    &amp;lt;first&amp;gt;Bond&amp;lt;/first&amp;gt; &lt;br /&gt;
    &amp;lt;last&amp;gt;James&amp;lt;/last&amp;gt; &lt;br /&gt;
&amp;lt;/name&amp;gt; &lt;br /&gt;
Attributes must have values.&lt;br /&gt;
Those values must be in quotes. &lt;br /&gt;
Either single quotes or double quotes are fine, but they have to match. &lt;br /&gt;
&amp;lt;input checked=&amp;quot;true&amp;quot;&amp;gt; or &amp;lt;input checked=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
			</entry>

	</feed>