<?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: Using XML Data in LabVIEW is Hard</title>
	<atom:link href="http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/</link>
	<description>an unfiltered stream of data flow consciousness</description>
	<lastBuildDate>Mon, 19 Jul 2010 06:37:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim Kring</title>
		<link>http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/comment-page-1/#comment-25394</link>
		<dc:creator>Jim Kring</dc:creator>
		<pubDate>Sun, 31 May 2009 13:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/2008/01/22/using-xml-data-in-labview-is-hard/#comment-25394</guid>
		<description>Wajid: The short answer is &quot;no&quot;, you can&#039;t transform your block diagram into XML.</description>
		<content:encoded><![CDATA[<p>Wajid: The short answer is &#8220;no&#8221;, you can&#8217;t transform your block diagram into XML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wajid Gulistan</title>
		<link>http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/comment-page-1/#comment-25393</link>
		<dc:creator>Wajid Gulistan</dc:creator>
		<pubDate>Sun, 31 May 2009 08:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/2008/01/22/using-xml-data-in-labview-is-hard/#comment-25393</guid>
		<description>I really liked your article and it is very suitable one, I have a question is there any method through which i can automatically transform my whole block diagram code into XML, 

Thanks

Wajid</description>
		<content:encoded><![CDATA[<p>I really liked your article and it is very suitable one, I have a question is there any method through which i can automatically transform my whole block diagram code into XML, </p>
<p>Thanks</p>
<p>Wajid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ton Plomp</title>
		<link>http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/comment-page-1/#comment-25373</link>
		<dc:creator>Ton Plomp</dc:creator>
		<pubDate>Sun, 22 Feb 2009 15:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/2008/01/22/using-xml-data-in-labview-is-hard/#comment-25373</guid>
		<description>Hi Isaac,
that function is from the Internet Toolkit, sold as an addon to LabVIEW by National Instruments.
The toolkit is part of the Professional Development Suite.

Ton</description>
		<content:encoded><![CDATA[<p>Hi Isaac,<br />
that function is from the Internet Toolkit, sold as an addon to LabVIEW by National Instruments.<br />
The toolkit is part of the Professional Development Suite.</p>
<p>Ton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac Fayad</title>
		<link>http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/comment-page-1/#comment-25370</link>
		<dc:creator>Isaac Fayad</dc:creator>
		<pubDate>Sun, 22 Feb 2009 10:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/2008/01/22/using-xml-data-in-labview-is-hard/#comment-25370</guid>
		<description>Hello Jim Kring ;
Could you please tell me where could i find  the second block in Figure 4 after &quot;xml string&quot; block. I searched in Function Palette and i could not find any thing. I have also the the Internet Toolkit installed on my PC. 
thanks</description>
		<content:encoded><![CDATA[<p>Hello Jim Kring ;<br />
Could you please tell me where could i find  the second block in Figure 4 after &#8220;xml string&#8221; block. I searched in Function Palette and i could not find any thing. I have also the the Internet Toolkit installed on my PC.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angelo trivelli</title>
		<link>http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/comment-page-1/#comment-25236</link>
		<dc:creator>angelo trivelli</dc:creator>
		<pubDate>Tue, 16 Sep 2008 12:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/2008/01/22/using-xml-data-in-labview-is-hard/#comment-25236</guid>
		<description>Whenever I&#039;ve needed to process XML in LabVIEW, I have found the MSXML activeX controls to be effective. There are a bunch of them and you can perform XSLT transformations too. 

There are both DOM and SAX based parsers.  DOM-based is good for the typical use-cases a labview developer would come across (if XML is relatively small-- fits in memory). I haven&#039;t used SAX-based but I bet it works fine.

The other advantage of using MSXML is that you have some degree of portability, exactly the same properties and invocations can be used in a VBA or VB script.</description>
		<content:encoded><![CDATA[<p>Whenever I&#8217;ve needed to process XML in LabVIEW, I have found the MSXML activeX controls to be effective. There are a bunch of them and you can perform XSLT transformations too. </p>
<p>There are both DOM and SAX based parsers.  DOM-based is good for the typical use-cases a labview developer would come across (if XML is relatively small&#8211; fits in memory). I haven&#8217;t used SAX-based but I bet it works fine.</p>
<p>The other advantage of using MSXML is that you have some degree of portability, exactly the same properties and invocations can be used in a VBA or VB script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WillSmith</title>
		<link>http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/comment-page-1/#comment-9787</link>
		<dc:creator>WillSmith</dc:creator>
		<pubDate>Fri, 02 May 2008 16:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/2008/01/22/using-xml-data-in-labview-is-hard/#comment-9787</guid>
		<description>All that is really needed is an XSLT processor option.
XML &gt;- XSLT-&gt; pretty much any kind of output.</description>
		<content:encoded><![CDATA[<p>All that is really needed is an XSLT processor option.<br />
XML &gt;- XSLT-&gt; pretty much any kind of output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Kring</title>
		<link>http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/comment-page-1/#comment-6419</link>
		<dc:creator>Jim Kring</dc:creator>
		<pubDate>Sun, 02 Mar 2008 02:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/2008/01/22/using-xml-data-in-labview-is-hard/#comment-6419</guid>
		<description>Hi Everyone: I wanted you all to know that I&#039;ve posted a follow-up to this article called &lt;a href=&quot;http://thinkinging.com/2008/03/01/using-xml-data-in-labview-just-got-easier/&quot; rel=&quot;nofollow&quot;&gt;Using XML Data in LabVIEW Just Got Easier&lt;/a&gt;.  I hope you enjoy it.</description>
		<content:encoded><![CDATA[<p>Hi Everyone: I wanted you all to know that I&#8217;ve posted a follow-up to this article called <a href="http://thinkinging.com/2008/03/01/using-xml-data-in-labview-just-got-easier/" rel="nofollow">Using XML Data in LabVIEW Just Got Easier</a>.  I hope you enjoy it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Brunner</title>
		<link>http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/comment-page-1/#comment-4089</link>
		<dc:creator>James Brunner</dc:creator>
		<pubDate>Tue, 22 Jan 2008 17:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/2008/01/22/using-xml-data-in-labview-is-hard/#comment-4089</guid>
		<description>Nice post, Jim.  I&#039;m looking forward to the follow-up articles as well.

One of our apps uses XML indirectly via the NI USI library.  The TDM file format follows another  NI XML schema entirely.

- James</description>
		<content:encoded><![CDATA[<p>Nice post, Jim.  I&#8217;m looking forward to the follow-up articles as well.</p>
<p>One of our apps uses XML indirectly via the NI USI library.  The TDM file format follows another  NI XML schema entirely.</p>
<p>- James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Kring</title>
		<link>http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/comment-page-1/#comment-4087</link>
		<dc:creator>Jim Kring</dc:creator>
		<pubDate>Tue, 22 Jan 2008 16:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/2008/01/22/using-xml-data-in-labview-is-hard/#comment-4087</guid>
		<description>akumuaka: Thanks for the feedback.  I&#039;m glad you like the article and found it useful.  I&#039;ve got some follow-up topics on XML that I think you&#039;ll like, too.  Also, I&#039;m interested to hear about how you use XML data in LabVIEW.  I&#039;ve created a poll, &lt;a href=&quot;http://forums.lavag.org/Article-Using-XML-Data-in-LabVIEW-is-Hard-t9943.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>akumuaka: Thanks for the feedback.  I&#8217;m glad you like the article and found it useful.  I&#8217;ve got some follow-up topics on XML that I think you&#8217;ll like, too.  Also, I&#8217;m interested to hear about how you use XML data in LabVIEW.  I&#8217;ve created a poll, <a href="http://forums.lavag.org/Article-Using-XML-Data-in-LabVIEW-is-Hard-t9943.html" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akamuaka</title>
		<link>http://thinkinging.com/2008/01/21/using-xml-data-in-labview-is-hard/comment-page-1/#comment-4084</link>
		<dc:creator>akamuaka</dc:creator>
		<pubDate>Tue, 22 Jan 2008 15:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/2008/01/22/using-xml-data-in-labview-is-hard/#comment-4084</guid>
		<description>Excellent post Jim!
I like your method descriptions and agree with the conclusion as a whole. I wish I had had the benefit of this entry when I tackled my first app using XML in LabVIEW over 5 yrs. ago! ;-)</description>
		<content:encoded><![CDATA[<p>Excellent post Jim!<br />
I like your method descriptions and agree with the conclusion as a whole. I wish I had had the benefit of this entry when I tackled my first app using XML in LabVIEW over 5 yrs. ago! <img src='http://thinkinging.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
