<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: XML Help: How should I structure it?</title>
	<atom:link href="http://www.learnxmlws.com/xml-help-how-should-i-structure-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learnxmlws.com/xml-help-how-should-i-structure-it/</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 08:00:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: JakeCigar</title>
		<link>http://www.learnxmlws.com/xml-help-how-should-i-structure-it/#comment-1862</link>
		<dc:creator>JakeCigar</dc:creator>
		<pubDate>Mon, 15 Feb 2010 10:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnxmlws.com/xml-help-how-should-i-structure-it/#comment-1862</guid>
		<description>structuring xml is an iterative process.

You&#039;ll want to have sets of tags for each language

&lt;body lang=&quot;en&quot;&gt; Hello, I am English &lt;/body&gt;
&lt;body lang=&quot;es&quot;&gt; Hola, soy Español &lt;/body&gt;

or mix in 
&lt;body&gt; 
&lt;greet lang=&quot;en&quot;&gt; Hello &lt;/greet&gt;
&lt;greet lang=&quot;es&quot;&gt; Hola &lt;/greet&gt;
&lt;/body&gt;

or keep each language as a separate file.

Just don&#039;t write too many XML files until you know which format you want! Though you can always use XSL to rewrite   your XML.


UPDATE: It&#039;s xml, not html, you can have as many body tags as you want! When you need to display as html, you may want to generate 1 file with all the languages or different files for each language.</description>
		<content:encoded><![CDATA[<p>structuring xml is an iterative process.</p>
<p>You&#8217;ll want to have sets of tags for each language</p>
<p>&lt;body lang=&quot;en&quot;&gt; Hello, I am English &lt;/body&gt;<br />
&lt;body lang=&quot;es&quot;&gt; Hola, soy Español &lt;/body&gt;</p>
<p>or mix in<br />
&lt;body&gt;<br />
&lt;greet lang=&quot;en&quot;&gt; Hello &lt;/greet&gt;<br />
&lt;greet lang=&quot;es&quot;&gt; Hola &lt;/greet&gt;<br />
&lt;/body&gt;</p>
<p>or keep each language as a separate file.</p>
<p>Just don&#8217;t write too many XML files until you know which format you want! Though you can always use XSL to rewrite   your XML.</p>
<p>UPDATE: It&#8217;s xml, not html, you can have as many body tags as you want! When you need to display as html, you may want to generate 1 file with all the languages or different files for each language.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

