<?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>LPC MicrocontrollersのトピックRe: LWIP Server Side Includes (SSI)</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LWIP-Server-Side-Includes-SSI/m-p/578251#M19778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by peterrq on Tue Dec 02 05:45:17 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Additional information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wireshark reports that the SSI response checksum is incorrect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose that I have a file 'toggle.xml' with contents:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'nl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;spacespace&amp;lt;!--#s_tgl--&amp;gt;nl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nl'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where nl is newline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If #s_tgl outputs 4 charcacters (returns len=4) then checksum is reported ok and the output appears on browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If #s_tgl outputs 7 charcacters (returns len=7) then checksum is reported in error and output does not appear. The PC rerequests data over &amp;amp; over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are many other lengths which do not work. I have made my pages work by inserting spaces before or after the tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not yet figured out why the error occurs nor how to avoid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The output displays the original tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone used SSI?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does SSI work for you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:18:46 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:18:46Z</dc:date>
    <item>
      <title>LWIP Server Side Includes (SSI)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LWIP-Server-Side-Includes-SSI/m-p/578250#M19777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by peterrq on Wed Oct 29 03:50:47 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone used SSI in anger? How many tags have you used &amp;amp; how much data do your tags generate? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it be possible to post working code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an issue where some SSI tags work but other tags cause ACKs to be lost, see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.lpcware.com/content/forum/lwip-server-side-include-causes-ack-problem&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:18:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LWIP-Server-Side-Includes-SSI/m-p/578250#M19777</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: LWIP Server Side Includes (SSI)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LWIP-Server-Side-Includes-SSI/m-p/578251#M19778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by peterrq on Tue Dec 02 05:45:17 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Additional information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wireshark reports that the SSI response checksum is incorrect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose that I have a file 'toggle.xml' with contents:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'nl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;spacespace&amp;lt;!--#s_tgl--&amp;gt;nl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nl'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where nl is newline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If #s_tgl outputs 4 charcacters (returns len=4) then checksum is reported ok and the output appears on browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If #s_tgl outputs 7 charcacters (returns len=7) then checksum is reported in error and output does not appear. The PC rerequests data over &amp;amp; over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are many other lengths which do not work. I have made my pages work by inserting spaces before or after the tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not yet figured out why the error occurs nor how to avoid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The output displays the original tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone used SSI?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does SSI work for you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:18:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LWIP-Server-Side-Includes-SSI/m-p/578251#M19778</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:18:46Z</dc:date>
    </item>
  </channel>
</rss>

