<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The OpenEdge Hive - XML</title>
 <link>http://www.oehive.org/taxonomy/term/290/0</link>
 <description>Tools and samples related to the use of XML</description>
 <language>oehive</language>
<item>
 <title>saxreader-procedure</title>
 <link>http://www.oehive.org/project/saxreader-procedure</link>
 <description>&lt;p&gt;A reusable .p that gives you the contents of an xml in two temp-tables (elements and attributes).&lt;br /&gt;
  See the fileheader for a how-to-use.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/213&quot; class=&quot;og_links&quot;&gt;Miscellaneous Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <category domain="http://www.oehive.org/taxonomy/term/830">sax</category>
 <category domain="http://www.oehive.org/taxonomy/term/831">saxreader</category>
 <category domain="http://www.oehive.org/taxonomy/term/307">XML</category>
 <category domain="http://www.oehive.org/taxonomy/term/290">XML</category>
 <category domain="http://www.oehive.org/taxonomy/term/150">All Projects</category>
 <enclosure url="http://www.oehive.org/files/ttsaxreader.i" length="816" type="application/octet-stream" />
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <pubDate>Tue, 01 Jun 2010 09:16:23 +0000</pubDate>
 <dc:creator>Stefan</dc:creator>
 <guid isPermaLink="false">1772 at http://www.oehive.org</guid>
</item>
<item>
 <title>SAX-READER from GOOGLE</title>
 <link>http://www.oehive.org/node/1449</link>
 <description>&lt;p&gt;I use the sax-reader to get information about geocoding an address. I is very usefull because correct the address, check it and give my the geoposition ( lat/long ).&lt;/p&gt;
&lt;p&gt;The problen is that in Spanish there are tilde in vocals line &quot;José&quot; and the SAC-READER don´t retrive it.&lt;br /&gt;
I give a simple example to check whay I meen, just run in the Procedure Editor, I would appreciate any help.&lt;/p&gt;
&lt;p&gt;/*****************************************/&lt;br /&gt;
DEFINE VARIABLE hParser AS HANDLE NO-UNDO.&lt;br /&gt;
define variable hhandler as handle no-undo.&lt;br /&gt;
define variable clee as char no-undo.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/1449&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1449#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/599">ACCENT</category>
 <category domain="http://www.oehive.org/taxonomy/term/597">GOOGLEMAPS</category>
 <category domain="http://www.oehive.org/taxonomy/term/598">TILDE</category>
 <category domain="http://www.oehive.org/taxonomy/term/307">XML</category>
 <category domain="http://www.oehive.org/taxonomy/term/290">XML</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Mon, 09 Mar 2009 12:06:29 +0000</pubDate>
 <dc:creator>fvergniaud</dc:creator>
 <guid isPermaLink="false">1449 at http://www.oehive.org</guid>
</item>
<item>
 <title>DOM Tool Kit</title>
 <link>http://www.oehive.org/project/domtoolkit</link>
 <description>&lt;p&gt;Working with the DOM ABL statements can be a bit grueling. This tool kit makes four easy to use procedures and functions to read any given instance of an XML document tag&#039;s data or it&#039;s attributes based on the ideas found in Javascript. &lt;/p&gt;
&lt;p&gt;A sample use: &lt;/p&gt;
&lt;p&gt;Given &lt;/p&gt;
&lt;pre&gt; 
&amp;lt;?xml version=&quot;1.0&quot; ?&amp;gt;
&amp;lt;Books&amp;gt;
  &amp;lt;Book&amp;gt;
     &amp;lt;Title subject=&quot;SciFi&quot; entry=&quot;one&quot;&amp;gt;War OF The Worlds&amp;lt;/Title&amp;gt;
  &amp;lt;/Book&amp;gt;
  &amp;lt;Book&amp;gt;
     &amp;lt;Title subject=&quot;SciFi&quot; entry=&quot;two&quot;&amp;gt;Battlestar Galactica&amp;lt;/Title&amp;gt;
  &amp;lt;/Book&amp;gt;
  &amp;lt;Book&amp;gt;&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/project/domtoolkit&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.oehive.org/taxonomy/term/308">DOM</category>
 <category domain="http://www.oehive.org/taxonomy/term/307">XML</category>
 <category domain="http://www.oehive.org/taxonomy/term/290">XML</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Mon, 19 Mar 2007 06:25:45 +0000</pubDate>
 <dc:creator>Scott Auge</dc:creator>
 <guid isPermaLink="false">839 at http://www.oehive.org</guid>
</item>
<item>
 <title>XML Toolkit</title>
 <link>http://www.oehive.org/node/768</link>
 <description>&lt;p&gt;A set of 4GL utilities in a SUPER procedure library for the translation of XML files to temp tables, XML diagnostics tools and WebSpeed WebObjects for use on the web.&lt;br&gt;&lt;br&gt;added by:&lt;br&gt;Geoff Crawford&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/213&quot; class=&quot;og_links&quot;&gt;Miscellaneous Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/768&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/768#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/290">XML</category>
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <pubDate>Fri, 16 Jun 2006 02:44:40 +0000</pubDate>
 <dc:creator>rssreader</dc:creator>
 <guid isPermaLink="false">768 at http://www.oehive.org</guid>
</item>
<item>
 <title>Stylus Studio Adapter</title>
 <link>http://www.oehive.org/node/823</link>
 <description>&lt;p&gt;The purpose of this service is to take the Stylus API and use it as a service on the ESB.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/devtools&quot; class=&quot;og_links&quot;&gt;Development Tools Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/823&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/823#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/134">Operating System and Application Interfaces</category>
 <category domain="http://www.oehive.org/taxonomy/term/290">XML</category>
 <category domain="http://www.oehive.org/taxonomy/term/279">PSDN Code Share</category>
 <group domain="http://www.oehive.org/node/213">Miscellaneous Group</group>
 <group domain="http://www.oehive.org/devtools">Development Tools Group</group>
 <pubDate>Wed, 26 Apr 2006 17:45:06 +0000</pubDate>
 <dc:creator>rssreader</dc:creator>
 <guid isPermaLink="false">823 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
