~ubuntu-branches/ubuntu/natty/raptor/natty-updates

« back to all changes in this revision

Viewing changes to docs/html/parser-rss-tag-soup.html

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2006-10-22 21:15:07 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061022211507-c93p7f5mhapszeom
Tags: 1.4.13-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
5
<title>RSS Tag Soup parser (name rss-tag-soup)</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
 
7
<link rel="start" href="index.html" title="Raptor RDF Syntax Parsing and Serializing Library Manual">
 
8
<link rel="up" href="raptor-parsers.html" title="Parsers in Raptor (syntax to triples)">
 
9
<link rel="prev" href="parser-rdfxml.html" title="RDF/XML parser - default (name rdfxml)">
 
10
<link rel="next" href="parser-turtle.html" title="Turtle Terse RDF Triple Language parser (name turtle)">
 
11
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="chapter" href="introduction.html" title="Raptor Overview">
 
14
<link rel="part" href="tutorial.html" title="Part&#160;I.&#160;Raptor Tutorial">
 
15
<link rel="chapter" href="tutorial-initialising-finishing.html" title="Initialising and Finishing using the Library">
 
16
<link rel="chapter" href="tutorial-querying-functionality.html" title="Listing built-in functionality">
 
17
<link rel="chapter" href="tutorial-parsing.html" title="Parsing syntaxes to RDF Triples">
 
18
<link rel="chapter" href="tutorial-serializing.html" title="Serializing RDF triples to a syntax">
 
19
<link rel="part" href="reference-manual.html" title="Part&#160;II.&#160;Raptor Reference Manual">
 
20
<link rel="chapter" href="raptor-parsers.html" title="Parsers in Raptor (syntax to triples)">
 
21
<link rel="chapter" href="raptor-serializers.html" title="Serializers in Raptor (triples to syntax)">
 
22
<link rel="index" href="ix01.html" title="Index">
 
23
</head>
 
24
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
25
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
 
26
<td><a accesskey="p" href="parser-rdfxml.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
27
<td><a accesskey="u" href="raptor-parsers.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
28
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
29
<th width="100%" align="center">Raptor RDF Syntax Parsing and Serializing Library Manual</th>
 
30
<td><a accesskey="n" href="parser-turtle.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
31
</tr></table>
 
32
<div class="section" lang="en">
 
33
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
 
34
<a name="parser-rss-tag-soup"></a>RSS Tag Soup parser (name <code class="literal">rss-tag-soup</code>)</h2></div></div></div>
 
35
<p>A parser for the multiple XML RSS formats that use the elements
 
36
such as <code class="literal">channel</code>, <code class="literal">item</code>,
 
37
<code class="literal">title</code>, <code class="literal">description</code>
 
38
in different ways.
 
39
This includes support for the Atom 1.0 syndication format defined in IETF
 
40
<a href="http://www.ietf.org/rfc/rfc4287.txt" target="_top">RFC 4287</a>
 
41
</p>
 
42
<p>The parser attempts to turn the input into
 
43
<a href="http://www.purl.org/rss/1.0/" target="_top">RSS 1.0</a>
 
44
RDF triples in the RSS 1.0 model of a syndication feed.
 
45
This includes triples for RSS Enclosures.
 
46
</p>
 
47
<p>
 
48
True <a href="http://www.purl.org/rss/1.0/" target="_top">RSS 1.0</a> when
 
49
wanted to be used as a full RDF vocabulary, is best parsed by the
 
50
RDF/XML parser (name <code class="literal">rdfxml</code>).
 
51
</p>
 
52
</div>
 
53
</body>
 
54
</html>