<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 13:10:47 +0000</lastBuildDate>
    <item>
      <title>(PHP) getDoctype.inc.php - daemondevin</title>
      <link>https://snipplr.com/view/334233/getdoctypeincphp</link>
      <description>&lt;p&gt;With this snippet you will have the ability to display the `&lt;DOCTYPE&gt;` while sending the correct headers with support for content type negotiation.&#13;
&#13;
It also will correct itself for the W3C validator which does not send the correct Accept header for `XHTML` documents.&#13;
&#13;
Does **NOT** send `XHTML 1.1` to browsers that wont accept `application/xhtml+xml` because the snippet will make sure the browser groks XML before sending anything.&#13;
Visit: labs/PHP/DOCTYPE.php#bug-fix for details and a link to the W3C XHTML for more&lt;/p&gt;</description>
      <pubDate>Fri, 27 Sep 2019 11:49:11 UTC</pubDate>
      <guid>https://snipplr.com/view/334233/getdoctypeincphp</guid>
    </item>
    <item>
      <title>(PHP) Convert XML to Array in PHP - kavikms</title>
      <link>https://snipplr.com/view/145004/convert-xml-to-array-in-php</link>
      <description>&lt;p&gt;Convert easily XML File or String to Associative Array in PHP&lt;/p&gt;</description>
      <pubDate>Thu, 19 Nov 2015 05:54:44 UTC</pubDate>
      <guid>https://snipplr.com/view/145004/convert-xml-to-array-in-php</guid>
    </item>
    <item>
      <title>(PHP) Creating an RSS Feed From Your Site - COBOLdinosaur</title>
      <link>https://snipplr.com/view/109769/creating-an-rss-feed-from-your-site</link>
      <description>&lt;p&gt;If you syndicate your content with an RSS feed it can help to drive additional traffic to the content pages.&lt;/p&gt;</description>
      <pubDate>Wed, 16 Sep 2015 01:37:42 UTC</pubDate>
      <guid>https://snipplr.com/view/109769/creating-an-rss-feed-from-your-site</guid>
    </item>
    <item>
      <title>(C#) read txt file with windows phone - vhdm</title>
      <link>https://snipplr.com/view/75836/read-txt-file-with-windows-phone</link>
      <description>&lt;p&gt;Note: change build Action of file to resource&lt;/p&gt;</description>
      <pubDate>Tue, 05 Aug 2014 06:48:39 UTC</pubDate>
      <guid>https://snipplr.com/view/75836/read-txt-file-with-windows-phone</guid>
    </item>
    <item>
      <title>(SQL) Parse xml in SQL - rralhan</title>
      <link>https://snipplr.com/view/74663/parse-xml-in-sql</link>
      <description>&lt;p&gt;Parse xml (passed as a parameter) in SQL&lt;/p&gt;</description>
      <pubDate>Fri, 23 May 2014 06:34:51 UTC</pubDate>
      <guid>https://snipplr.com/view/74663/parse-xml-in-sql</guid>
    </item>
    <item>
      <title>(Groovy) Groovy object's marshalling/unmarshalling via JAXB - alces</title>
      <link>https://snipplr.com/view/74621/groovy-objects-marshallingunmarshalling-via-jaxb</link>
      <description>&lt;p&gt;Example of JAXB-annotated POGO, marshalled and unmarshalled via static methods of JAXB object.&lt;/p&gt;</description>
      <pubDate>Mon, 19 May 2014 16:22:53 UTC</pubDate>
      <guid>https://snipplr.com/view/74621/groovy-objects-marshallingunmarshalling-via-jaxb</guid>
    </item>
    <item>
      <title>(PHP) Implement Simple Mail Merge or MailMerge with Regions in Cloud Using PHP - johansonkatherine</title>
      <link>https://snipplr.com/view/73612/implement-simple-mail-merge-or-mailmerge-with-regions-in-cloud-using-php</link>
      <description>&lt;p&gt;Mail merge allows you to produce document (potentially large numbers of documents) from a single template and a structured data source. The letter may be sent out to many recipients with small changes, such as a change of address or a change in the greeting line. It can also be used to generate business reports, purchase orders, receipts, catalogs, inventories, and invoices etc. &#13;
&#13;
&#13;
&#13;
Aspose.Words for Cloud Mail Merge allows you to generate documents from a template and XML in any language including .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more. You can use it with any language or platform that supports REST. (Almost all platforms and languages support REST and provide native REST clients to work with REST API). &#13;
&#13;
&#13;
&#13;
This post covers mail merge in PHP, you can check Aspose.Words for Cloud documentation for other languages. &#13;
&#13;
&#13;
http://www.aspose.com/docs/display/wordscloud/Working+with+Mail+Merge&lt;/p&gt;</description>
      <pubDate>Fri, 07 Feb 2014 18:57:34 UTC</pubDate>
      <guid>https://snipplr.com/view/73612/implement-simple-mail-merge-or-mailmerge-with-regions-in-cloud-using-php</guid>
    </item>
    <item>
      <title>(Java) C# &amp; VB.NET Code Samples for Exporting Microsoft Visio Diagram to XML - johansonkatherine</title>
      <link>https://snipplr.com/view/73532/c--vbnet-code-samples-for-exporting-microsoft-visio-diagram-to-xml</link>
      <description>&lt;p&gt;This technical tip shows how .NET developers can export Microsoft Visio diagram to XML inside their own applications using Aspose.Diagram for .NET. Aspose.Diagram for .NET lets you export diagrams to a variety of formats: image formats, HTML, SVG, SWF and XML formats:&#13;
&#13;
â€¢	VDX defines an XML diagram.&#13;
â€¢	VTX defines an XML template.&#13;
â€¢	VSX defines an XML stencil.&#13;
&#13;
The Diagram class' constructors read a diagram and the Save method is used to save, or export, a diagram in a different file format. The code snippets in this article show how to use the Save method to save a Visio file to VDX, VTX and VSX.&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jan 2014 19:14:03 UTC</pubDate>
      <guid>https://snipplr.com/view/73532/c--vbnet-code-samples-for-exporting-microsoft-visio-diagram-to-xml</guid>
    </item>
    <item>
      <title>(Java) capitals.xml XML Reader - bluesh34</title>
      <link>https://snipplr.com/view/72786/capitalsxml-xml-reader</link>
      <description>&lt;p&gt;Stores country name code and capital in an array and returns it. (not completed)&lt;/p&gt;</description>
      <pubDate>Sat, 02 Nov 2013 22:58:18 UTC</pubDate>
      <guid>https://snipplr.com/view/72786/capitalsxml-xml-reader</guid>
    </item>
    <item>
      <title>(C#) xml test library - ashvin8085hotmail</title>
      <link>https://snipplr.com/view/72758/xml-test-library</link>
      <description>&lt;p&gt;Simple C# library that can be used to test xml. Test rules are defined in the form of xml file.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Oct 2013 03:41:50 UTC</pubDate>
      <guid>https://snipplr.com/view/72758/xml-test-library</guid>
    </item>
    <item>
      <title>(Other) Parse XML with PowerShell - telltec</title>
      <link>https://snipplr.com/view/72670/parse-xml-with-powershell</link>
      <description>&lt;p&gt;Loads an XML file and iterates through its nodes.&#13;
&#13;
Uses Sample XML file from [http://msdn.microsoft.com/en-us/library/ms762271(v=vs.85).aspx](http://msdn.microsoft.com/en-us/library/ms762271(v=vs.85).aspx)&#13;
&#13;
`&#13;
&lt;?xml&gt;&#13;
&lt;catalog&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Gambardella, Matthew&lt;/author&gt;&#13;
      &lt;title&gt;XML Developer's Guide&lt;/title&gt;&#13;
      &lt;genre&gt;Computer&lt;/genre&gt;&#13;
      &lt;price&gt;44.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-10-01&lt;/publish_date&gt;&#13;
      &lt;description&gt;An in-depth look at creating applications &#13;
      with XML.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Ralls, Kim&lt;/author&gt;&#13;
      &lt;title&gt;Midnight Rain&lt;/title&gt;&#13;
      &lt;genre&gt;Fantasy&lt;/genre&gt;&#13;
      &lt;price&gt;5.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-12-16&lt;/publish_date&gt;&#13;
      &lt;description&gt;A former architect battles corporate zombies, &#13;
      an evil sorceress, and her own childhood to become queen &#13;
      of the world.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Corets, Eva&lt;/author&gt;&#13;
      &lt;title&gt;Maeve Ascendant&lt;/title&gt;&#13;
      &lt;genre&gt;Fantasy&lt;/genre&gt;&#13;
      &lt;price&gt;5.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-11-17&lt;/publish_date&gt;&#13;
      &lt;description&gt;After the collapse of a nanotechnology &#13;
      society in England, the young survivors lay the &#13;
      foundation for a new society.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Corets, Eva&lt;/author&gt;&#13;
      &lt;title&gt;Oberon's Legacy&lt;/title&gt;&#13;
      &lt;genre&gt;Fantasy&lt;/genre&gt;&#13;
      &lt;price&gt;5.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2001-03-10&lt;/publish_date&gt;&#13;
      &lt;description&gt;In post-apocalypse England, the mysterious &#13;
      agent known only as Oberon helps to create a new life &#13;
      for the inhabitants of London. Sequel to Maeve &#13;
      Ascendant.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Corets, Eva&lt;/author&gt;&#13;
      &lt;title&gt;The Sundered Grail&lt;/title&gt;&#13;
      &lt;genre&gt;Fantasy&lt;/genre&gt;&#13;
      &lt;price&gt;5.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2001-09-10&lt;/publish_date&gt;&#13;
      &lt;description&gt;The two daughters of Maeve, half-sisters, &#13;
      battle one another for control of England. Sequel to &#13;
      Oberon's Legacy.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Randall, Cynthia&lt;/author&gt;&#13;
      &lt;title&gt;Lover Birds&lt;/title&gt;&#13;
      &lt;genre&gt;Romance&lt;/genre&gt;&#13;
      &lt;price&gt;4.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-09-02&lt;/publish_date&gt;&#13;
      &lt;description&gt;When Carla meets Paul at an ornithology &#13;
      conference, tempers fly as feathers get ruffled.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Thurman, Paula&lt;/author&gt;&#13;
      &lt;title&gt;Splish Splash&lt;/title&gt;&#13;
      &lt;genre&gt;Romance&lt;/genre&gt;&#13;
      &lt;price&gt;4.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-11-02&lt;/publish_date&gt;&#13;
      &lt;description&gt;A deep sea diver finds true love twenty &#13;
      thousand leagues beneath the sea.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Knorr, Stefan&lt;/author&gt;&#13;
      &lt;title&gt;Creepy Crawlies&lt;/title&gt;&#13;
      &lt;genre&gt;Horror&lt;/genre&gt;&#13;
      &lt;price&gt;4.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-12-06&lt;/publish_date&gt;&#13;
      &lt;description&gt;An anthology of horror stories about roaches,&#13;
      centipedes, scorpions  and other insects.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Kress, Peter&lt;/author&gt;&#13;
      &lt;title&gt;Paradox Lost&lt;/title&gt;&#13;
      &lt;genre&gt;Science Fiction&lt;/genre&gt;&#13;
      &lt;price&gt;6.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-11-02&lt;/publish_date&gt;&#13;
      &lt;description&gt;After an inadvertant trip through a Heisenberg&#13;
      Uncertainty Device, James Salway discovers the problems &#13;
      of being quantum.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;O'Brien, Tim&lt;/author&gt;&#13;
      &lt;title&gt;Microsoft .NET: The Programming Bible&lt;/title&gt;&#13;
      &lt;genre&gt;Computer&lt;/genre&gt;&#13;
      &lt;price&gt;36.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-12-09&lt;/publish_date&gt;&#13;
      &lt;description&gt;Microsoft's .NET initiative is explored in &#13;
      detail in this deep programmer's reference.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;O'Brien, Tim&lt;/author&gt;&#13;
      &lt;title&gt;MSXML3: A Comprehensive Guide&lt;/title&gt;&#13;
      &lt;genre&gt;Computer&lt;/genre&gt;&#13;
      &lt;price&gt;36.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-12-01&lt;/publish_date&gt;&#13;
      &lt;description&gt;The Microsoft MSXML3 parser is covered in &#13;
      detail, with attention to XML DOM interfaces, XSLT processing, &#13;
      SAX and more.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Galos, Mike&lt;/author&gt;&#13;
      &lt;title&gt;Visual Studio 7: A Comprehensive Guide&lt;/title&gt;&#13;
      &lt;genre&gt;Computer&lt;/genre&gt;&#13;
      &lt;price&gt;49.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2001-04-16&lt;/publish_date&gt;&#13;
      &lt;description&gt;Microsoft Visual Studio 7 is explored in depth,&#13;
      looking at how Visual Basic, Visual C++, C#, and ASP+ are &#13;
      integrated into a comprehensive development &#13;
      environment.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
&lt;/catalog&gt;&#13;
`&lt;/p&gt;</description>
      <pubDate>Thu, 17 Oct 2013 20:57:50 UTC</pubDate>
      <guid>https://snipplr.com/view/72670/parse-xml-with-powershell</guid>
    </item>
    <item>
      <title>(C#) XmlDocument extension method to create CData sections with CData terminators inside - thedark</title>
      <link>https://snipplr.com/view/72525/xmldocument-extension-method-to-create-cdata-sections-with-cdata-terminators-inside</link>
      <description>&lt;p&gt;XmlDocument will not behave when you try to CreateCDataSection passing it a string that contains "]]&gt;"&#13;
&#13;
This extension method returns an array of XmlCDataSection, each of which will contain the parts separated by "]]" and "&gt;". Example:&#13;
&#13;
For the string "This string contains ]]&gt;, and ]]&gt; is invalid within CData sections", the return value will be an array containing the following XmlCDataSections:&#13;
&#13;
"This string contains ]]"&#13;
"&gt;, and ]]"&#13;
"&gt; is invalid within CData sections"&#13;
&#13;
which works beautifully.&#13;
&#13;
Optimizations are welcome.&lt;/p&gt;</description>
      <pubDate>Fri, 04 Oct 2013 04:00:05 UTC</pubDate>
      <guid>https://snipplr.com/view/72525/xmldocument-extension-method-to-create-cdata-sections-with-cdata-terminators-inside</guid>
    </item>
    <item>
      <title>(C#) XMLNodeList to HTML Table based on Ektron Smartform data - dego89</title>
      <link>https://snipplr.com/view/70320/xmlnodelist-to-html-table-based-on-ektron-smartform-data</link>
      <description>&lt;p&gt;Ektron smartform data contains a xml nodelist which I put in a data table and parse out into an html table&lt;/p&gt;</description>
      <pubDate>Fri, 08 Mar 2013 02:33:03 UTC</pubDate>
      <guid>https://snipplr.com/view/70320/xmlnodelist-to-html-table-based-on-ektron-smartform-data</guid>
    </item>
    <item>
      <title>(PHP) Lambda function to create XML from Array - abrahamsustaita</title>
      <link>https://snipplr.com/view/70278/lambda-function-to-create-xml-from-array</link>
      <description>&lt;p&gt;This snippet is a lambda function (anonymous function) to create an xml from an array. It uses recursiveness.&lt;/p&gt;</description>
      <pubDate>Wed, 06 Mar 2013 07:03:26 UTC</pubDate>
      <guid>https://snipplr.com/view/70278/lambda-function-to-create-xml-from-array</guid>
    </item>
    <item>
      <title>(C#) create XElement from string - samilce</title>
      <link>https://snipplr.com/view/70272/create-xelement-from-string</link>
      <description>&lt;p&gt;Reading xml from file and create XElement from string&lt;/p&gt;</description>
      <pubDate>Wed, 06 Mar 2013 00:11:51 UTC</pubDate>
      <guid>https://snipplr.com/view/70272/create-xelement-from-string</guid>
    </item>
    <item>
      <title>(PHP) Parsing XML File with PHP - apphp-snippets</title>
      <link>https://snipplr.com/view/70081/parsing-xml-file-with-php</link>
      <description>&lt;p&gt;This code shows how to parse XML file in easy way using PHP.&lt;/p&gt;</description>
      <pubDate>Sun, 24 Feb 2013 20:18:43 UTC</pubDate>
      <guid>https://snipplr.com/view/70081/parsing-xml-file-with-php</guid>
    </item>
    <item>
      <title>(PHP) Fix CDATA blocks in XML files after reformatting with Tidy - iroybot</title>
      <link>https://snipplr.com/view/69689/fix-cdata-blocks-in-xml-files-after-reformatting-with-tidy</link>
      <description>&lt;p&gt;For some reason tidy inserts new lines before/after &lt;![CDATA[ content in XML files. Since I like the benefits of a reformatted, readable XML...&#13;
... i run tidy first, then remove the spaces before/after the CDATA block:&lt;/p&gt;</description>
      <pubDate>Tue, 29 Jan 2013 09:43:33 UTC</pubDate>
      <guid>https://snipplr.com/view/69689/fix-cdata-blocks-in-xml-files-after-reformatting-with-tidy</guid>
    </item>
    <item>
      <title>(PHP) Read/Write data to an XML file - tucq88</title>
      <link>https://snipplr.com/view/66872/readwrite-data-to-an-xml-file</link>
      <description>&lt;p&gt;A simple code to read/write an XML file by using Cakephp 1.3.&lt;/p&gt;</description>
      <pubDate>Thu, 23 Aug 2012 19:44:39 UTC</pubDate>
      <guid>https://snipplr.com/view/66872/readwrite-data-to-an-xml-file</guid>
    </item>
    <item>
      <title>(Java) android Plist parser xml Assets - l01241</title>
      <link>https://snipplr.com/view/66282/android-plist-parser-xml-assets</link>
      <description>&lt;p&gt;http://kpbird.blogspot.hk/2011/08/android-plist-parser.html&lt;/p&gt;</description>
      <pubDate>Mon, 23 Jul 2012 14:11:37 UTC</pubDate>
      <guid>https://snipplr.com/view/66282/android-plist-parser-xml-assets</guid>
    </item>
    <item>
      <title>(SAS) Creating a report of Twitter hashtag activity - webonomic</title>
      <link>https://snipplr.com/view/64529/creating-a-report-of-twitter-hashtag-activity</link>
      <description>&lt;p&gt;The program uses the XML LIBNAME engine, FILENAME URL, SGPLOT procedure, and a simple PROC PRINT to create a report of recent Twitter activity around a specified hashtag.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Apr 2012 01:02:52 UTC</pubDate>
      <guid>https://snipplr.com/view/64529/creating-a-report-of-twitter-hashtag-activity</guid>
    </item>
    <item>
      <title>(C#) Minimalist WCF Client-side Config File - rengber</title>
      <link>https://snipplr.com/view/62966/minimalist-wcf-clientside-config-file</link>
      <description>&lt;p&gt;Again, A-B-C.   All the Behaviour garbage that "Add Service Reference" inserts for the TCP binding is unnecessary, especially if the Operation Contract is only for simple value types.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Feb 2012 09:17:14 UTC</pubDate>
      <guid>https://snipplr.com/view/62966/minimalist-wcf-clientside-config-file</guid>
    </item>
    <item>
      <title>(C#) Minimalist WCF Server-side Config File - rengber</title>
      <link>https://snipplr.com/view/62963/minimalist-wcf-serverside-config-file</link>
      <description>&lt;p&gt;ABC - Address Binding Contract&#13;
Note that the Service Name and Contract must match a real live type (case Sensitive)&#13;
Binding name is also case sensitive.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Feb 2012 07:45:34 UTC</pubDate>
      <guid>https://snipplr.com/view/62963/minimalist-wcf-serverside-config-file</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Parse TimedText (TT) XML Captions File - adrianparr</title>
      <link>https://snipplr.com/view/62031/as3-parse-timedtext-tt-xml-captions-file</link>
      <description>&lt;p&gt;TimedText (TT) XML captions files can have namespaces that cause problems when parsing them in AS3. To get around this you can use this code to remove the namespace from the root XML node using Regex. This example uses&lt;/p&gt;</description>
      <pubDate>Wed, 21 Dec 2011 00:10:31 UTC</pubDate>
      <guid>https://snipplr.com/view/62031/as3-parse-timedtext-tt-xml-captions-file</guid>
    </item>
    <item>
      <title>(PHP) Extract PitchFX from MLB.com - wa-rufio</title>
      <link>https://snipplr.com/view/61977/extract-pitchfx-from-mlbcom</link>
      <description>&lt;p&gt;Open PHP file and enter User Credentials for localhost.  The default dates are set to negotiate the 2011 season, but change the date variables to match your desired season data.  The start date should be the day before opening day, and the end date the last day of the regular season.  &#13;
&#13;
Append ignored attributes to conditional statement on line 81 to match your pitchfx table structure.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Dec 2011 07:28:19 UTC</pubDate>
      <guid>https://snipplr.com/view/61977/extract-pitchfx-from-mlbcom</guid>
    </item>
    <item>
      <title>(XML) Using svg images into JasperReport - wnasich</title>
      <link>https://snipplr.com/view/61860/using-svg-images-into-jasperreport</link>
      <description>&lt;p&gt;Replace the normal &lt;image...&gt; XML with the following code (be sure to adjust the width and height accordingly):&lt;/p&gt;</description>
      <pubDate>Wed, 14 Dec 2011 02:34:40 UTC</pubDate>
      <guid>https://snipplr.com/view/61860/using-svg-images-into-jasperreport</guid>
    </item>
    <item>
      <title>(PHP) Log down all loaded layout handles in Magento on each request - zoranmk</title>
      <link>https://snipplr.com/view/61215/log-down-all-loaded-layout-handles-in-magento-on-each-request</link>
      <description>&lt;p&gt;Snippet for getting the layout handles in Magento on each request, helpful for front-end developers.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Nov 2011 07:14:15 UTC</pubDate>
      <guid>https://snipplr.com/view/61215/log-down-all-loaded-layout-handles-in-magento-on-each-request</guid>
    </item>
    <item>
      <title>(PHP) How to log all xml layout updates in Magento on each request - zoranmk</title>
      <link>https://snipplr.com/view/61214/how-to-log-all-xml-layout-updates-in-magento-on-each-request</link>
      <description>&lt;p&gt;Snippet for logging down all of the layout updates loaded on each request in Magento.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Nov 2011 07:09:09 UTC</pubDate>
      <guid>https://snipplr.com/view/61214/how-to-log-all-xml-layout-updates-in-magento-on-each-request</guid>
    </item>
    <item>
      <title>(PHP) PHP - cURL receives xml - focal55</title>
      <link>https://snipplr.com/view/60571/php--curl-receives-xml</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 06 Nov 2011 06:15:21 UTC</pubDate>
      <guid>https://snipplr.com/view/60571/php--curl-receives-xml</guid>
    </item>
    <item>
      <title>(Bash) Convert Apple .plist file to from XML / binary - stiobhart</title>
      <link>https://snipplr.com/view/60213/convert-apple-plist-file-to-from-xml--binary</link>
      <description>&lt;p&gt;A pair of handy terminal commands for converting Apple .plist preference files from binary to XML format [allowing for easy editing with a text editor] and then back to binary again, afterwards.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Oct 2011 19:30:16 UTC</pubDate>
      <guid>https://snipplr.com/view/60213/convert-apple-plist-file-to-from-xml--binary</guid>
    </item>
    <item>
      <title>(PHP) Image files to xml - Don_Jarmo</title>
      <link>https://snipplr.com/view/60176/image-files-to-xml</link>
      <description>&lt;p&gt;Checks for image files in directory and creates a XML file of the contents&lt;/p&gt;</description>
      <pubDate>Tue, 25 Oct 2011 23:00:01 UTC</pubDate>
      <guid>https://snipplr.com/view/60176/image-files-to-xml</guid>
    </item>
    <item>
      <title>(PHP) Twitter Followers Image List - jhonqwerty</title>
      <link>https://snipplr.com/view/59981/twitter-followers-image-list</link>
      <description>&lt;p&gt;A simple script to show a followers list in Wordpress. (It can be used in other places also, you have to change the WP specific variables). The script needs to create a cache file to not overload Twitter API.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Oct 2011 07:26:21 UTC</pubDate>
      <guid>https://snipplr.com/view/59981/twitter-followers-image-list</guid>
    </item>
    <item>
      <title>(JavaScript) How to read an xml file with jquery/javascript - alexscript</title>
      <link>https://snipplr.com/view/58526/how-to-read-an-xml-file-with-jqueryjavascript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 09 Sep 2011 01:02:37 UTC</pubDate>
      <guid>https://snipplr.com/view/58526/how-to-read-an-xml-file-with-jqueryjavascript</guid>
    </item>
    <item>
      <title>(JavaScript) FunciÃ³n loadXmlReports - alberomo</title>
      <link>https://snipplr.com/view/58287/funcin-loadxmlreports</link>
      <description>&lt;p&gt;DescripciÃ³n: Accede a un archivo xml con los parÃ¡metros del formulario.&#13;
&#13;
Recibe: El tipo de mensaje de error, el idioma y la ruta del archivo xml.&#13;
&#13;
Devuelve: True si el formulario valida completo y debe enviarse y false si no.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Aug 2011 01:58:08 UTC</pubDate>
      <guid>https://snipplr.com/view/58287/funcin-loadxmlreports</guid>
    </item>
    <item>
      <title>(XHTML) XHTML  tag with namespaces for Google, Facebook and WAI-ARIA - leobetosouza</title>
      <link>https://snipplr.com/view/58115/xhtml--tag-with-namespaces-for-google-facebook-and-waiaria</link>
      <description>&lt;p&gt;Namespaces for enable browsers redering stuff for facebook's fbml, Google+1 and WAI-ARIA attributes in XHTML served as application/xml+html.&lt;/p&gt;</description>
      <pubDate>Wed, 24 Aug 2011 06:08:51 UTC</pubDate>
      <guid>https://snipplr.com/view/58115/xhtml--tag-with-namespaces-for-google-facebook-and-waiaria</guid>
    </item>
    <item>
      <title>(PHP) Zend output XML - stur</title>
      <link>https://snipplr.com/view/57922/zend-output-xml</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 18 Aug 2011 01:36:30 UTC</pubDate>
      <guid>https://snipplr.com/view/57922/zend-output-xml</guid>
    </item>
    <item>
      <title>(XML) Starbucks Internal Systems - s3xym4n</title>
      <link>https://snipplr.com/view/57890/starbucks-internal-systems</link>
      <description>&lt;p&gt;It seems that Starbucks allows it's internal systems to share the same network as their free WiFi...&lt;/p&gt;</description>
      <pubDate>Wed, 17 Aug 2011 07:05:55 UTC</pubDate>
      <guid>https://snipplr.com/view/57890/starbucks-internal-systems</guid>
    </item>
    <item>
      <title>(XML) MPP AssetUpdate XML - patriksvenssonmpsbroadbandcom</title>
      <link>https://snipplr.com/view/57616/mpp-assetupdate-xml</link>
      <description>&lt;p&gt;Simple example template of an AssetUpdateXML&lt;/p&gt;</description>
      <pubDate>Thu, 04 Aug 2011 17:36:25 UTC</pubDate>
      <guid>https://snipplr.com/view/57616/mpp-assetupdate-xml</guid>
    </item>
    <item>
      <title>(PHP) XML Feed - Monthly Archives of Wordpress Articles - cpres</title>
      <link>https://snipplr.com/view/57539/xml-feed--monthly-archives-of-wordpress-articles</link>
      <description>&lt;p&gt;In case you need to create your own listing of the last # of trailing months of Archived Wordpress Articles. This one is being used to pull the info onto a Magento page.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Aug 2011 02:00:28 UTC</pubDate>
      <guid>https://snipplr.com/view/57539/xml-feed--monthly-archives-of-wordpress-articles</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Remove namespace from XML - adrianparr</title>
      <link>https://snipplr.com/view/56876/as3-remove-namespace-from-xml</link>
      <description>&lt;p&gt;If you don't deal with namespaces in XML correctly they can break your parsing in AS3. One way of getting around this is to remove the namespace from the XML a using regular expression.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Jul 2011 00:29:08 UTC</pubDate>
      <guid>https://snipplr.com/view/56876/as3-remove-namespace-from-xml</guid>
    </item>
    <item>
      <title>(C#) LINQ to XML - Query multiple elements and attributes - danfsmith</title>
      <link>https://snipplr.com/view/56872/linq-to-xml--query-multiple-elements-and-attributes</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 19 Jul 2011 22:23:02 UTC</pubDate>
      <guid>https://snipplr.com/view/56872/linq-to-xml--query-multiple-elements-and-attributes</guid>
    </item>
    <item>
      <title>(Ruby) Ruby: CSV to XML (Version 2) - chrisaiv</title>
      <link>https://snipplr.com/view/56741/ruby-csv-to-xml-version-2</link>
      <description>&lt;p&gt;I use this code snippet all the time.  It allows me to parse a CSV file and transform it into an XML file.&lt;/p&gt;</description>
      <pubDate>Mon, 18 Jul 2011 05:33:51 UTC</pubDate>
      <guid>https://snipplr.com/view/56741/ruby-csv-to-xml-version-2</guid>
    </item>
    <item>
      <title>(VB.NET) Saving data from gridview to xml file - tabook22</title>
      <link>https://snipplr.com/view/56388/saving-data-from-gridview-to-xml-file</link>
      <description>&lt;p&gt;this code will show you how to save data from gridview to xml file&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jul 2011 06:52:06 UTC</pubDate>
      <guid>https://snipplr.com/view/56388/saving-data-from-gridview-to-xml-file</guid>
    </item>
    <item>
      <title>(VB.NET) Create a new xml file and display it in browser - tabook22</title>
      <link>https://snipplr.com/view/56385/create-a-new-xml-file-and-display-it-in-browser</link>
      <description>&lt;p&gt;Create a new xml file and display it in browser&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jul 2011 06:46:17 UTC</pubDate>
      <guid>https://snipplr.com/view/56385/create-a-new-xml-file-and-display-it-in-browser</guid>
    </item>
    <item>
      <title>(VB.NET) Binding xml file to Gridview - tabook22</title>
      <link>https://snipplr.com/view/56384/binding-xml-file-to-gridview</link>
      <description>&lt;p&gt;This code will be used to bind an xml file to gridview&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jul 2011 06:44:39 UTC</pubDate>
      <guid>https://snipplr.com/view/56384/binding-xml-file-to-gridview</guid>
    </item>
    <item>
      <title>(VB.NET) add data to an existing xml file - tabook22</title>
      <link>https://snipplr.com/view/56383/add-data-to-an-existing-xml-file</link>
      <description>&lt;p&gt;This code snippet is used to add data to an existing xml file&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jul 2011 06:42:47 UTC</pubDate>
      <guid>https://snipplr.com/view/56383/add-data-to-an-existing-xml-file</guid>
    </item>
    <item>
      <title>(Java) Disable loading of external DTD in SAXParser - studioevoque</title>
      <link>https://snipplr.com/view/55856/disable-loading-of-external-dtd-in-saxparser</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jun 2011 01:25:12 UTC</pubDate>
      <guid>https://snipplr.com/view/55856/disable-loading-of-external-dtd-in-saxparser</guid>
    </item>
    <item>
      <title>(Scala) Convert Scala XML to Java DOM - studioevoque</title>
      <link>https://snipplr.com/view/55854/convert-scala-xml-to-java-dom</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jun 2011 01:21:45 UTC</pubDate>
      <guid>https://snipplr.com/view/55854/convert-scala-xml-to-java-dom</guid>
    </item>
    <item>
      <title>(XML) XML: AIR Application Descriptor for High-Res iPhone - chrisaiv</title>
      <link>https://snipplr.com/view/55608/xml-air-application-descriptor-for-highres-iphone</link>
      <description>&lt;p&gt;Compiling an iOS app using Flash requires an application descriptor file.  Within this XML file, you can tell the app to compile for High-Res iPhones, iPad 2 as well as remove the default gloss on an icon and even change the look-and-feel of a status bar.  Enjoy!&#13;
&#13;
This is helpful when trying to figure out application icons (http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d129907d2886-8000.html)&lt;/p&gt;</description>
      <pubDate>Thu, 23 Jun 2011 05:51:02 UTC</pubDate>
      <guid>https://snipplr.com/view/55608/xml-air-application-descriptor-for-highres-iphone</guid>
    </item>
    <item>
      <title>(PL/SQL) working with XML (find out if element or attribute exists) - avj</title>
      <link>https://snipplr.com/view/55498/working-with-xml-find-out-if-element-or-attribute-exists</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 20 Jun 2011 17:27:16 UTC</pubDate>
      <guid>https://snipplr.com/view/55498/working-with-xml-find-out-if-element-or-attribute-exists</guid>
    </item>
    <item>
      <title>(PHP) Flickr Recent Photos to HTML with PHP - jakekimpton</title>
      <link>https://snipplr.com/view/55467/flickr-recent-photos-to-html-with-php</link>
      <description>&lt;p&gt;Itâ€™s been driving me crazy that thereâ€™s no definitive script written to take out a userâ€™s Flickr recent photos and parse it for formatting into HTML with a larger size than the standard 75 x 75 dimensions that the public_photo.gne Flickr script outputs. So Iâ€™ve written one, using a bit of skill and a snippet of code that someone posted which was kind of going in the same direction but then suddenly stopped and took a hard u-turn, veering off to somewhere stupid, as usual with programmers who know too much. So hereâ€™s a quick run through of what the code does:&#13;
&#13;
Collect the User ID that is added manually and constructs the Feed Links&#13;
Get the File contents of the Feed Link once itâ€™s been run&#13;
Convert the XML to HTML&#13;
Return it to the script for printing or a variable (Choice of the Programmer)&#13;
&#13;
I havenâ€™t tested this on different versions of PHP, all I know is it works for me, and itâ€™s using some pretty simple stuff so it should work fine. Just change the ID to your own or whoeverâ€™s it has to be and it should run.&lt;/p&gt;</description>
      <pubDate>Sat, 18 Jun 2011 20:21:14 UTC</pubDate>
      <guid>https://snipplr.com/view/55467/flickr-recent-photos-to-html-with-php</guid>
    </item>
  </channel>
</rss>
