<?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>gHacks technology news &#187; xml</title>
	<atom:link href="http://www.ghacks.net/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 11:56:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XML Escape Tool</title>
		<link>http://www.ghacks.net/2009/08/30/xml-escape-tool/</link>
		<comments>http://www.ghacks.net/2009/08/30/xml-escape-tool/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 19:15:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml escape tool]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15840</guid>
		<description><![CDATA[Webmasters have to make sure that the code of their website is excaping several characters correctly. Failure to do so can lead to all kinds of problems from display errors to functions that are not working correctly because of this (check out The XML Page Cannot Be Displayed article for an example of things that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/08/xml.png" alt="xml" title="xml" width="158" height="94" class="alignleft size-full wp-image-15841" />Webmasters have to make sure that the code of their website is excaping several characters correctly. Failure to do so can lead to all kinds of problems from display errors to functions that are not working correctly because of this (check out <a href="http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/">The XML Page Cannot Be Displayed</a> article for an example of things that can happen if characters are not escaped properly).</p>
<p>The relevant characters that need to be escaped are &apos;, &quot;, &amp;, &lt; and &gt;. (I had to escape them while writing this article to avoid xml errors on the page. Webmasters have several options to escape these characters. They can escape them manually, use an online tool to convert them (see <a href="http://www.ghacks.net/2009/05/07/how-to-display-valid-markup-code-in-websites/">How To Display Valid Markup Code In Websites</a>) or a software program like the XML Escape Tool.</p>
<p><span id="more-15840"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/08/xml_escape_tool-500x384.jpg" alt="xml escape tool" title="xml escape tool" width="500" height="384" class="alignnone size-medium wp-image-15843" /></p>
<p>Source code has to be pasted into the first form field in the application window. The tool can then escape the source code if the user clicks on the Escape button or unescape the source if the Unescape button is pressed.</p>
<p>The resulting code can be copied automatically to the Windows clipboard. The benefit of using a desktop software program to escape the characters is that it works if no Internet connection is available. Users who want to try the software can <a href="http://www.myxmltools.com/xml-escape-tool.shtml">download</a> it from the developer&#8217;s website.</p>

	Tags: <a href="http://www.ghacks.net/tag/html/" title="html" rel="tag">html</a>, <a href="http://www.ghacks.net/tag/webmaster/" title="webmaster" rel="tag">webmaster</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/xhtml/" title="xhtml" rel="tag">xhtml</a>, <a href="http://www.ghacks.net/tag/xml/" title="xml" rel="tag">xml</a>, <a href="http://www.ghacks.net/tag/xml-escape-tool/" title="xml escape tool" rel="tag">xml escape tool</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/11/a-standard-compliant-web-browser-and-editor-amaya/" title="A standard compliant web browser and editor: Amaya (July 11, 2009)">A standard compliant web browser and editor: Amaya</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/02/02/ghacks-web-development-pdf-article-compilation-january-09/" title="Ghacks Web Development PDF Article Compilation January 09 (February 2, 2009)">Ghacks Web Development PDF Article Compilation January 09</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/06/24/domain-name-registration-lookup/" title="Domain Name Registration Lookup (June 24, 2009)">Domain Name Registration Lookup</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/07/09/check-html-with-cse-html-validator-lite/" title="Check HTML With CSE HTML Validator Lite (July 9, 2009)">Check HTML With CSE HTML Validator Lite</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/30/xml-escape-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A standard compliant web browser and editor: Amaya</title>
		<link>http://www.ghacks.net/2009/07/11/a-standard-compliant-web-browser-and-editor-amaya/</link>
		<comments>http://www.ghacks.net/2009/07/11/a-standard-compliant-web-browser-and-editor-amaya/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 18:18:57 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Amaya]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html editor]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web designer]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wysiwyg]]></category>
		<category><![CDATA[wysiwyg editor]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14311</guid>
		<description><![CDATA[Some web browsers don&#8217;t fully respect web standards and many WYSIWYG HTML editors produce absolutely revolting code. W3C set out standards as to how HTML (and XHTML etc) should appear and whilst some choose to ignore these, some are devoted to the following of these standards.
Sticking to standards can therefore lead to issues with certain [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/07/amaya.png" alt="Amaya" width="177" height="133" class="alignleft size-full wp-image-14328" />Some web browsers don&#8217;t fully respect web standards and many WYSIWYG HTML editors produce absolutely revolting code. <a href="http://www.w3.org/">W3C</a> set out standards as to how HTML (and XHTML etc) should appear and whilst some choose to ignore these, some are devoted to the following of these standards.</p>
<p>Sticking to standards can therefore lead to issues with certain web browsers, which lack support for the latest tags or render pages wrong.</p>
<p>The W3C therefore has its own web browser and editor which adheres to standards more than many browsers and supports certain new technologies others don&#8217;t, such as RDF annotation. This browser is <a href="http://www.w3.org/Amaya/">Amaya</a>, an open-source and cross-platform browser.</p>
<p><span id="more-14311"></span>Amaya can handle a wide-range of open file formats, including HTML, CSS, XHTML, SVG and MathML.</p>
<p>The software integrates the browser and web editor: when you go to a web page, it can be edited inside the browser. It also instantly displays syntactic errors.</p>
<p>It also integrates the mark-up languages. For example, in a web page, one can write formulae utilising MathML or add SVG shapes inside the software.</p>
<p>Amaya is a reasonable WYSIWYG editor and a good web browser for developmental purposes. It is also good to produce rich web-pages, which include other pieces of mark-up than HTML.</p>

	Tags: <a href="http://www.ghacks.net/tag/amaya/" title="Amaya" rel="tag">Amaya</a>, <a href="http://www.ghacks.net/tag/html/" title="html" rel="tag">html</a>, <a href="http://www.ghacks.net/tag/html-editor/" title="html editor" rel="tag">html editor</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/mac/" title="mac" rel="tag">mac</a>, <a href="http://www.ghacks.net/tag/open-source/" title="Open Source" rel="tag">Open Source</a>, <a href="http://www.ghacks.net/tag/w3c/" title="w3c" rel="tag">w3c</a>, <a href="http://www.ghacks.net/tag/web-design/" title="web design" rel="tag">web design</a>, <a href="http://www.ghacks.net/tag/web-designer/" title="web designer" rel="tag">web designer</a>, <a href="http://www.ghacks.net/tag/web-development/" title="web development" rel="tag">web development</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/wysiwyg/" title="wysiwyg" rel="tag">wysiwyg</a>, <a href="http://www.ghacks.net/tag/wysiwyg-editor/" title="wysiwyg editor" rel="tag">wysiwyg editor</a>, <a href="http://www.ghacks.net/tag/xhtml/" title="xhtml" rel="tag">xhtml</a>, <a href="http://www.ghacks.net/tag/xml/" title="xml" rel="tag">xml</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/31/kompozer-a-free-open-source-and-half-decent-wysiwyg-web-editor/" title="KompoZer, a free, open-source and half-decent WYSIWYG web editor (December 31, 2008)">KompoZer, a free, open-source and half-decent WYSIWYG web editor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/01/20/manage-your-tasks-with-task-coach/" title="Manage your Tasks with Task Coach (January 20, 2007)">Manage your Tasks with Task Coach</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/12/20/create-and-edit-vector-graphics-for-free/" title="Create and edit vector graphics for free (December 20, 2008)">Create and edit vector graphics for free</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/08/30/xml-escape-tool/" title="XML Escape Tool (August 30, 2009)">XML Escape Tool</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/" title="VirtualBox a Vmware alternative (February 10, 2007)">VirtualBox a Vmware alternative</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/11/a-standard-compliant-web-browser-and-editor-amaya/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open XML Docx Viewer</title>
		<link>http://www.ghacks.net/2009/03/27/open-xml-docx-viewer/</link>
		<comments>http://www.ghacks.net/2009/03/27/open-xml-docx-viewer/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 08:32:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[firefox docx]]></category>
		<category><![CDATA[firefox-add on]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/03/27/open-xml-docx-viewer/</guid>
		<description><![CDATA[The introduction of the new Microsoft Office XML formats (docx, pptx, xlsx) have caused some confusion by users of previous Microsoft Office releases as their versions were not able to open the new document formats by default. The same was true for users without access to any version of Microsoft Office 2007. Several ways to [...]]]></description>
			<content:encoded><![CDATA[<p>The introduction of the new Microsoft Office XML formats (<a href="http://www.ghacks.net/2007/12/10/ways-to-open-office-docx-documents/">docx</a>, pptx, xlsx) have caused some confusion by users of previous Microsoft Office releases as their versions were not able to open the new document formats by default. The same was true for users without access to any version of Microsoft Office 2007. Several ways to open <a href="http://www.ghacks.net/2007/12/10/ways-to-open-office-docx-documents/">docx</a> files have emerged pretty soon after the initial release; One of them is the Open XML Viewer which is basically offered as a plugin for the web browser <a href="http://www.ghacks.net/tag/firefox/">Firefox</a>.</p>
<p>The document viewer only supports the new docx file format at this point but as this is the most commonly encountered format it should suffice for the moment. The web browser <a href="http://openxmlviewer.codeplex.com/">add-on</a> is available for both the Windows and Linux operating system and supplied as a xpi file which can be loaded and installed easily. Another version for the command line of both operating systems is provided as well.</p>
<p>The web browser plugin works by simply dragging and dropping docx documents into a Firefox tab or window. The add-on will automatically process the document and display it in the web browser. There is currently no direct way to open docx files that are linked from websites but it is possible to associate the Firefox web browser with the docx format in the operating system to either open the documents automatically or on right-click and selection with it.</p>
<p><span id="more-11488"></span>The next installment of the Open XML Document Viewer is slated for a April 2009 release which will add support for the <a href="http://www.ghacks.net/category/browsing/opera/">Opera</a> and Internet Explorer web browser, server side support, document themes and drawing shapes.</p>

	Tags: <a href="http://www.ghacks.net/tag/document/" title="document" rel="tag">document</a>, <a href="http://www.ghacks.net/tag/documents/" title="documents" rel="tag">documents</a>, <a href="http://www.ghacks.net/tag/docx/" title="docx" rel="tag">docx</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-docx/" title="firefox docx" rel="tag">firefox docx</a>, <a href="http://www.ghacks.net/tag/firefox-add-on/" title="firefox-add on" rel="tag">firefox-add on</a>, <a href="http://www.ghacks.net/tag/web-browser/" title="web browser" rel="tag">web browser</a>, <a href="http://www.ghacks.net/tag/xml/" title="xml" rel="tag">xml</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/29/youtube-it-firefox-add-on/" title="Youtube It Firefox Add-on (April 29, 2009)">Youtube It Firefox Add-on</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/11/youtube-comment-cloud-firefox-add-on/" title="Youtube Comment Cloud Firefox Add-On (April 11, 2009)">Youtube Comment Cloud Firefox Add-On</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/web-development-widerbug-for-firefox/" title="Web Development: Widerbug For Firefox (April 10, 2009)">Web Development: Widerbug For Firefox</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/04/23/web-browser-firefox-save-tabs-add-on/" title="Web Browser: Firefox Save Tabs Add-On (April 23, 2009)">Web Browser: Firefox Save Tabs Add-On</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/17/web-browser-firefox-cache-search/" title="Web Browser: Firefox Cache Search (March 17, 2009)">Web Browser: Firefox Cache Search</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/27/open-xml-docx-viewer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
