<?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"
	>
<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's Personal Blog on Web Development and Tech</description>
	<pubDate>Tue,  7 Oct 2008 13:50:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Henrik Gemal</title>
		<link>http://robert.accettura.com/blog/2004/03/31/securita-im-starting-finally/#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's pretty easy. JSLib has an examble.

Something like:
&lt;pre lang="javascript"&gt;
var rdf = new RDFFile(file);
try {
  var conts = rdf.getAllContainers();
  for (var i=0; i&#60;conts.length; i++) {
    var list = conts[i].getSubNodes();
    for (i=0; i&#60;list.length; i++) {
      var subject = list[i].getSubject();
      alert(list[i].getAttribute("&lt;a href="http://robert.accettura.com/sdat#string" rel="nofollow"&gt;http://robert.accettura.com/sdat#string");&lt;/a&gt;
    }
  }
} catch(ex) {
}    
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Loading of <acronym title="Resource Description Framework">RDF</acronym> should be done thorugh JSLib. It&#8217;s pretty easy. JSLib has an examble.</p>
<p>Something like:</p>
<pre lang="javascript">
var <acronym title="Resource Description Framework">RDF</acronym> = new RDFFile(file);
try {
  var conts = <acronym title="Resource Description Framework">RDF</acronym>.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("<a href="http://robert.accettura.com/sdat#string" rel="nofollow"></a><a href="http://robert.accettura.com/sdat#string" rel="nofollow">http://robert.accettura.com/sdat#string</a>");
    }
  }
} catch(ex) {
}
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
