<?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; Import Xml</title>
	<atom:link href="http://www.learnxmlws.com/tag/import-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learnxmlws.com</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 08:28:17 +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>Filemaker &amp; XML</title>
		<link>http://www.learnxmlws.com/filemaker-xml-38/</link>
		<comments>http://www.learnxmlws.com/filemaker-xml-38/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 06:15:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Amp Max]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Container Field]]></category>
		<category><![CDATA[Export Records]]></category>
		<category><![CDATA[Filemaker Pro]]></category>
		<category><![CDATA[Filemaker Web Companion]]></category>
		<category><![CDATA[Grammars]]></category>
		<category><![CDATA[Grammer]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[Import Xml]]></category>
		<category><![CDATA[Query String]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Two Computers]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Xml Data]]></category>
		<category><![CDATA[Xml Grammar]]></category>
		<category><![CDATA[Xml Introduction]]></category>
		<category><![CDATA[Xml Vocabularies]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/filemaker-xml-38/</guid>
		<description><![CDATA[This article describes the integration of XML in filemaker. The article's focus is on requesting XML data via Filemaker.]]></description>
			<content:encoded><![CDATA[<p><b>Introduction</b></p>
<p>We can exchange information and messages between two computers,which uses XML data sent over the web via Http.But why xml? The reason is xml is faster,is a standard and well documented.</p>
<p><b>REQUESTING XML DATA FROM FILEMAKER PRO</b></p>
<p>Syntax:</p>
<p>xyz.com:591/FMPro?-db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p>The above syntax specifies the protocol that is needed to communicate with the server. When we need to use FileMaker Pro over the Web, the protocol has to be http, the hypertext transfer protocol.</p>
<p>Let us now discuss the parts in detail:</p>
<p>the host: xyz.com</p>
<p>This describes the name or IP address of the server on which FileMaker Pro is running on.</p>
<p>the port: 591</p>
<p>Normally HTTP servers run on port 80. However if FileMaker Pro is sharing a machine with another web  server say Apache or WebStar, then in that case you have to choose a different port.</p>
<p>the file path: /FMPro</p>
<p>This tells the server which file to serve.When using the FileMaker Web Companion as your server to  serve XML,this is always /FMPro.</p>
<p>the query string: -db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p><b>CHOOSING A FILEMAKER PRO XML GRAMMAR</b></p>
<p>So there are three different XML vocabularies.</p>
<p>These are:</p>
<p>o The FMPDSORESULT grammar</p>
<p>o The FMPXMLRESULT grammar</p>
<p>o The FMPXMLLAYOUT grammar</p>
<p>From the main menu file you can choose file-&gt; export records-&gt;choose xml grammar-&gt; export choose file-&gt; import records-&gt;select file-&gt;import</p>
<p>XML export does not support exporting container field data.</p>
<p>FileMaker Pro can export XML in two grammars: FMPXMLRESULT and FMPDSORESULT.</p>
<p>The following is an example of XML in the FMPDSORESULT grammar.</p>
<p><b>The FMPDSORESULT grammar </b></p>
<p>This grammer is obsolete and hence not used. The better term is deprecated means the designer of the grammar is discouraging you to use xml grammar.</p>
<p><b>FMPXMLRESULT grammar</b></p>
<p>The FMPXMLRESULT grammar contains additional information about the database that is not in the  <br />FMPDSORESULT grammar, such as the number of records, field types, and field formats.</p>
<p><b>FMPXMLLAYOUT &#8211; A GRAMMAR FOR LAYOUTS</b></p>
<p>FMPXMLLAYOUT is the third and final XML grammar that FileMaker Pro supports.</p>
<p>While both FMPDSORESULT and FMPXMLRESULT focus on the data in the database, FMPXMLLAYOUT describes the layout of the fields.</p>
<p><b>Conclusion</b></p>
<p>This article provides a better insight into the integration of xml in Filemaker.</p>
<p>I am working with Mindfire Solutions(<a target="_new" href="http://www.mindfiresolutions.com">http://www.mindfiresolutions.com</a>), which is an offshore software development company and provides customized software solution to its global clients. My expertise includes PHP 4.0,PHP5 and Filemaker pro 8 advance,Filemaker pro 9 advanceetc. You can reach me at <a href="mailto:manjushreed@mindfiresolutions.com">manjushreed@mindfiresolutions.com</a></p>
<p>Author: <a href="http://EzineArticles.com/?expert=Manjushree_Das">Manjushree Das</a><br />Article Source: <a href="http://ezinearticles.com/?Filemaker-and-XML&amp;id=346387">EzineArticles.com</a><br />Provided by: <a href="http://betterdollar.com/duty-tax/duty/">Canada duty rate</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/filemaker-xml-38/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Filemaker &amp; XML</title>
		<link>http://www.learnxmlws.com/filemaker-xml-37/</link>
		<comments>http://www.learnxmlws.com/filemaker-xml-37/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 06:15:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Amp Max]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Container Field]]></category>
		<category><![CDATA[Export Records]]></category>
		<category><![CDATA[Filemaker Pro]]></category>
		<category><![CDATA[Filemaker Web Companion]]></category>
		<category><![CDATA[Grammars]]></category>
		<category><![CDATA[Grammer]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[Import Xml]]></category>
		<category><![CDATA[Query String]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Two Computers]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Xml Data]]></category>
		<category><![CDATA[Xml Grammar]]></category>
		<category><![CDATA[Xml Introduction]]></category>
		<category><![CDATA[Xml Vocabularies]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/filemaker-xml-37/</guid>
		<description><![CDATA[This article describes the integration of XML in filemaker. The article's focus is on requesting XML data via Filemaker.]]></description>
			<content:encoded><![CDATA[<p><b>Introduction</b></p>
<p>We can exchange information and messages between two computers,which uses XML data sent over the web via Http.But why xml? The reason is xml is faster,is a standard and well documented.</p>
<p><b>REQUESTING XML DATA FROM FILEMAKER PRO</b></p>
<p>Syntax:</p>
<p>xyz.com:591/FMPro?-db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p>The above syntax specifies the protocol that is needed to communicate with the server. When we need to use FileMaker Pro over the Web, the protocol has to be http, the hypertext transfer protocol.</p>
<p>Let us now discuss the parts in detail:</p>
<p>the host: xyz.com</p>
<p>This describes the name or IP address of the server on which FileMaker Pro is running on.</p>
<p>the port: 591</p>
<p>Normally HTTP servers run on port 80. However if FileMaker Pro is sharing a machine with another web  server say Apache or WebStar, then in that case you have to choose a different port.</p>
<p>the file path: /FMPro</p>
<p>This tells the server which file to serve.When using the FileMaker Web Companion as your server to  serve XML,this is always /FMPro.</p>
<p>the query string: -db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p><b>CHOOSING A FILEMAKER PRO XML GRAMMAR</b></p>
<p>So there are three different XML vocabularies.</p>
<p>These are:</p>
<p>o The FMPDSORESULT grammar</p>
<p>o The FMPXMLRESULT grammar</p>
<p>o The FMPXMLLAYOUT grammar</p>
<p>From the main menu file you can choose file-&gt; export records-&gt;choose xml grammar-&gt; export choose file-&gt; import records-&gt;select file-&gt;import</p>
<p>XML export does not support exporting container field data.</p>
<p>FileMaker Pro can export XML in two grammars: FMPXMLRESULT and FMPDSORESULT.</p>
<p>The following is an example of XML in the FMPDSORESULT grammar.</p>
<p><b>The FMPDSORESULT grammar </b></p>
<p>This grammer is obsolete and hence not used. The better term is deprecated means the designer of the grammar is discouraging you to use xml grammar.</p>
<p><b>FMPXMLRESULT grammar</b></p>
<p>The FMPXMLRESULT grammar contains additional information about the database that is not in the  <br />FMPDSORESULT grammar, such as the number of records, field types, and field formats.</p>
<p><b>FMPXMLLAYOUT &#8211; A GRAMMAR FOR LAYOUTS</b></p>
<p>FMPXMLLAYOUT is the third and final XML grammar that FileMaker Pro supports.</p>
<p>While both FMPDSORESULT and FMPXMLRESULT focus on the data in the database, FMPXMLLAYOUT describes the layout of the fields.</p>
<p><b>Conclusion</b></p>
<p>This article provides a better insight into the integration of xml in Filemaker.</p>
<p>I am working with Mindfire Solutions(<a target="_new" href="http://www.mindfiresolutions.com">http://www.mindfiresolutions.com</a>), which is an offshore software development company and provides customized software solution to its global clients. My expertise includes PHP 4.0,PHP5 and Filemaker pro 8 advance,Filemaker pro 9 advanceetc. You can reach me at <a href="mailto:manjushreed@mindfiresolutions.com">manjushreed@mindfiresolutions.com</a></p>
<p>Author: <a href="http://EzineArticles.com/?expert=Manjushree_Das">Manjushree Das</a><br />Article Source: <a href="http://ezinearticles.com/?Filemaker-and-XML&amp;id=346387">EzineArticles.com</a><br />Provided by: <a href="http://digitalcameratimes.com/">Digital Camera Information</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/filemaker-xml-37/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filemaker &amp; XML</title>
		<link>http://www.learnxmlws.com/filemaker-xml-36/</link>
		<comments>http://www.learnxmlws.com/filemaker-xml-36/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 06:14:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Amp Max]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Container Field]]></category>
		<category><![CDATA[Export Records]]></category>
		<category><![CDATA[Filemaker Pro]]></category>
		<category><![CDATA[Filemaker Web Companion]]></category>
		<category><![CDATA[Grammars]]></category>
		<category><![CDATA[Grammer]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[Import Xml]]></category>
		<category><![CDATA[Query String]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Two Computers]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Xml Data]]></category>
		<category><![CDATA[Xml Grammar]]></category>
		<category><![CDATA[Xml Introduction]]></category>
		<category><![CDATA[Xml Vocabularies]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/filemaker-xml-36/</guid>
		<description><![CDATA[This article describes the integration of XML in filemaker. The article's focus is on requesting XML data via Filemaker.]]></description>
			<content:encoded><![CDATA[<p><b>Introduction</b></p>
<p>We can exchange information and messages between two computers,which uses XML data sent over the web via Http.But why xml? The reason is xml is faster,is a standard and well documented.</p>
<p><b>REQUESTING XML DATA FROM FILEMAKER PRO</b></p>
<p>Syntax:</p>
<p>xyz.com:591/FMPro?-db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p>The above syntax specifies the protocol that is needed to communicate with the server. When we need to use FileMaker Pro over the Web, the protocol has to be http, the hypertext transfer protocol.</p>
<p>Let us now discuss the parts in detail:</p>
<p>the host: xyz.com</p>
<p>This describes the name or IP address of the server on which FileMaker Pro is running on.</p>
<p>the port: 591</p>
<p>Normally HTTP servers run on port 80. However if FileMaker Pro is sharing a machine with another web  server say Apache or WebStar, then in that case you have to choose a different port.</p>
<p>the file path: /FMPro</p>
<p>This tells the server which file to serve.When using the FileMaker Web Companion as your server to  serve XML,this is always /FMPro.</p>
<p>the query string: -db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p><b>CHOOSING A FILEMAKER PRO XML GRAMMAR</b></p>
<p>So there are three different XML vocabularies.</p>
<p>These are:</p>
<p>o The FMPDSORESULT grammar</p>
<p>o The FMPXMLRESULT grammar</p>
<p>o The FMPXMLLAYOUT grammar</p>
<p>From the main menu file you can choose file-&gt; export records-&gt;choose xml grammar-&gt; export choose file-&gt; import records-&gt;select file-&gt;import</p>
<p>XML export does not support exporting container field data.</p>
<p>FileMaker Pro can export XML in two grammars: FMPXMLRESULT and FMPDSORESULT.</p>
<p>The following is an example of XML in the FMPDSORESULT grammar.</p>
<p><b>The FMPDSORESULT grammar </b></p>
<p>This grammer is obsolete and hence not used. The better term is deprecated means the designer of the grammar is discouraging you to use xml grammar.</p>
<p><b>FMPXMLRESULT grammar</b></p>
<p>The FMPXMLRESULT grammar contains additional information about the database that is not in the  <br />FMPDSORESULT grammar, such as the number of records, field types, and field formats.</p>
<p><b>FMPXMLLAYOUT &#8211; A GRAMMAR FOR LAYOUTS</b></p>
<p>FMPXMLLAYOUT is the third and final XML grammar that FileMaker Pro supports.</p>
<p>While both FMPDSORESULT and FMPXMLRESULT focus on the data in the database, FMPXMLLAYOUT describes the layout of the fields.</p>
<p><b>Conclusion</b></p>
<p>This article provides a better insight into the integration of xml in Filemaker.</p>
<p>I am working with Mindfire Solutions(<a target="_new" href="http://www.mindfiresolutions.com">http://www.mindfiresolutions.com</a>), which is an offshore software development company and provides customized software solution to its global clients. My expertise includes PHP 4.0,PHP5 and Filemaker pro 8 advance,Filemaker pro 9 advanceetc. You can reach me at <a href="mailto:manjushreed@mindfiresolutions.com">manjushreed@mindfiresolutions.com</a></p>
<p>Author: <a href="http://EzineArticles.com/?expert=Manjushree_Das">Manjushree Das</a><br />Article Source: <a href="http://ezinearticles.com/?Filemaker-and-XML&amp;id=346387">EzineArticles.com</a><br />Provided by: <a href="http://beadingnecklace.com/">Beading Necklace</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/filemaker-xml-36/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>Filemaker &amp; XML</title>
		<link>http://www.learnxmlws.com/filemaker-xml-35/</link>
		<comments>http://www.learnxmlws.com/filemaker-xml-35/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 06:14:13 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Amp Max]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Container Field]]></category>
		<category><![CDATA[Export Records]]></category>
		<category><![CDATA[Filemaker Pro]]></category>
		<category><![CDATA[Filemaker Web Companion]]></category>
		<category><![CDATA[Grammars]]></category>
		<category><![CDATA[Grammer]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[Import Xml]]></category>
		<category><![CDATA[Query String]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Two Computers]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Xml Data]]></category>
		<category><![CDATA[Xml Grammar]]></category>
		<category><![CDATA[Xml Introduction]]></category>
		<category><![CDATA[Xml Vocabularies]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/filemaker-xml-35/</guid>
		<description><![CDATA[This article describes the integration of XML in filemaker. The article's focus is on requesting XML data via Filemaker.]]></description>
			<content:encoded><![CDATA[<p><b>Introduction</b></p>
<p>We can exchange information and messages between two computers,which uses XML data sent over the web via Http.But why xml? The reason is xml is faster,is a standard and well documented.</p>
<p><b>REQUESTING XML DATA FROM FILEMAKER PRO</b></p>
<p>Syntax:</p>
<p>xyz.com:591/FMPro?-db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p>The above syntax specifies the protocol that is needed to communicate with the server. When we need to use FileMaker Pro over the Web, the protocol has to be http, the hypertext transfer protocol.</p>
<p>Let us now discuss the parts in detail:</p>
<p>the host: xyz.com</p>
<p>This describes the name or IP address of the server on which FileMaker Pro is running on.</p>
<p>the port: 591</p>
<p>Normally HTTP servers run on port 80. However if FileMaker Pro is sharing a machine with another web  server say Apache or WebStar, then in that case you have to choose a different port.</p>
<p>the file path: /FMPro</p>
<p>This tells the server which file to serve.When using the FileMaker Web Companion as your server to  serve XML,this is always /FMPro.</p>
<p>the query string: -db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p><b>CHOOSING A FILEMAKER PRO XML GRAMMAR</b></p>
<p>So there are three different XML vocabularies.</p>
<p>These are:</p>
<p>o The FMPDSORESULT grammar</p>
<p>o The FMPXMLRESULT grammar</p>
<p>o The FMPXMLLAYOUT grammar</p>
<p>From the main menu file you can choose file-&gt; export records-&gt;choose xml grammar-&gt; export choose file-&gt; import records-&gt;select file-&gt;import</p>
<p>XML export does not support exporting container field data.</p>
<p>FileMaker Pro can export XML in two grammars: FMPXMLRESULT and FMPDSORESULT.</p>
<p>The following is an example of XML in the FMPDSORESULT grammar.</p>
<p><b>The FMPDSORESULT grammar </b></p>
<p>This grammer is obsolete and hence not used. The better term is deprecated means the designer of the grammar is discouraging you to use xml grammar.</p>
<p><b>FMPXMLRESULT grammar</b></p>
<p>The FMPXMLRESULT grammar contains additional information about the database that is not in the  <br />FMPDSORESULT grammar, such as the number of records, field types, and field formats.</p>
<p><b>FMPXMLLAYOUT &#8211; A GRAMMAR FOR LAYOUTS</b></p>
<p>FMPXMLLAYOUT is the third and final XML grammar that FileMaker Pro supports.</p>
<p>While both FMPDSORESULT and FMPXMLRESULT focus on the data in the database, FMPXMLLAYOUT describes the layout of the fields.</p>
<p><b>Conclusion</b></p>
<p>This article provides a better insight into the integration of xml in Filemaker.</p>
<p>I am working with Mindfire Solutions(<a target="_new" href="http://www.mindfiresolutions.com">http://www.mindfiresolutions.com</a>), which is an offshore software development company and provides customized software solution to its global clients. My expertise includes PHP 4.0,PHP5 and Filemaker pro 8 advance,Filemaker pro 9 advanceetc. You can reach me at <a href="mailto:manjushreed@mindfiresolutions.com">manjushreed@mindfiresolutions.com</a></p>
<p>Author: <a href="http://EzineArticles.com/?expert=Manjushree_Das">Manjushree Das</a><br />Article Source: <a href="http://ezinearticles.com/?Filemaker-and-XML&amp;id=346387">EzineArticles.com</a><br />Provided by: <a href="http://betterdollar.com/duty-tax/excise-tax-sin-taxes-or-luxury-taxes/">Excise Tax</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/filemaker-xml-35/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Filemaker &amp; XML</title>
		<link>http://www.learnxmlws.com/filemaker-xml-34/</link>
		<comments>http://www.learnxmlws.com/filemaker-xml-34/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 06:12:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Amp Max]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Container Field]]></category>
		<category><![CDATA[Export Records]]></category>
		<category><![CDATA[Filemaker Pro]]></category>
		<category><![CDATA[Filemaker Web Companion]]></category>
		<category><![CDATA[Grammars]]></category>
		<category><![CDATA[Grammer]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[Import Xml]]></category>
		<category><![CDATA[Query String]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Two Computers]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Xml Data]]></category>
		<category><![CDATA[Xml Grammar]]></category>
		<category><![CDATA[Xml Introduction]]></category>
		<category><![CDATA[Xml Vocabularies]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/filemaker-xml-34/</guid>
		<description><![CDATA[This article describes the integration of XML in filemaker. The article's focus is on requesting XML data via Filemaker.]]></description>
			<content:encoded><![CDATA[<p><b>Introduction</b></p>
<p>We can exchange information and messages between two computers,which uses XML data sent over the web via Http.But why xml? The reason is xml is faster,is a standard and well documented.</p>
<p><b>REQUESTING XML DATA FROM FILEMAKER PRO</b></p>
<p>Syntax:</p>
<p>xyz.com:591/FMPro?-db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p>The above syntax specifies the protocol that is needed to communicate with the server. When we need to use FileMaker Pro over the Web, the protocol has to be http, the hypertext transfer protocol.</p>
<p>Let us now discuss the parts in detail:</p>
<p>the host: xyz.com</p>
<p>This describes the name or IP address of the server on which FileMaker Pro is running on.</p>
<p>the port: 591</p>
<p>Normally HTTP servers run on port 80. However if FileMaker Pro is sharing a machine with another web  server say Apache or WebStar, then in that case you have to choose a different port.</p>
<p>the file path: /FMPro</p>
<p>This tells the server which file to serve.When using the FileMaker Web Companion as your server to  serve XML,this is always /FMPro.</p>
<p>the query string: -db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p><b>CHOOSING A FILEMAKER PRO XML GRAMMAR</b></p>
<p>So there are three different XML vocabularies.</p>
<p>These are:</p>
<p>o The FMPDSORESULT grammar</p>
<p>o The FMPXMLRESULT grammar</p>
<p>o The FMPXMLLAYOUT grammar</p>
<p>From the main menu file you can choose file-&gt; export records-&gt;choose xml grammar-&gt; export choose file-&gt; import records-&gt;select file-&gt;import</p>
<p>XML export does not support exporting container field data.</p>
<p>FileMaker Pro can export XML in two grammars: FMPXMLRESULT and FMPDSORESULT.</p>
<p>The following is an example of XML in the FMPDSORESULT grammar.</p>
<p><b>The FMPDSORESULT grammar </b></p>
<p>This grammer is obsolete and hence not used. The better term is deprecated means the designer of the grammar is discouraging you to use xml grammar.</p>
<p><b>FMPXMLRESULT grammar</b></p>
<p>The FMPXMLRESULT grammar contains additional information about the database that is not in the  <br />FMPDSORESULT grammar, such as the number of records, field types, and field formats.</p>
<p><b>FMPXMLLAYOUT &#8211; A GRAMMAR FOR LAYOUTS</b></p>
<p>FMPXMLLAYOUT is the third and final XML grammar that FileMaker Pro supports.</p>
<p>While both FMPDSORESULT and FMPXMLRESULT focus on the data in the database, FMPXMLLAYOUT describes the layout of the fields.</p>
<p><b>Conclusion</b></p>
<p>This article provides a better insight into the integration of xml in Filemaker.</p>
<p>I am working with Mindfire Solutions(<a target="_new" href="http://www.mindfiresolutions.com">http://www.mindfiresolutions.com</a>), which is an offshore software development company and provides customized software solution to its global clients. My expertise includes PHP 4.0,PHP5 and Filemaker pro 8 advance,Filemaker pro 9 advanceetc. You can reach me at <a href="mailto:manjushreed@mindfiresolutions.com">manjushreed@mindfiresolutions.com</a></p>
<p>Author: <a href="http://EzineArticles.com/?expert=Manjushree_Das">Manjushree Das</a><br />Article Source: <a href="http://ezinearticles.com/?Filemaker-and-XML&amp;id=346387">EzineArticles.com</a><br />Provided by: <a href="http://instantpot.com/">Programmable Multi-cooker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/filemaker-xml-34/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Filemaker &amp; XML</title>
		<link>http://www.learnxmlws.com/filemaker-xml-33/</link>
		<comments>http://www.learnxmlws.com/filemaker-xml-33/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 06:11:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Amp Max]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Container Field]]></category>
		<category><![CDATA[Export Records]]></category>
		<category><![CDATA[Filemaker Pro]]></category>
		<category><![CDATA[Filemaker Web Companion]]></category>
		<category><![CDATA[Grammars]]></category>
		<category><![CDATA[Grammer]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[Import Xml]]></category>
		<category><![CDATA[Query String]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Two Computers]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Xml Data]]></category>
		<category><![CDATA[Xml Grammar]]></category>
		<category><![CDATA[Xml Introduction]]></category>
		<category><![CDATA[Xml Vocabularies]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/filemaker-xml-33/</guid>
		<description><![CDATA[This article describes the integration of XML in filemaker. The article's focus is on requesting XML data via Filemaker.]]></description>
			<content:encoded><![CDATA[<p><b>Introduction</b></p>
<p>We can exchange information and messages between two computers,which uses XML data sent over the web via Http.But why xml? The reason is xml is faster,is a standard and well documented.</p>
<p><b>REQUESTING XML DATA FROM FILEMAKER PRO</b></p>
<p>Syntax:</p>
<p>xyz.com:591/FMPro?-db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p>The above syntax specifies the protocol that is needed to communicate with the server. When we need to use FileMaker Pro over the Web, the protocol has to be http, the hypertext transfer protocol.</p>
<p>Let us now discuss the parts in detail:</p>
<p>the host: xyz.com</p>
<p>This describes the name or IP address of the server on which FileMaker Pro is running on.</p>
<p>the port: 591</p>
<p>Normally HTTP servers run on port 80. However if FileMaker Pro is sharing a machine with another web  server say Apache or WebStar, then in that case you have to choose a different port.</p>
<p>the file path: /FMPro</p>
<p>This tells the server which file to serve.When using the FileMaker Web Companion as your server to  serve XML,this is always /FMPro.</p>
<p>the query string: -db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p><b>CHOOSING A FILEMAKER PRO XML GRAMMAR</b></p>
<p>So there are three different XML vocabularies.</p>
<p>These are:</p>
<p>o The FMPDSORESULT grammar</p>
<p>o The FMPXMLRESULT grammar</p>
<p>o The FMPXMLLAYOUT grammar</p>
<p>From the main menu file you can choose file-&gt; export records-&gt;choose xml grammar-&gt; export choose file-&gt; import records-&gt;select file-&gt;import</p>
<p>XML export does not support exporting container field data.</p>
<p>FileMaker Pro can export XML in two grammars: FMPXMLRESULT and FMPDSORESULT.</p>
<p>The following is an example of XML in the FMPDSORESULT grammar.</p>
<p><b>The FMPDSORESULT grammar </b></p>
<p>This grammer is obsolete and hence not used. The better term is deprecated means the designer of the grammar is discouraging you to use xml grammar.</p>
<p><b>FMPXMLRESULT grammar</b></p>
<p>The FMPXMLRESULT grammar contains additional information about the database that is not in the  <br />FMPDSORESULT grammar, such as the number of records, field types, and field formats.</p>
<p><b>FMPXMLLAYOUT &#8211; A GRAMMAR FOR LAYOUTS</b></p>
<p>FMPXMLLAYOUT is the third and final XML grammar that FileMaker Pro supports.</p>
<p>While both FMPDSORESULT and FMPXMLRESULT focus on the data in the database, FMPXMLLAYOUT describes the layout of the fields.</p>
<p><b>Conclusion</b></p>
<p>This article provides a better insight into the integration of xml in Filemaker.</p>
<p>I am working with Mindfire Solutions(<a target="_new" href="http://www.mindfiresolutions.com">http://www.mindfiresolutions.com</a>), which is an offshore software development company and provides customized software solution to its global clients. My expertise includes PHP 4.0,PHP5 and Filemaker pro 8 advance,Filemaker pro 9 advanceetc. You can reach me at <a href="mailto:manjushreed@mindfiresolutions.com">manjushreed@mindfiresolutions.com</a></p>
<p>Author: <a href="http://EzineArticles.com/?expert=Manjushree_Das">Manjushree Das</a><br />Article Source: <a href="http://ezinearticles.com/?Filemaker-and-XML&amp;id=346387">EzineArticles.com</a><br />Provided by: <a href="http://instantpot.com/">Smart cooker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/filemaker-xml-33/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Filemaker &amp; XML</title>
		<link>http://www.learnxmlws.com/filemaker-xml-32/</link>
		<comments>http://www.learnxmlws.com/filemaker-xml-32/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 06:11:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Amp Max]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Container Field]]></category>
		<category><![CDATA[Export Records]]></category>
		<category><![CDATA[Filemaker Pro]]></category>
		<category><![CDATA[Filemaker Web Companion]]></category>
		<category><![CDATA[Grammars]]></category>
		<category><![CDATA[Grammer]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[Import Xml]]></category>
		<category><![CDATA[Query String]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Two Computers]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Xml Data]]></category>
		<category><![CDATA[Xml Grammar]]></category>
		<category><![CDATA[Xml Introduction]]></category>
		<category><![CDATA[Xml Vocabularies]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/filemaker-xml-32/</guid>
		<description><![CDATA[This article describes the integration of XML in filemaker. The article's focus is on requesting XML data via Filemaker.]]></description>
			<content:encoded><![CDATA[<p><b>Introduction</b></p>
<p>We can exchange information and messages between two computers,which uses XML data sent over the web via Http.But why xml? The reason is xml is faster,is a standard and well documented.</p>
<p><b>REQUESTING XML DATA FROM FILEMAKER PRO</b></p>
<p>Syntax:</p>
<p>xyz.com:591/FMPro?-db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p>The above syntax specifies the protocol that is needed to communicate with the server. When we need to use FileMaker Pro over the Web, the protocol has to be http, the hypertext transfer protocol.</p>
<p>Let us now discuss the parts in detail:</p>
<p>the host: xyz.com</p>
<p>This describes the name or IP address of the server on which FileMaker Pro is running on.</p>
<p>the port: 591</p>
<p>Normally HTTP servers run on port 80. However if FileMaker Pro is sharing a machine with another web  server say Apache or WebStar, then in that case you have to choose a different port.</p>
<p>the file path: /FMPro</p>
<p>This tells the server which file to serve.When using the FileMaker Web Companion as your server to  serve XML,this is always /FMPro.</p>
<p>the query string: -db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p><b>CHOOSING A FILEMAKER PRO XML GRAMMAR</b></p>
<p>So there are three different XML vocabularies.</p>
<p>These are:</p>
<p>o The FMPDSORESULT grammar</p>
<p>o The FMPXMLRESULT grammar</p>
<p>o The FMPXMLLAYOUT grammar</p>
<p>From the main menu file you can choose file-&gt; export records-&gt;choose xml grammar-&gt; export choose file-&gt; import records-&gt;select file-&gt;import</p>
<p>XML export does not support exporting container field data.</p>
<p>FileMaker Pro can export XML in two grammars: FMPXMLRESULT and FMPDSORESULT.</p>
<p>The following is an example of XML in the FMPDSORESULT grammar.</p>
<p><b>The FMPDSORESULT grammar </b></p>
<p>This grammer is obsolete and hence not used. The better term is deprecated means the designer of the grammar is discouraging you to use xml grammar.</p>
<p><b>FMPXMLRESULT grammar</b></p>
<p>The FMPXMLRESULT grammar contains additional information about the database that is not in the  <br />FMPDSORESULT grammar, such as the number of records, field types, and field formats.</p>
<p><b>FMPXMLLAYOUT &#8211; A GRAMMAR FOR LAYOUTS</b></p>
<p>FMPXMLLAYOUT is the third and final XML grammar that FileMaker Pro supports.</p>
<p>While both FMPDSORESULT and FMPXMLRESULT focus on the data in the database, FMPXMLLAYOUT describes the layout of the fields.</p>
<p><b>Conclusion</b></p>
<p>This article provides a better insight into the integration of xml in Filemaker.</p>
<p>I am working with Mindfire Solutions(<a target="_new" href="http://www.mindfiresolutions.com">http://www.mindfiresolutions.com</a>), which is an offshore software development company and provides customized software solution to its global clients. My expertise includes PHP 4.0,PHP5 and Filemaker pro 8 advance,Filemaker pro 9 advanceetc. You can reach me at <a href="mailto:manjushreed@mindfiresolutions.com">manjushreed@mindfiresolutions.com</a></p>
<p>Author: <a href="http://EzineArticles.com/?expert=Manjushree_Das">Manjushree Das</a><br />Article Source: <a href="http://ezinearticles.com/?Filemaker-and-XML&amp;id=346387">EzineArticles.com</a><br />Provided by: <a href="http://wealthynetizen.com/wordpress-plugin-guest-blogger/">Guest blogger</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/filemaker-xml-32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filemaker &amp; XML</title>
		<link>http://www.learnxmlws.com/filemaker-xml-31/</link>
		<comments>http://www.learnxmlws.com/filemaker-xml-31/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 06:09:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Amp Max]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Container Field]]></category>
		<category><![CDATA[Export Records]]></category>
		<category><![CDATA[Filemaker Pro]]></category>
		<category><![CDATA[Filemaker Web Companion]]></category>
		<category><![CDATA[Grammars]]></category>
		<category><![CDATA[Grammer]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[Import Xml]]></category>
		<category><![CDATA[Query String]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Two Computers]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Xml Data]]></category>
		<category><![CDATA[Xml Grammar]]></category>
		<category><![CDATA[Xml Introduction]]></category>
		<category><![CDATA[Xml Vocabularies]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/filemaker-xml-31/</guid>
		<description><![CDATA[This article describes the integration of XML in filemaker. The article's focus is on requesting XML data via Filemaker.]]></description>
			<content:encoded><![CDATA[<p><b>Introduction</b></p>
<p>We can exchange information and messages between two computers,which uses XML data sent over the web via Http.But why xml? The reason is xml is faster,is a standard and well documented.</p>
<p><b>REQUESTING XML DATA FROM FILEMAKER PRO</b></p>
<p>Syntax:</p>
<p>xyz.com:591/FMPro?-db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p>The above syntax specifies the protocol that is needed to communicate with the server. When we need to use FileMaker Pro over the Web, the protocol has to be http, the hypertext transfer protocol.</p>
<p>Let us now discuss the parts in detail:</p>
<p>the host: xyz.com</p>
<p>This describes the name or IP address of the server on which FileMaker Pro is running on.</p>
<p>the port: 591</p>
<p>Normally HTTP servers run on port 80. However if FileMaker Pro is sharing a machine with another web  server say Apache or WebStar, then in that case you have to choose a different port.</p>
<p>the file path: /FMPro</p>
<p>This tells the server which file to serve.When using the FileMaker Web Companion as your server to  serve XML,this is always /FMPro.</p>
<p>the query string: -db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p><b>CHOOSING A FILEMAKER PRO XML GRAMMAR</b></p>
<p>So there are three different XML vocabularies.</p>
<p>These are:</p>
<p>o The FMPDSORESULT grammar</p>
<p>o The FMPXMLRESULT grammar</p>
<p>o The FMPXMLLAYOUT grammar</p>
<p>From the main menu file you can choose file-&gt; export records-&gt;choose xml grammar-&gt; export choose file-&gt; import records-&gt;select file-&gt;import</p>
<p>XML export does not support exporting container field data.</p>
<p>FileMaker Pro can export XML in two grammars: FMPXMLRESULT and FMPDSORESULT.</p>
<p>The following is an example of XML in the FMPDSORESULT grammar.</p>
<p><b>The FMPDSORESULT grammar </b></p>
<p>This grammer is obsolete and hence not used. The better term is deprecated means the designer of the grammar is discouraging you to use xml grammar.</p>
<p><b>FMPXMLRESULT grammar</b></p>
<p>The FMPXMLRESULT grammar contains additional information about the database that is not in the  <br />FMPDSORESULT grammar, such as the number of records, field types, and field formats.</p>
<p><b>FMPXMLLAYOUT &#8211; A GRAMMAR FOR LAYOUTS</b></p>
<p>FMPXMLLAYOUT is the third and final XML grammar that FileMaker Pro supports.</p>
<p>While both FMPDSORESULT and FMPXMLRESULT focus on the data in the database, FMPXMLLAYOUT describes the layout of the fields.</p>
<p><b>Conclusion</b></p>
<p>This article provides a better insight into the integration of xml in Filemaker.</p>
<p>I am working with Mindfire Solutions(<a target="_new" href="http://www.mindfiresolutions.com">http://www.mindfiresolutions.com</a>), which is an offshore software development company and provides customized software solution to its global clients. My expertise includes PHP 4.0,PHP5 and Filemaker pro 8 advance,Filemaker pro 9 advanceetc. You can reach me at <a href="mailto:manjushreed@mindfiresolutions.com">manjushreed@mindfiresolutions.com</a></p>
<p>Author: <a href="http://EzineArticles.com/?expert=Manjushree_Das">Manjushree Das</a><br />Article Source: <a href="http://ezinearticles.com/?Filemaker-and-XML&amp;id=346387">EzineArticles.com</a><br />Provided by: <a href="http://betterdollar.com/duty-tax/duty/">Duty tariff</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/filemaker-xml-31/feed/</wfw:commentRss>
		<slash:comments>219</slash:comments>
		</item>
		<item>
		<title>Filemaker &amp; XML</title>
		<link>http://www.learnxmlws.com/filemaker-xml-30/</link>
		<comments>http://www.learnxmlws.com/filemaker-xml-30/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 06:07:14 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Amp Max]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Container Field]]></category>
		<category><![CDATA[Export Records]]></category>
		<category><![CDATA[Filemaker Pro]]></category>
		<category><![CDATA[Filemaker Web Companion]]></category>
		<category><![CDATA[Grammars]]></category>
		<category><![CDATA[Grammer]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[Import Xml]]></category>
		<category><![CDATA[Query String]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Two Computers]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Xml Data]]></category>
		<category><![CDATA[Xml Grammar]]></category>
		<category><![CDATA[Xml Introduction]]></category>
		<category><![CDATA[Xml Vocabularies]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/filemaker-xml-30/</guid>
		<description><![CDATA[This article describes the integration of XML in filemaker. The article's focus is on requesting XML data via Filemaker.]]></description>
			<content:encoded><![CDATA[<p><b>Introduction</b></p>
<p>We can exchange information and messages between two computers,which uses XML data sent over the web via Http.But why xml? The reason is xml is faster,is a standard and well documented.</p>
<p><b>REQUESTING XML DATA FROM FILEMAKER PRO</b></p>
<p>Syntax:</p>
<p>xyz.com:591/FMPro?-db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p>The above syntax specifies the protocol that is needed to communicate with the server. When we need to use FileMaker Pro over the Web, the protocol has to be http, the hypertext transfer protocol.</p>
<p>Let us now discuss the parts in detail:</p>
<p>the host: xyz.com</p>
<p>This describes the name or IP address of the server on which FileMaker Pro is running on.</p>
<p>the port: 591</p>
<p>Normally HTTP servers run on port 80. However if FileMaker Pro is sharing a machine with another web  server say Apache or WebStar, then in that case you have to choose a different port.</p>
<p>the file path: /FMPro</p>
<p>This tells the server which file to serve.When using the FileMaker Web Companion as your server to  serve XML,this is always /FMPro.</p>
<p>the query string: -db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p><b>CHOOSING A FILEMAKER PRO XML GRAMMAR</b></p>
<p>So there are three different XML vocabularies.</p>
<p>These are:</p>
<p>o The FMPDSORESULT grammar</p>
<p>o The FMPXMLRESULT grammar</p>
<p>o The FMPXMLLAYOUT grammar</p>
<p>From the main menu file you can choose file-&gt; export records-&gt;choose xml grammar-&gt; export choose file-&gt; import records-&gt;select file-&gt;import</p>
<p>XML export does not support exporting container field data.</p>
<p>FileMaker Pro can export XML in two grammars: FMPXMLRESULT and FMPDSORESULT.</p>
<p>The following is an example of XML in the FMPDSORESULT grammar.</p>
<p><b>The FMPDSORESULT grammar </b></p>
<p>This grammer is obsolete and hence not used. The better term is deprecated means the designer of the grammar is discouraging you to use xml grammar.</p>
<p><b>FMPXMLRESULT grammar</b></p>
<p>The FMPXMLRESULT grammar contains additional information about the database that is not in the  <br />FMPDSORESULT grammar, such as the number of records, field types, and field formats.</p>
<p><b>FMPXMLLAYOUT &#8211; A GRAMMAR FOR LAYOUTS</b></p>
<p>FMPXMLLAYOUT is the third and final XML grammar that FileMaker Pro supports.</p>
<p>While both FMPDSORESULT and FMPXMLRESULT focus on the data in the database, FMPXMLLAYOUT describes the layout of the fields.</p>
<p><b>Conclusion</b></p>
<p>This article provides a better insight into the integration of xml in Filemaker.</p>
<p>I am working with Mindfire Solutions(<a target="_new" href="http://www.mindfiresolutions.com">http://www.mindfiresolutions.com</a>), which is an offshore software development company and provides customized software solution to its global clients. My expertise includes PHP 4.0,PHP5 and Filemaker pro 8 advance,Filemaker pro 9 advanceetc. You can reach me at <a href="mailto:manjushreed@mindfiresolutions.com">manjushreed@mindfiresolutions.com</a></p>
<p>Author: <a href="http://EzineArticles.com/?expert=Manjushree_Das">Manjushree Das</a><br />Article Source: <a href="http://ezinearticles.com/?Filemaker-and-XML&amp;id=346387">EzineArticles.com</a><br />Provided by: <a href="http://neohdtv.com/">Digital TV, HDTV, Satellite TV</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/filemaker-xml-30/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Filemaker &amp; XML</title>
		<link>http://www.learnxmlws.com/filemaker-xml-29/</link>
		<comments>http://www.learnxmlws.com/filemaker-xml-29/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 05:18:04 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Amp Max]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Container Field]]></category>
		<category><![CDATA[Export Records]]></category>
		<category><![CDATA[Filemaker Pro]]></category>
		<category><![CDATA[Filemaker Web Companion]]></category>
		<category><![CDATA[Grammars]]></category>
		<category><![CDATA[Grammer]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[Import Xml]]></category>
		<category><![CDATA[Query String]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Two Computers]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[Xml Data]]></category>
		<category><![CDATA[Xml Grammar]]></category>
		<category><![CDATA[Xml Introduction]]></category>
		<category><![CDATA[Xml Vocabularies]]></category>

		<guid isPermaLink="false">http://www.learnxmlws.com/filemaker-xml-29/</guid>
		<description><![CDATA[This article describes the integration of XML in filemaker. The article's focus is on requesting XML data via Filemaker.]]></description>
			<content:encoded><![CDATA[<p><b>Introduction</b></p>
<p>We can exchange information and messages between two computers,which uses XML data sent over the web via Http.But why xml? The reason is xml is faster,is a standard and well documented.</p>
<p><b>REQUESTING XML DATA FROM FILEMAKER PRO</b></p>
<p>Syntax:</p>
<p>xyz.com:591/FMPro?-db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p>The above syntax specifies the protocol that is needed to communicate with the server. When we need to use FileMaker Pro over the Web, the protocol has to be http, the hypertext transfer protocol.</p>
<p>Let us now discuss the parts in detail:</p>
<p>the host: xyz.com</p>
<p>This describes the name or IP address of the server on which FileMaker Pro is running on.</p>
<p>the port: 591</p>
<p>Normally HTTP servers run on port 80. However if FileMaker Pro is sharing a machine with another web  server say Apache or WebStar, then in that case you have to choose a different port.</p>
<p>the file path: /FMPro</p>
<p>This tells the server which file to serve.When using the FileMaker Web Companion as your server to  serve XML,this is always /FMPro.</p>
<p>the query string: -db=myDB.fp5&amp;-format=-fmp_xml&amp;-max=all&amp;-find</p>
<p><b>CHOOSING A FILEMAKER PRO XML GRAMMAR</b></p>
<p>So there are three different XML vocabularies.</p>
<p>These are:</p>
<p>o The FMPDSORESULT grammar</p>
<p>o The FMPXMLRESULT grammar</p>
<p>o The FMPXMLLAYOUT grammar</p>
<p>From the main menu file you can choose file-&gt; export records-&gt;choose xml grammar-&gt; export choose file-&gt; import records-&gt;select file-&gt;import</p>
<p>XML export does not support exporting container field data.</p>
<p>FileMaker Pro can export XML in two grammars: FMPXMLRESULT and FMPDSORESULT.</p>
<p>The following is an example of XML in the FMPDSORESULT grammar.</p>
<p><b>The FMPDSORESULT grammar </b></p>
<p>This grammer is obsolete and hence not used. The better term is deprecated means the designer of the grammar is discouraging you to use xml grammar.</p>
<p><b>FMPXMLRESULT grammar</b></p>
<p>The FMPXMLRESULT grammar contains additional information about the database that is not in the  <br />FMPDSORESULT grammar, such as the number of records, field types, and field formats.</p>
<p><b>FMPXMLLAYOUT &#8211; A GRAMMAR FOR LAYOUTS</b></p>
<p>FMPXMLLAYOUT is the third and final XML grammar that FileMaker Pro supports.</p>
<p>While both FMPDSORESULT and FMPXMLRESULT focus on the data in the database, FMPXMLLAYOUT describes the layout of the fields.</p>
<p><b>Conclusion</b></p>
<p>This article provides a better insight into the integration of xml in Filemaker.</p>
<p>I am working with Mindfire Solutions(<a target="_new" href="http://www.mindfiresolutions.com">http://www.mindfiresolutions.com</a>), which is an offshore software development company and provides customized software solution to its global clients. My expertise includes PHP 4.0,PHP5 and Filemaker pro 8 advance,Filemaker pro 9 advanceetc. You can reach me at <a href="mailto:manjushreed@mindfiresolutions.com">manjushreed@mindfiresolutions.com</a></p>
<p>Author: <a href="http://EzineArticles.com/?expert=Manjushree_Das">Manjushree Das</a><br />Article Source: <a href="http://ezinearticles.com/?Filemaker-and-XML&amp;id=346387">EzineArticles.com</a><br />Provided by: <a href="http://beadingnecklace.com/">Beading Necklace</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learnxmlws.com/filemaker-xml-29/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

