<?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: Securita, I&#8217;m starting (finally)</title>
	<atom:link href="http://robert.accettura.com/blog/2004/03/31/securita-im-starting-finally/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com/blog/2004/03/31/securita-im-starting-finally/</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:07:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Henrik Gemal</title>
		<link>http://robert.accettura.com/blog/2004/03/31/securita-im-starting-finally/comment-page-1/#comment-921</link>
		<dc:creator>Henrik Gemal</dc:creator>
		<pubDate>Thu, 01 Apr 2004 06:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://robert.accettura.com/archives/2004/03/31/securita-im-starting-finally/#comment-921</guid>
		<description>Loading of RDF should be done thorugh JSLib. It&#039;s pretty easy. JSLib has an examble.

Something like:
&lt;pre lang=&quot;javascript&quot;&gt;
var rdf = new RDFFile(file);
try {
  var conts = rdf.getAllContainers();
  for (var i=0; i&lt;conts.length; i++) {
    var list = conts[i].getSubNodes();
    for (i=0; i&lt;list.length; i++) {
      var subject = list[i].getSubject();
      alert(list[i].getAttribute(&quot;&lt;a href=&quot;http://robert.accettura.com/sdat#string&quot; rel=&quot;nofollow&quot;&gt;http://robert.accettura.com/sdat#string&quot;);&lt;/a&gt;
    }
  }
} catch(ex) {
}    
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Loading of RDF should be done thorugh JSLib. It&#8217;s pretty easy. JSLib has an examble.</p>
<p>Something like:</p>
<pre>

var rdf = new RDFFile(file);
try {
  var conts = rdf.getAllContainers();
  for (var i=0; i&amp;lt;conts.length; i++) {
    var list = conts[i].getSubNodes();
    for (i=0; i&amp;lt;list.length; i++) {
      var subject = list[i].getSubject();
      alert(list[i].getAttribute(&quot;&lt;a href=&quot;<a href="http://robert.accettura.com/sdat#string&#038;quot" rel="nofollow">http://robert.accettura.com/sdat#string&#038;quot</a>; rel=&quot;nofollow&quot;&gt;<a href="http://robert.accettura.com/sdat#string&#038;quot" rel="nofollow">http://robert.accettura.com/sdat#string&#038;quot</a> <img src='http://robert.accettura.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ;&lt;/a&gt;
    }
  }
} catch(ex) {
}    
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

