<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.wesnoth.org/index.php?action=history&amp;feed=atom&amp;title=Talk%3AHelpWML</id>
	<title>Talk:HelpWML - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.wesnoth.org/index.php?action=history&amp;feed=atom&amp;title=Talk%3AHelpWML"/>
	<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=Talk:HelpWML&amp;action=history"/>
	<updated>2026-04-25T08:14:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=Talk:HelpWML&amp;diff=40097&amp;oldid=prev</id>
		<title>Paŭlo: why I changed the &quot;XML&quot; bits in the article.</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=Talk:HelpWML&amp;diff=40097&amp;oldid=prev"/>
		<updated>2011-01-15T22:20:16Z</updated>

		<summary type="html">&lt;p&gt;why I changed the &amp;quot;XML&amp;quot; bits in the article.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Help system topic markup - XML ==&lt;br /&gt;
&lt;br /&gt;
This was written here:&lt;br /&gt;
: ''The markup that is allowed in the text key within a topic tag is in XML, a markup language similar to WML. Note that this is the only time that markup language is used as a value. ''&lt;br /&gt;
In fact, the used language may have been looking like XML to someone who never really used XML, but it certainly is not XML. XML has its attributes (keys and values) inside the start tag, not between the start and end tag. (Also, XML is hierarchical, while this is only one-level, as it looks.)&lt;br /&gt;
&lt;br /&gt;
The example&lt;br /&gt;
 text=&amp;quot;&amp;lt;ref&amp;gt;dst=income_and_upkeep text='Link to Income and Upkeep topic'&amp;lt;/ref&amp;gt;&amp;quot;&lt;br /&gt;
would have looked in XML (as the inner language) like one of these:&lt;br /&gt;
 text=&amp;quot;&amp;lt;ref dst='income_and_upkeep' text='Link to Income and Upkeep topic'&amp;gt;&amp;lt;/ref&amp;gt;&amp;quot;&lt;br /&gt;
 text=&amp;quot;&amp;lt;ref dst='income_and_upkeep' text='Link to Income and Upkeep topic' /&amp;gt;&amp;quot;&lt;br /&gt;
 text=&amp;quot;&amp;lt;ref dst='income_and_upkeep'&amp;gt;Link to Income and Upkeep topic&amp;lt;/ref&amp;gt;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Thus I changed the description of this language, also throwing away this &amp;quot;you have to convert from WML to XML&amp;quot;, as our current wiki seems not to have any problems with angled brackets. I hope it is better understandable now.&lt;br /&gt;
-- [[User:Paŭlo|Paŭlo]] 22:20, 15 January 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Paŭlo</name></author>
		
	</entry>
</feed>