i need to read rdf file in javascript urgently
A:
If you use jQuery you could consider using the jQuery RSS reader plugin.
Chris S
2010-02-15 20:14:53
RDF is not RSS (although RSS 1.0 is RDF (while 2.0 and 0.9x are not))
David Dorward
2010-02-15 20:16:39
"RDF Site Summary, the first version of RSS", in reality the difference is one tag
Chris S
2010-02-15 20:18:54
Whatever you are quoting, it is wrong. RSS 1.0 was not the first version of RSS. And trying to parse RDF with an RSS parser is like trying to parse XML with an XHTML parser. An XHTML parser isn't a generic XML parser (and is horribly likely to be a tag soup parser and completely unable to cope with arbitrary XML)
David Dorward
2010-02-15 23:57:54
He needs it urgently though! +1 though for the acronym, even if it's Google's first result
Chris S
2010-02-15 20:25:20