<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LPCXpresso IDE中的主题 LPC1549 or similar XML Parser</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1549-or-similar-XML-Parser/m-p/565115#M17860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by riscy00 on Sun Oct 11 21:56:21 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking for XML Parser to read simple XML structure (mostly element). It derived from LIST&amp;lt;&amp;gt; with serialization in .net frameworks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It may come from SDCard or EEPROM. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to read and transfer into pre-configured array. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody suggest solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone done this before?, was is worth implementing XML parser or stick to XML to custom CVS style prior to SDCard or EEPROM.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:00:17 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:00:17Z</dc:date>
    <item>
      <title>LPC1549 or similar XML Parser</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1549-or-similar-XML-Parser/m-p/565115#M17860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by riscy00 on Sun Oct 11 21:56:21 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking for XML Parser to read simple XML structure (mostly element). It derived from LIST&amp;lt;&amp;gt; with serialization in .net frameworks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It may come from SDCard or EEPROM. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to read and transfer into pre-configured array. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody suggest solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone done this before?, was is worth implementing XML parser or stick to XML to custom CVS style prior to SDCard or EEPROM.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:00:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1549-or-similar-XML-Parser/m-p/565115#M17860</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1549 or similar XML Parser</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1549-or-similar-XML-Parser/m-p/565116#M17861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vtw.433e on Mon Oct 12 02:47:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There are several open source XML parsers: Expat and libxml being the most common. However, they are designed to run under an OS (not embedded) and so tend to use a lot of memory (code size and dynamic memory), and of course will make extensive use of C runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This thread may provide some further information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F1131701%2Fc-xml-library-for-embedded-systems" rel="nofollow" target="_blank"&gt;http://stackoverflow.com/questions/1131701/c-xml-library-for-embedded-systems&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:00:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1549-or-similar-XML-Parser/m-p/565116#M17861</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1549 or similar XML Parser</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1549-or-similar-XML-Parser/m-p/565117#M17862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Superfred on Mon Oct 12 08:05:05 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I would write my own parser, maybe using strstr function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:00:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1549-or-similar-XML-Parser/m-p/565117#M17862</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:00:19Z</dc:date>
    </item>
  </channel>
</rss>

