<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learn XML &#187; lt</title>
	<atom:link href="http://www.learnxmlws.com/tag/lt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learnxmlws.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 07:28:41 +0000</lastBuildDate>
	<language>en</language>
	<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>What would be the Xml schema of this data?</title>
		<link>http://www.learnxmlws.com/what-would-be-the-xml-schema-of-this-data/</link>
		<comments>http://www.learnxmlws.com/what-would-be-the-xml-schema-of-this-data/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 19:41:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Progamming]]></category>
		<category><![CDATA[doe]]></category>
		<category><![CDATA[firstname]]></category>
		<category><![CDATA[lastname]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[xml schema]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/what-would-be-the-xml-schema-of-this-data/</guid>
		<description><![CDATA[what would be the xml schema for this xml data? &#60;DiscBox&#62; &#60;disc color =&#34;green&#34;&#62; &#60;author&#62; Top author &#60;firstName&#62; John &#60;/firstName&#62; &#60;lastName&#62; Doe &#60;/lastName&#62; &#60;/author&#62; &#60;/disc&#62; &#60;/DiscBox&#62;]]></description>
			<content:encoded><![CDATA[<p>what would be the xml schema for this xml data? </p>
<p>&lt;DiscBox&gt;</p>
<p>&lt;disc color =&quot;green&quot;&gt;<br />
&lt;author&gt;<br />
Top author<br />
&lt;firstName&gt;<br />
John<br />
&lt;/firstName&gt;<br />
&lt;lastName&gt;<br />
Doe<br />
&lt;/lastName&gt;<br />
&lt;/author&gt;</p>
<p>&lt;/disc&gt;</p>
<p>&lt;/DiscBox&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/what-would-be-the-xml-schema-of-this-data/feed/</wfw:commentRss>
		<slash:comments>557</slash:comments>
		</item>
		<item>
		<title>How to write a XML code to this simple table?</title>
		<link>http://www.learnxmlws.com/how-to-write-a-xml-code-to-this-simple-table-2/</link>
		<comments>http://www.learnxmlws.com/how-to-write-a-xml-code-to-this-simple-table-2/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 11:07:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Progamming]]></category>
		<category><![CDATA[animals]]></category>
		<category><![CDATA[cougar]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[table border]]></category>
		<category><![CDATA[td]]></category>
		<category><![CDATA[xml code]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/how-to-write-a-xml-code-to-this-simple-table-2/</guid>
		<description><![CDATA[&#60;table border=&#34;1&#34;&#62; &#60;th&#62;animals&#60;/th&#62; &#60;tr&#62; &#60;td&#62;cat&#60;/td&#62; &#60;td&#62;dog&#60;/td&#62; &#60;/tr &#62; &#60;tr&#62; &#60;td&#62;cougar&#60;/td&#62; &#60;td&#62;lion&#60;/td&#62; &#60;/tr&#62; &#60;/table&#62; I want only the XML code.I don&#8217;t want it to do anything Thanks]]></description>
			<content:encoded><![CDATA[<p>&lt;table border=&quot;1&quot;&gt;<br />
&lt;th&gt;animals&lt;/th&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;cat&lt;/td&gt;<br />
&lt;td&gt;dog&lt;/td&gt;<br />
&lt;/tr &gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;cougar&lt;/td&gt;<br />
&lt;td&gt;lion&lt;/td&gt;<br />
 &lt;/tr&gt;<br />
&lt;/table&gt;</p>
<p>I want only the XML code.I don&#8217;t want it to do anything<br />
Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/how-to-write-a-xml-code-to-this-simple-table-2/feed/</wfw:commentRss>
		<slash:comments>288</slash:comments>
		</item>
		<item>
		<title>Need to write a java program to read an XML file and modify value of some field?</title>
		<link>http://www.learnxmlws.com/need-to-write-a-java-program-to-read-an-xml-file-and-modify-value-of-some-field/</link>
		<comments>http://www.learnxmlws.com/need-to-write-a-java-program-to-read-an-xml-file-and-modify-value-of-some-field/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 08:43:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Progamming]]></category>
		<category><![CDATA[lt]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/need-to-write-a-java-program-to-read-an-xml-file-and-modify-value-of-some-field/</guid>
		<description><![CDATA[modify &#60;result&#62;true&#60;/result&#62; to &#60;result&#62;false&#60;/result&#62; in an input .xml file. Does anyone of you have a working template for such task? I googled for it all day and no luck. Thanks. New to Java.]]></description>
			<content:encoded><![CDATA[<p>modify &lt;result&gt;true&lt;/result&gt; to  &lt;result&gt;false&lt;/result&gt; in an input .xml file.</p>
<p>Does anyone of you have a working template for such task?</p>
<p>I googled for it all day and no luck.</p>
<p>Thanks. </p>
<p>New to Java.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/need-to-write-a-java-program-to-read-an-xml-file-and-modify-value-of-some-field/feed/</wfw:commentRss>
		<slash:comments>254</slash:comments>
		</item>
		<item>
		<title>Java: Pick a random value from XML file?</title>
		<link>http://www.learnxmlws.com/java-pick-a-random-value-from-xml-file/</link>
		<comments>http://www.learnxmlws.com/java-pick-a-random-value-from-xml-file/#comments</comments>
		<pubDate>Sun, 29 May 2011 15:16:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[fortune teller]]></category>
		<category><![CDATA[fortunes]]></category>
		<category><![CDATA[java gui]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[random value]]></category>
		<category><![CDATA[several thousand]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/java-pick-a-random-value-from-xml-file/</guid>
		<description><![CDATA[I am writing a Java GUI App that is a fortune teller, the only problem is I can&#8217;t get it to pick a random value from the XML files of fortunes if you could please give a bit of code that shows how to do it it would be greatly appreciated the layout of the [...]]]></description>
			<content:encoded><![CDATA[<p>I am writing a Java GUI App that is a fortune teller, the only problem is I can&#8217;t get it to pick a random value from the XML files of fortunes</p>
<p>if you could please give a bit of code that shows how to do it it would be greatly appreciated</p>
<p>the layout of the XML files is<br />
&lt;fortunes&gt;<br />
&lt;fortune&gt;This is where the fortune goes&lt;/fortune&gt;<br />
&lt;/fortunes&gt;<br />
There are several thousand values and Java doesn&#8217;t like all that being put in an array</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/java-pick-a-random-value-from-xml-file/feed/</wfw:commentRss>
		<slash:comments>288</slash:comments>
		</item>
		<item>
		<title>how to write a XML code to this simple table?</title>
		<link>http://www.learnxmlws.com/how-to-write-a-xml-code-to-this-simple-table/</link>
		<comments>http://www.learnxmlws.com/how-to-write-a-xml-code-to-this-simple-table/#comments</comments>
		<pubDate>Thu, 12 May 2011 02:04:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[cougar]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[td]]></category>
		<category><![CDATA[xml code]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/how-to-write-a-xml-code-to-this-simple-table/</guid>
		<description><![CDATA[how to write a xml for a table which has 2 rows and 2 columns &#60;tr&#62;&#60;td&#62;cat&#60;/td&#62; &#60;td&#62;dog&#60;/td&#62;&#60;/tr &#62; &#60;tr&#62;&#60;td&#62;cougar&#60;/td&#62; &#60;td&#62;lion&#60;/td&#62; &#60;/tr&#62; above table. @moose man ,I don&#8217;t know what it is supposed to do,but I need a XML code to that standard table .That is in HTML,I want it in XML]]></description>
			<content:encoded><![CDATA[<p>how to write a xml for a table which has 2 rows and 2 columns<br />
&lt;tr&gt;&lt;td&gt;cat&lt;/td&gt;<br />
      &lt;td&gt;dog&lt;/td&gt;&lt;/tr &gt;<br />
&lt;tr&gt;&lt;td&gt;cougar&lt;/td&gt;<br />
     &lt;td&gt;lion&lt;/td&gt; &lt;/tr&gt;    </p>
<p>above table.<br />
@moose man ,I don&#8217;t know what it is supposed to do,but I need a XML code to that standard table .That is in HTML,I want it in XML</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/how-to-write-a-xml-code-to-this-simple-table/feed/</wfw:commentRss>
		<slash:comments>389</slash:comments>
		</item>
		<item>
		<title>Can someone explain to me how XML works? And what is XHTML, PHP, SQL, and ASP?</title>
		<link>http://www.learnxmlws.com/can-someone-explain-to-me-how-xml-works-and-what-is-xhtml-php-sql-and-asp/</link>
		<comments>http://www.learnxmlws.com/can-someone-explain-to-me-how-xml-works-and-what-is-xhtml-php-sql-and-asp/#comments</comments>
		<pubDate>Sun, 01 May 2011 17:39:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[book name]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[php asp]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/can-someone-explain-to-me-how-xml-works-and-what-is-xhtml-php-sql-and-asp/</guid>
		<description><![CDATA[I know html and am learning css and javascript. C3Schools says XML is meant to store and send data like &#60;book&#62;Book Name&#60;/book&#62; but what&#8217;s the point in that? When would I be able to use that? And what are XHTML, PHP, ASP, and SQL and what do they look like? I will read long answers. [...]]]></description>
			<content:encoded><![CDATA[<p>I know html and am learning css and javascript. C3Schools says XML is meant to store and send data like &lt;book&gt;Book Name&lt;/book&gt; but what&#8217;s the point in that? When would I be able to use that? And what are XHTML, PHP, ASP, and SQL and what do they look like? I will read long answers. TEN POINTS</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/can-someone-explain-to-me-how-xml-works-and-what-is-xhtml-php-sql-and-asp/feed/</wfw:commentRss>
		<slash:comments>266</slash:comments>
		</item>
		<item>
		<title>How do you Convert an XML String to Text?</title>
		<link>http://www.learnxmlws.com/how-do-you-convert-an-xml-string-to-text/</link>
		<comments>http://www.learnxmlws.com/how-do-you-convert-an-xml-string-to-text/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 09:14:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[internet browsing history]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[plist]]></category>
		<category><![CDATA[time and date]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/how-do-you-convert-an-xml-string-to-text/</guid>
		<description><![CDATA[I have an internet browsing history plist in XML format, though I want to convert a string made up of numbers into time and date so I can determine when the website was visited. Here is an example: &#60;key&#62;&#60;/key&#62; &#60;string&#62;http://www.carlsalter.com/mybikes.html&#60;/string&#62; &#60;key&#62;lastVisitedDate&#60;/key&#62; &#60;string&#62;313292084.8&#60;/string&#62; How can I manually convert the numbers into a time and date?]]></description>
			<content:encoded><![CDATA[<p>I have an internet browsing history plist in XML format, though I want to convert a string made up of numbers into time and date so I can determine when the website was visited. Here is an example:</p>
<p>&lt;key&gt;&lt;/key&gt;<br />
&lt;string&gt;http://www.carlsalter.com/mybikes.html&lt;/string&gt;<br />
&lt;key&gt;lastVisitedDate&lt;/key&gt;<br />
&lt;string&gt;313292084.8&lt;/string&gt;</p>
<p>How can I manually convert the numbers into a time and date?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/how-do-you-convert-an-xml-string-to-text/feed/</wfw:commentRss>
		<slash:comments>233</slash:comments>
		</item>
		<item>
		<title>How to open an xml file?</title>
		<link>http://www.learnxmlws.com/how-to-open-an-xml-file/</link>
		<comments>http://www.learnxmlws.com/how-to-open-an-xml-file/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 20:09:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[application version]]></category>
		<category><![CDATA[content ratings]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[new computer]]></category>
		<category><![CDATA[song names]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/how-to-open-an-xml-file/</guid>
		<description><![CDATA[I bought a new computer and somehow?? transferred my itunes library onto the new computer. It&#8217;s in xml format,how can I see the song names? I need to put these songs into the itunes library, thanks. thanks, I opened it and it shows something like this?? Where can I see the song list? &#60;integer&#62;1&#60;/integer&#62; &#60;key&#62;Application [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a new computer and somehow?? transferred my itunes library onto the new computer. It&#8217;s in xml format,how can I see the song names? I need to put these songs into the itunes library, thanks.<br />
thanks, I opened it and it shows something like this?? Where can I see the song list?</p>
<p>&lt;integer&gt;1&lt;/integer&gt;<br />
  &lt;key&gt;Application Version&lt;/key&gt;<br />
  &lt;string&gt;9.0.2&lt;/string&gt;<br />
  &lt;key&gt;Features&lt;/key&gt;<br />
  &lt;integer&gt;5&lt;/integer&gt;<br />
  &lt;key&gt;Show Content Ratings&lt;/key&gt;<br />
Anyone????</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/how-to-open-an-xml-file/feed/</wfw:commentRss>
		<slash:comments>268</slash:comments>
		</item>
		<item>
		<title>Can I convert the XML file to a visual representation ?</title>
		<link>http://www.learnxmlws.com/can-i-convert-the-xml-file-to-a-visual-representation/</link>
		<comments>http://www.learnxmlws.com/can-i-convert-the-xml-file-to-a-visual-representation/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 05:41:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[graphical representation]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[rectangle]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/can-i-convert-the-xml-file-to-a-visual-representation/</guid>
		<description><![CDATA[do any one know a tool to convert the XML to graphical representation I mean if we have this: &#60;root&#62; &#60;employee&#62; jack &#60;/employee&#62; &#60;/root&#62; i want this to be as a rectangle named root and branched from it another rectangle named employee and its value is jack ?]]></description>
			<content:encoded><![CDATA[<p>do any one know a tool to convert the XML to graphical representation<br />
I mean if we have this:<br />
&lt;root&gt;<br />
&lt;employee&gt; jack &lt;/employee&gt;<br />
&lt;/root&gt;<br />
i want this to be as<br />
a rectangle named root and branched from it another rectangle named employee and its value is<br />
jack ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/can-i-convert-the-xml-file-to-a-visual-representation/feed/</wfw:commentRss>
		<slash:comments>276</slash:comments>
		</item>
		<item>
		<title>what is the function and the meanin gfoir the XML name space?</title>
		<link>http://www.learnxmlws.com/what-is-the-function-and-the-meanin-gfoir-the-xml-name-space/</link>
		<comments>http://www.learnxmlws.com/what-is-the-function-and-the-meanin-gfoir-the-xml-name-space/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 10:30:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[edi]]></category>
		<category><![CDATA[invalid url]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[schema]]></category>
		<category><![CDATA[xml document]]></category>
		<category><![CDATA[xml documents]]></category>
		<category><![CDATA[xmlns]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/what-is-the-function-and-the-meanin-gfoir-the-xml-name-space/</guid>
		<description><![CDATA[i am reading about how to create XML documents , but i did not understand what are the purpose of having what i scalled XML name space for example : - &#60;x xmlns:edi=&#8217;http://ecommerce.example.org/schema&#8217;&#62; what if i wrote invalid URL or if i wrote a URL that is already mapped with another XML document on the [...]]]></description>
			<content:encoded><![CDATA[<p>i am reading about how to create XML documents , but i did not understand what are the purpose of having what i scalled XML name space for example :<br />
- &lt;x xmlns:edi=&#8217;http://ecommerce.example.org/schema&#8217;&gt;<br />
what if i wrote invalid URL or if i wrote a URL that is already mapped with another XML document on the web?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/what-is-the-function-and-the-meanin-gfoir-the-xml-name-space/feed/</wfw:commentRss>
		<slash:comments>287</slash:comments>
		</item>
	</channel>
</rss>

